/* *************** NOTHING BEYOND THIS POINT NEEDS TO BE CHANGED FOR THE THEME *************** */
html {
	overflow-y: scroll;
}

/* page background gradient */
.bg_image { 
	background-image: url('../images/bg_gradient.gif');
	background-repeat: repeat-y;
}
.bg_border {
	margin-top:10px;
	margin-bottom::50px;
}

/* gray borders */
.bg_top { 
	background-image: url('../images/bg_border_top.gif');
	background-repeat: repeat-x;
	background-position: top;
	height:12px;
}
.bg_top18 { 
	background-image: url('../images/bg_top18.gif');
	background-repeat: repeat-x;
	height:18px;
}
.bg_left { 
	background-image: url('../images/bg_border_left.gif');
	background-repeat: repeat-y;
	background-position: right;
}
.bg_right { 
	background-image: url('../images/bg_border_right.gif');
	background-repeat: repeat-y;
}
.bg_right_right { 
	background-image: url('../images/bg_border_right.gif');
	background-repeat: repeat-y;
	background-position:left;
}
.bg_bottom { 
	background-image: url('../images/bg_border_bottom.gif');
	background-repeat: repeat-x;
	height:12px;
}
.bg_top_right {
	background-image: url('../images/corner_tp_right.gif');
	background-repeat:no-repeat;
	background-position: left top;
	height:12px;
}
.bg_top_right18 {
	background-image: url('../images/bg_top_right18.gif');
	background-repeat:no-repeat;
	background-position:top left;
	height:12px;
}
.bg_top_left {
	background-image: url('../images/corner_tp_left.gif');
	background-position:right top;
	background-repeat:no-repeat;
	height:12px;
}
.bg_bot_right {
	background-image: url('../images/corner_bt_right.gif');
	background-repeat:no-repeat;
	height:12px;
}
.bg_bot_left {
	background-image: url('../images/corner_bt_left.gif');
	background-position:right top;
	background-repeat:no-repeat;
	height:12px;
}
.bg_mid_top {
	background-image: url('../images/bg_mid_top.gif');
	background-position:left top;
	background-repeat:no-repeat;
	height:12px;
}
.bg_mid_bottom {
	background-image: url('../images/bg_mid_bottom.gif');
	background-position:right top;
	background-repeat:no-repeat;
	height:12px;
	width:18px;
}
.bg_main {
	background-color:#FFFFFF;
}

/* panel borders */
.panel_top { 
	background-image: url('../images/panel_top.gif');
	background-repeat: repeat-x;
	height:10px;
}
.panel_left { 
	background-image: url('../images/panel_left.gif');
	background-repeat: repeat-y;
	background-position: right;
}
.panel_right { 
	background-image: url('../images/panel_right.gif');
	background-repeat: repeat-y;
}
.panel_bottom { 
	background-image: url('../images/panel_bottom.gif');
	background-repeat: repeat-x;
	height:10px;
}
.panel_top_right {
	background-image: url('../images/panel_top_right.gif');
	background-repeat:no-repeat;
	height:10px;
}
.panel_top_left {
	background-image: url('../images/panel_top_left.gif');
	background-position:right top;
	background-repeat:no-repeat;
	height:10px;
}
.panel_bottom_right {
	background-image: url('../images/panel_bottom_right.gif');
	background-repeat:no-repeat;
	height:10px;
}
.panel_bottom_left {
	background-image: url('../images/panel_bottom_left.gif');
	background-position:right top;
	background-repeat:no-repeat;
	height:10px;
}
.panel_main {
	background-color:#E7E7E7;
}
.dpanel_left { 
	background-image: url('../images/panel_left2.gif');
	background-repeat: repeat-y;
	background-position: right;
}
.dpanel_right { 
	background-image: url('../images/panel_right2.gif');
	background-repeat: repeat-y;
}
.dpanel_bottom { 
	background-image: url('../images/panel_bottom2.gif');
	background-repeat: repeat-x;
	height:10px;
}
.dpanel_bottom_left {
	background-image: url('../images/panel_bottom_left2.gif');
	background-position:right top;
	background-repeat:no-repeat;
	height:10px;
}
.dpanel_bottom_right {
	background-image: url('../images/panel_bottom_right2.gif');
	background-repeat:no-repeat;
	height:10px;
}

/* curve connectors */
.top_curve {
	background-image: url('../images/curve_top.gif');
	background-repeat:no-repeat;
	background-position:right;
	height:12px;
}
.bot_curve {
	background-image: url('../images/curve_bot.gif');
	background-repeat:no-repeat;
	background-position:right;
	height:12px;
}

/* big header panel */
.panel_grey_left {
	background-image:url('../images/panel_grey_left.gif');
	width:10px;
	height:54px;
}
.panel_grey_right {
	background-image:url('../images/panel_grey_right.gif');
	width:10px;
	height:54px;
}
.panel_grey_body {
	background-color:#E7E7E7;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
}
.panel_grey_head {
	background-color:#E7E7E7;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	font-weight:bold;
	height:54px;
}

