/*#### COLORS USED ####

#81A8B8 Darkest Blue - header bg, page bg
#E8F3F8 Light blue for col1 (center col) bg
#C2CBCE gray for top nav bg and footer
*/
BODY
{
	margin: 20px auto;
	padding: 20px auto;
	background: #FFF;
	font-size: 90%;
	background-color: #81A8B8;
	background-image: url(http://custom.buyitsellit.com/15422/nate-bg1.gif);
	background-repeat: repeat;
	background-attachment: fixed;
	font: 0.9em Helvetica, sans-serif;
	color: #505050;
}
A
{
	border: 0;
	text-decoration: none;
	color: #000;
}
H1
{
	font-size: 200%;
}
H2
{
	font-size: 125%;
	margin: 5px 0;
}
H3
{
	font-size: 95%;
	margin: 5px;
}
H4
{
	margin: 5px 0;
	font-size: 125%;
}
P LI
{
	line-height: normal;
}
IMG
{
	border: none;
}
#wrapper
{
	margin: 20px auto;
	display: table;
	width: 960px;
/*min-width: 960px;
width: expression(document.body.clientWidth < 965? "960px" : document.body.clientWidth > 1205? "1200px" : "85%");
_width: 950px;*/
}
#header
{
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	/*[disabled]border-bottom:6px solid #A4BCC2;*/
	background-color: #81A8B8;
	height: 318px;
}
#header P
{
	padding: 0;
	margin: 0;
}
#header H1
{
	padding: 0;
	margin: 0;
}
#header H2
{
	padding: 0.2em 15px 0.7em;
	margin: 0;
}
#logo
{
	text-align: left;
	padding: 0px;
	overflow: hidden;
}
#logo H1
{
	margin: 0;
}
#logo H1 A
{
	color: #FFF;
}
/*####TOPNAV####*/
#topnav
{
	line-height: 40px;
	height: 40px;
	padding: 0 10px;
	background-color: #C2CBCE;
	background-image: url(http://custom.buyitsellit.com/15422/blue-flower-3col-topnav.gif);
	background-repeat: repeat-x;
	/*[disabled]border-bottom:6px solid #A4BCC2;*/
	border-left: 1px solid #009395;
	border-right: 1px solid #009395;
}
#topnav A:hover
{
	color: #2C2C2C;
}
#topnav .cart
{
	float: left;
}
#topnav .menu
{
	float: right;
}
/*##### Left / Center / Right Column #####*/
.boxheading, .boxheading2, .boxheading3, .boxheading4, .boxheading5, .boxheading6
{
	background: #81A8B8 url(http://custom.buyitsellit.com/15422/boxheading.gif) no-repeat top center;
	color: #607F7F;
	text-align: center;
	padding: 3px;
	margin: 0 0 5px;
	_display: inline-block;
	font: normal normal bold 14px Tahoma;
	height: 25px;
	line-height: 25px;
}
#colmask
{
	position: relative;
/*This fixes the IE7 overflow hidden bug and stops the layout jumping out of place*/
	clear: both;
	float: left;
	width: 100%;
/*width of whole page*/
	overflow: hidden;
/*This chops off any overhanging divs*/
	background: #82A9B9;
/*Left column background colour*/
}
#colmid
{
	float: left;
	width: 200%;
	position: relative;
	left: 200px;
	background: #E8F3F8;
/*Centre column background colour*/
}
#colright
{
	float: left;
	width: 100%;
	position: relative;
	left: 50%;
	margin-left: -400px;
	background: #A4BCC2;
/*Right column background colour*/
}
#col1wrap
{
	float: right;
	width: 50%;
	position: relative;
	right: 100%;
}
#col1pad
{
	margin: 0 15px 0 415px;
	overflow: hidden;
}
#col1
{
	width: 100%;
	overflow: auto;
}
#col2
{
	float: left;
	width: 200px;
	position: relative;
	margin-left: -50%;
	left: 200px;
	overflow: hidden;
}
#col3
{
	float: left;
	width: 200px;
	position: relative;
	left: 0px;
	overflow: hidden;
}
/*#### Side Unordered Lists ####*/
#box UL, #box2 UL, #box4 UL
{
	list-style-type: disc;
	padding: 0 10px 0 25px;
	margin: 5px 0;
	color: #93E6FA;
}
#box UL LI A, #box2 UL LI A, #box4 UL LI A
{
	color: #505050;
	line-height: 1.4;
}
#box UL LI A:hover, #box2 UL LI A:hover, #box4 UL LI A:hover
{
	color: #93E6FA;
}
#box UL LI.selected UL LI
{
	font-size: 90%;
	list-style: circle inside;
	color: #FF4382;
	vertical-align: middle;
}
/*####OTHER SIDE BOXES####*/
.cartbox
{
	padding: 0 10px 10px;
	line-height: 1.4;
}
.cartbox HR
{
	color: #B7F1FD;
	border-style: solid;
}
.cartbox A.item
{
	color: #505050;
	text-align: left;
}
.cartboxprice
{
	text-align: center;
}
.cartboxprice A
{
	background-color: #A4BCC2;
	padding: 3px 5px;
	color: #000000;
	border: 1px solid #FFFFFF;
	text-align: center;
}
#search
{
	padding: 0 10px 10px;
	text-align: center;
}
#form-search P
{
	padding: 0;
	margin: 0;
}
#form-search LABEL, #input-keywords, #submit-search
{
	vertical-align: middle;
	padding: 0;
	margin: 0;
}
#input-keywords
{
	border: 1px solid #82A9B9;
	height: 20px;
	width: 158px;
	line-height: 20px;
	padding: 1px 1px 0;
	color: #A39A8E;
	font-family: "Trebuchet MS";
	margin-bottom: 5px;
}
#submit-search
{
	background-color: #82A9B9;
	border: 1px solid #FDFDFD;
	height: auto;
	padding: 1px;
	cursor: pointer;
	font-size: 90%;
}
#emailsub_wrapper
{
	padding: 0 10px 10px;
	text-align: center;
}
#emailsub_wrapper INPUT, #emailsub_wrapper .submit-mimi
{
	vertical-align: middle;
	margin: 0;
	padding: 0;
}
#emailsub_wrapper INPUT
{
	width: 158px;
	border: 1px solid #82A9B9;
	height: 20px;
	line-height: 20px;
	padding: 1px 1px 0;
	color: #A39A8E;
	font-family: "Trebuchet MS";
	margin-bottom: 8px;
}
#emailsub_wrapper .submit-mimi
{
	background-color: #82A9B9;
	border: 1px solid #FDFDFD;
	height: auto;
	padding: 2px;
	cursor: pointer;
	color: #000000;
	font-size: 90%;
}
#myebay
{
	padding: 10px 0;
	text-align: center;
}
/*#### FEATURED ####*/
#featured
{
	text-align: center;
}
#featured H2
{
	line-height: 40px;
	height: 40px;
	padding: 0 10px;
	background-color: #C2CBCE;
	background-image: url(http://custom.buyitsellit.com/15422/blue-flower-3col-topnav.gif);
	background-repeat: repeat-x;
	border-left: 1px solid #009395;
	border-right: 1px solid #009395;
}
TABLE #products
{
	width: 100%;
}
TABLE#products TD
{
	vertical-align: bottom;
	width: 33%;
	border: 0px solid #82A9B9;
	background-color: transparent;
}
TABLE#products TD H3 A
{
	color: #666;
	font: bold 13px "Trebuchet MS";
}
#products A.button
{
	color: #333;
	padding: 3px;
	border: 1px solid #82A9B9;
	background: #82A9B9;
	font-size: 90%;
}
#products A.button:hover
{
	background-color: #A4BCC2;
}
/*##### Product List Page #####*/
#crumb, #crumb A
{
	font-size: 90%;
	color: #607F7F;
	margin-top: 10px;
}
#crumb A:hover
{
	color: #A4BCC2;
}
#sort
{
	margin: 10px 0;
}
#pagination
{
	padding-bottom: 15px;
}
#pagination A:hover
{
	color: #2D2D2D;
}
#pagination A#prev
{
	float: left;
}
#pagination A#next
{
	float: right;
}
/*##### Product Details Page #####*/
H2#title
{
	text-align: center;
}
#photos
{
	text-align: center;
}
IMG#product-full
{
	margin: 10px 0;
}
#photo-thumbs
{
	text-align: center;
}
#photo-thumbs IMG
{
	margin: 5px 5px 10px;
}
.price
{
	font-weight: bold;
	font-size: 110%;
}
INPUT.add-to-cart
{
	background-color: #82A8B9;
	border: 1px solid #FFF;
	color: #FFF;
	cursor: pointer;
	margin-top: 3px;
/*; } INPUT.add-to-cart: hover { background-color: #A4BCC2*/
}
#availability B
{
	color: #607F7F;
}
.productOption
{
	margin-bottom: 10px;
}
.productOption SPAN
{
	width: 75px;
	float: left;
}
/*##### Cart Page #####*/
#cart-item
{
	padding: 10px 0;
	border-bottom: 1px dotted #A4BCC2;
}
#cart-item IMG
{
	padding-right: 15px;
	float: left;
}
P.cart-price
{
	_line-height: 0.3;
}
.product-options INPUT
{
	width: 25px;
	padding: 0 2px;
	color: #2D2D2D;
	text-align: right;
}
#delete
{
	text-align: right;
	_margin-top: -49px;
	margin-top: -44px;
}
#delete A
{
	background-color: #82A8B9;
	border: 1px solid #FFF;
	padding: 2px 3px;
	color: #FFF;
	font-weight: bold;
	font-size: 85%;
}
#clear-update
{
	text-align: left;
	padding: 0 0 10px;
	clear: both;
}
#clear-update A
{
	background-color: #81A7B8;
	border: 1px solid #FFF;
	padding: 2px 3px;
	color: #FFF;
	font-weight: bold;
	font-size: 85%;
}
#shipping-rates
{
	text-align: right;
	clear: both;
	padding: 0 0 10px;
}
#shipping-rates A
{
	background-color: #81A7B8;
	border: 1px solid #FFF;
	padding: 2px 3px;
	color: #FFF;
	font-weight: bold;
	font-size: 85%;
}
#cart-total
{
	clear: both;
	text-align: center;
	background-color: #98E8FA;
	padding: 10px;
	border: 1px dotted #FFF;
}
#cart-total A
{
	background-color: #82A8B9;
	border: 1px solid #FFF;
	padding: 2px 3px;
	color: #000000;
}
#google-checkout
{
	text-align: center;
}
/*##### Footer #####*/
#footer
{
	clear: both;
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	background: #A6E2F9 url(http://custom.buyitsellit.com/15422/blue-3col-footer.gif) repeat-x top center;
	text-align: center;
	padding: 15px 0 20px;
	color: #2D2D2D;
	height: 60px;
}
#footer A, .footer A:visited
{
	color: #2D2D2D;
}
#footer A:hover
{
	color: #82A9B9;
}
#footer P
{
	padding: 0.5em 15px;
}
#dhtmlgoodies_menu
{
	width: 200px;
	margin-bottom: 10px;
}
#dhtmlgoodies_menu LI
{
	list-style-type: none;
	margin: 0px;
}
#dhtmlgoodies_menu UL
{
	margin: 0px;
	padding: 0px;
}
#dhtmlgoodies_menu UL LI UL
{
	padding-left: 10px;
}
#dhtmlgoodies_menu LI A
{
	text-decoration: none;
	color: #4F4F4F;
	height: auto;
	_height: 16px;
	line-height: 16px;
	vertical-align: middle;
	background-color: transparent;
	margin: 1px;
	padding: 2px 5px 2px 10px;
	display: block;
}
#dhtmlgoodies_menu LI A:hover, #dhtmlgoodies_menu .activeMainMenuItem
{
	color: #4F4F4F !important;
	background-color: #ADEDFB;
}
.dhtmlgoodies_subMenu
{
	visibility: hidden;
	position: absolute;
	overflow: hidden;
	border: 1px solid #4F4F4F;
	background-color: #AAECFB;
	text-align: left;
}
.dhtmlgoodies_subMenu UL
{
	margin: 0px;
	padding: 0px;
}
.dhtmlgoodies_subMenu UL LI
{
	list-style-type: none;
	margin: 0px;
	padding: 1px;
}
.dhtmlgoodies_subMenu UL LI A
{
	white-space: normal;
	text-decoration: none;
	color: #4F4F4F;
	height: auto;
	line-height: normal;
	padding: 2px 1px;
	display: block;
}
.dhtmlgoodies_subMenu UL LI A:hover
{
	color: #FFFFFF;
	background-color: #81A8B8;
}