/* grey buttons */
.but {
	background-color:#E7E7E7;
}
.but_left {
	background-image:url('../images/but_left.gif');
	width:9px;
}
.but_right {
	background-image:url('../images/but_right.gif');
	width:9px;
}
.but_div {
	background-image:url('../images/b_div.gif');
	width:1px;
}
.but_small {
	background-image:url('../images/b_small_div.gif');
	background-repeat:repeat-x;
}
.but_updatesmall {
	background-color:#FFFFFF;
	background-image:url('../images/b_update_small.gif');
	height:20px;
	width:66px;
	border:none;
	cursor:pointer;
}

/* spacer & linings */
.spacer {
	height:20px;
}
.hline {
	background-color:#E7E7E7;
	height:1px;
}
hr {
	color:#E7E7E7;
	background-color:#E7E7E7;
	border:0;
	size:1px;
	height:1px;
	width:98%;
}

/* shipping remove & accessories button */
.but_remove {
	background-color:#E7E7E7;
	background-image:url('../images/b_remove.gif');
	height:26px;
	width:70px;
	border:none;
	cursor:pointer;
}
.but_update {
	background-color:#E7E7E7;
	background-image:url('../images/b_update.gif');
	height:26px;
	width:70px;
	border:none;
	cursor:pointer;
}
.but_cancel {
	background-color:#E7E7E7;
	background-image:url('../images/b_cancel.gif');
	height:26px;
	width:70px;
	border:none;
	cursor:pointer;
}
.but_acc {
	background: url('../images/button_accessories.gif') 0 0 no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	text-decoration:none;
	width:111px;
	height:32px;
	text-align:center;
	line-height:30px;
}
.but_acc2 {
	background: url('../images/button_accessories2.gif') 0 1px no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	text-decoration:none;
	width:105px;
	height:30px;
	text-align:center;
	line-height:30px;
}

.but_addtext {
	background-color:#E7E7E7;
	background-image:url('../images/b_add_paragraph.gif');
	height:26px;
	width:85px;
	border:none;
	cursor:pointer;
}

/* standard text class */
.standard {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	text-decoration:none;
	font-weight:normal;
}
.standard2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	text-decoration:none;
	font-weight:bold;
}

.standard img {
	border:none;
}
input.standard {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	text-decoration:none;
	background-color:#FFFFFF;
	cursor:text;
	border:solid 1px #AAAAAA;
}
select.standard {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	text-decoration:none;
	background-color:#FFFFFF;
	border:solid 1px #AAAAAA;
}
textarea.standard {
	overflow:auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	text-decoration:none;
	background-color:#FFFFFF;
	cursor:text;
	border:solid 1px #AAAAAA;
}
/* DAMN INPUT=FILE CSS THAT DOESN'T EVEN WORK! */
input.browsefile {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	text-decoration:none;
	background-color:#FFFFFF;
	border-color:#AAAAAA;
}

/* red warning text */
.red_warning {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#CC0000;
}

/* css curved qoh panel */
.panelcurved {background: transparent;}
.paneltop, .panelbottom {display:block; background:transparent; font-size:1px;}
.panelb1, .panelb2, .panelb3, .panelb4 {display:block; overflow:hidden;}
.panelb1, .panelb2, .panelb3 {height:1px;}
.panelb2, .panelb3, .panelb4 {background:#E7E7E7; border-left:1px solid #E7E7E7; border-right:1px solid #E7E7E7;}
.panelb1 {margin:0 5px; background:#E7E7E7;}
.panelb2 {margin:0 3px; border-width:0 2px;}
.panelb3 {margin:0 2px;}
.panelb4 {height:2px; margin:0 1px;}

.panelcontent {
	display:block; 
	background:#E7E7E7; 
	border:0 solid #E7E7E7; 
	border-width:0 1px; 
	padding:4px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
}

/* css curved white panel */
.whitecurved {background: transparent;}
.whitetop, .whitebottom {display:block; background:transparent; font-size:1px;}
.whiteb1, .whiteb2, .whiteb3, .whiteb4 {display:block; overflow:hidden;}
.whiteb1, .whiteb2, .whiteb3 {height:1px;}
.whiteb2, .whiteb3, .whiteb4 {background:#FFFFFF; border-left:1px solid #FFFFFF; border-right:1px solid #FFFFFF;}
.whiteb1 {margin:0 5px; background:#FFFFFF;}
.whiteb2 {margin:0 3px; border-width:0 2px;}
.whiteb3 {margin:0 2px;}
.whiteb4 {height:2px; margin:0 1px;}

.whitecontent {
	display:block; 
	background:#FFFFFF; 
	border:0 solid #FFFFFF; 
	border-width:0 1px; 
	padding:4px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
}

/* manage product category borders */
.top_bord {
	border-top: 1px #AAAAAA solid;
}
.left_bord {
	border-left: 1px #AAAAAA solid;
}
.right_bord {
	border-right: 1px #AAAAAA solid;
}
.top_right_bord {
	border-top: 1px #AAAAAA solid;
	border-right: 1px #AAAAAA solid;
}
.left_right_bord {
	border-left: 1px #AAAAAA solid;
	border-right: 1px #AAAAAA solid;
}
.bot_bord {
	border-bottom: 1px #AAAAAA solid;
}

/* thumb image */
.product_image {
	background-repeat:no-repeat;
	width:75px;
	height:77px;
	background-position:center;
}

/* thumb image mouseover */
.floatercell {
	float: left; 
	border: 0px solid #080; 
	overflow: hidden;
	margin: 0px;
	width: 75px;
	vertical-align:top;
}
.floatermed {
	float: left; 
	border: 0px solid #080; 
	overflow: hidden;
	margin: 0px;
	width: 100px;
	vertical-align:top;
}
.floaterbig {
	float: left; 
	border: 0px solid #080; 
	overflow: hidden;
	margin: 0px;
	width: 125px;
	vertical-align:top;
}
.floatergraph {
	float: left; 
	border: 0px solid #080; 
	overflow: hidden;
	margin: 0px;
	width: 176px;
}
.smallfont {
	font-family:sans-serif;
	border-bottom:1px solid #AAAAAA;
	border-left:1px solid #AAAAAA;
	border-top:1px solid #AAAAAA;
}
#trailimageid {
	position: absolute;
	visibility: hidden;
	left: -1000px;
	top: 0px;
	width: 318px;
	height: 1px;
	z-index: 1000;
}

/* saved order/sent orders/shipping mouseovers */
#trailorderid {
	position: absolute;
	visibility: hidden;
	left: -1000px;
	top: 0px;
	width: 320px;
	height: 100px;
	z-index: 1000;
}
#shippingorderid {
	position: absolute;
	visibility: hidden;
	left: -1000px;
	top: 0px;
	width: 320px;
	height: 100px;
	z-index: 1000;
}

/* accessories button */
.but_acc a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	text-decoration:none;
}
.but_acc a:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	text-decoration:none;
}

/* accessories panel bordering */
.snap_table {
	border-left:1px #E7E7E7 solid;
	border-right:1px #E7E7E7 solid;
}
.bottom_bord {
	border-bottom:1px #E7E7E7 solid;
}
.close_bord {
	border-left:1px #E7E7E7 solid;
	border-right:1px #E7E7E7 solid;
	border-bottom:1px #E7E7E7 solid;
}
.bottom_grid {
	border-bottom:1px #E7E7E7 solid;
}
.top_grid {
	border-top:1px #E7E7E7 solid;
}
.the_grid {
	font-size:1px;
	border-right:1px #E7E7E7 solid;
	border-bottom:1px #E7E7E7 solid;
}
.left_grid {
	font-size:1px;
	border-left:1px #E7E7E7 solid;
	border-right:1px #E7E7E7 solid;
	border-bottom:1px #E7E7E7 solid;
}
span.checkbox {
	width: 15px;
	height: 20px;
	padding: 0 5px 0 0;
	background: url('../images/checkbox.png') no-repeat;
	display: block;
	clear: left;
	float: left;
}
span.radio {
	width: 15px;
	height: 20px;
	padding: 0 5px 0 0;
	background: url('../images/checkbox.png') no-repeat;
	display: block;
	clear: left;
	float: left;
}

.thumb_box {
	width:216px;
	/*height:80px; */
}
.thumb_border {
	border:1px solid #E7E7E7;
	width:52px;
	height:54px;
	position:relative;
	float:left;
	display:block;
	cursor: pointer;
}
.tpanel {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
}
.tpanel_high {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}
.pnum {
	width:25px;
	display:block;
	float:left;
	text-align:center;
}
.pspacer {
	display:block;
	float:left;
}
.cstruc {
	width:35px;
	background-image: url('../images/line-V.gif');
	background-position:top;
	background-repeat:repeat-y;
	background-position:left;
}
.cstrucn {
	width:35px;
	background:#FFFFFF;
}
.userstruc {
	width:20px;
	background-image: url('../images/tree-V.png');
}
.extlink {
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#0000FF;
	text-decoration:underline;
}

/* Review Stars */

#rateStatus {
	float:left;
	clear:both;
	width:100%;
	height:20px;
}
#rateMe {
	padding:0px;
	margin:0px;
}
#rateMe li {
	float:left;
	list-style:none;
}
#rateMe li a:hover,
#rateMe .on {
	background:url('../images/star1.gif') no-repeat;
}
#rateMe a {
	float:left;
	background:url('../images/star2.gif') no-repeat;
	width:20px;
	height:20px;
}
#ratingSaved {
	display:none;
}
.saved {
	color:red;
}

.tabtop {
	border-left: 1px solid #E7E7E7;
	border-right: 1px solid #E7E7E7;
	border-top: 1px solid #E7E7E7;
}

.tabrest {
	border-bottom: 1px solid #E7E7E7;
}

.specleft {
	border-left: 1px solid #E7E7E7;
	border-bottom: 1px solid #E7E7E7;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
}

.specright {
	border-right: 1px solid #E7E7E7;
	border-bottom: 1px solid #E7E7E7;
	padding-top: 30px;
}

.salefont {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#666666;
	text-decoration:none;
	font-weight:bold;
}
.basketfont {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}
