/*#### IMPORTANT INFO: Template is marked up with directions/explanations of certain things.
For this design, Col1=the main, middle column; Col2=left side; Col3=right side. ####*/
BODY
{
	margin: 0px auto;
	padding: 0px auto;
	font-size: 90%;
	background: #2F2E2E url(http://custom.buyitsellit.com/7122/randy-bg.gif) no-repeat top center;
	font: 0.9em Helvetica, sans-serif;
	color: #CCC;
}
A
{
	border: 0;
	text-decoration: none;
	color: #CCC;
}
H1
{
	font-size: 200%;
}
H2
{
	font-size: 125%;
	margin: 5px 0;
	color: #7F0707;
}
H3
{
	font-size: 95%;
	margin: 5px;
}
H4
{
	margin: 5px 0;
	font-size: 125%;
}
P
{
	padding: 0;
	margin: 0;
	color: #000;
}

IMG
{
	border: none;
}
#wrapper
{
	background: #000;
	margin: 0px auto;
	display: table;
	width: 960px;
/*this can be adjusted but is set for optimal width as a compromise for all browser widths*/
	background: transparent;
}
#header
{
	width: 100%;
	padding: 0px 0;
	margin: 0;
	background: url(http://custom.buyitsellit.com/7122/randy-head.gif) no-repeat top;
	height: 110px;
}
#header H1
{
	padding: 0 15px;
	margin: 0;
}
#logo
{
	text-align: center;
	padding: 40px;
	overflow: hidden;
}
#logo H1
{
	margin: 0;
}
#logo H1 A
{
	color: #CCC;
/*color of store name if no logo*/
}
/*####TOPNAV - navigation at the top of the site above the header ####*/
#topnav
{
	line-height: 40px;
	height: 48px;
	padding: 0 30px;
	background: url(http://custom.buyitsellit.com/7122/randy-topnav.gif) no-repeat top left;
	color: #CACACA;
}
#topnav A:hover
{
	color: #000;
}
#topnav .cart
{
	float: left;
}
#topnav .menu
{
	float: right;
}
#topnav .menu A
{
	padding: 8px 0;
	margin: 0 5px;
}
/*##### Left / Center / Right Column #####*/
.boxheading
{
	background: transparent url(http://custom.buyitsellit.com/7122/randy-cat1.gif) no-repeat left center;
	_display: inline-block;
/*fixes IE bug*/
	font: normal normal bold 14px Tahoma;
	height: 42px;
	line-height: 35px;
}
.boxheading2
{
	background: transparent url(http://custom.buyitsellit.com/7122/randy-cat2.gif) no-repeat left center;
	_display: inline-block;
/*fixes IE bug*/
	font: normal normal bold 14px Tahoma;
	height: 42px;
	line-height: 35px;
}
.boxheading3
{
	background: transparent url(http://custom.buyitsellit.com/7122/randy-cat3.gif) no-repeat left center;
	_display: inline-block;
/*fixes IE bug*/
	font: normal normal bold 14px Tahoma;
	height: 42px;
	line-height: 35px;
}
.boxheading4
{
	background: transparent url(http://custom.buyitsellit.com/7122/randy-cat4.gif) no-repeat left center;
	_display: inline-block;
/*fixes IE bug*/
	font: normal normal bold 14px Tahoma;
	height: 42px;
	line-height: 35px;
}
.boxheading5
{
	background: transparent url(http://custom.buyitsellit.com/7122/randy-cat5.gif) no-repeat left center;
	_display: inline-block;
/*fixes IE bug*/
	font: normal normal bold 14px Tahoma;
	height: 42px;
	line-height: 35px;
}
.boxheading6
{
	background: transparent url(http://custom.buyitsellit.com/20772/randy-affiliates.gif) no-repeat left center;
	_display: inline-block;
/*fixes IE bug*/
	font: normal normal bold 14px Tahoma;
	height: 42px;
	line-height: 35px;
        margin-bottom: 10px;
}
.boxheading7
{
	background: transparent url(http://custom.buyitsellit.com/7122/randy-affiliates.gif) no-repeat left center;
	_display: inline-block;
/*fixes IE bug*/
	font: normal normal bold 14px Tahoma;
	height: 42px;
	line-height: 35px;
}
#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 within the wrapper that is set to 960px*/
	overflow: hidden;
/*This chops off any overhanging divs*/
	background: #313030 url(http://custom.buyitsellit.com/7122/randy-leftbg.gif) no-repeat;
/*Left column background color*/
}
#colmid
{
	float: left;
	width: 200%;
	position: relative;
	left: 200px;
	background: #878787;
/*Center column background color*/
}
#colright
{
	float: left;
	width: 100%;
	position: relative;
	left: 50%;
	margin-left: -400px;
	background: #313030 url(http://custom.buyitsellit.com/7122/randy-rightbg.gif) no-repeat;
/*Right column background color*/
}
/*#### These rules control column placement and padding. Do not adjust unless you know what you are doing ####*/
#col1wrap
{
	float: right;
	width: 50%;
	position: relative;
	right: 100%;
}
#col1pad
{
	margin: 12px 15px 0 415px;
	overflow: hidden;
}
#col1
{
	width: 100%;

}
#col2
{
	float: left;
	width: 200px;
	position: relative;
	margin-left: -50%;
	left: 200px;
	overflow: hidden;
        margin-top: -3px;

}
#col3
{
	float: left;
	width: 200px;
	position: relative;
	left: 0px;
	overflow: hidden;
        margin-top: -3px;
}
/*#### Side Unordered Lists ####*/
#box, #box2, #box3, #box4, #box5, #box6
{
	margin: 0px;
	border: 0;
	background: transparent;
}
#box4 UL, #box6 UL, #box2 UL
{
	list-style-type: disc inside;
	padding: 5px 10px;
	margin: 5px 15px;
        color: #7f0707;
}
#box6 UL LI A, #box4 UL LI A, #box2 UL A
{
	color: #CCCCCC;
	line-height: 1.4;
}
#box4 UL LI A:hover, #box6 UL LI A:hover, #box2 UL A:hover
{
	color: #F70707;
}
#box4 UL LI.selected, #box6 UL LI.selected, #box2 UL LI.selected
{
	font-size: 90%;
	list-style: circle inside;
	color: #FFF;
	vertical-align: middle;
}
/*####OTHER SIDE BOXES####*/
.cartbox
{
	padding: 5px 10px 10px;
	line-height: 1.4;
	text-align: center;
}
.cartbox HR
{
	color: #CCC;
	border-style: dashed;
}
.cartboxprice A:link, .cartboxprice A:visited
{
	background-color: #333;
	padding: 3px 5px;
	color: #AAA;
	border: 1px solid #AAA;
}
#search
{
	padding: 0 10px 10px;
	text-align: center;
}
#form-search P
{
	padding: 5px 0 0;
	margin: 0;
	color: #CCCCCC;
}
#form-search LABEL, #input-keywords, #submit-search
{
	vertical-align: middle;
	padding: 0;
	margin: 0;
}
#input-keywords
{
	border: 1px solid #7F0707;
	height: 20px;
	width: 150px;
	line-height: 20px;
	padding: 1px 1px 0;
	color: #FFF;
	font-family: "Trebuchet MS";
	margin-bottom: 5px;
	background: #000;
}
#submit-search
{
	background-color: #000;
	border: 1px solid #AAA;
	height: 23px;
	line-height: 23px;
	_line-height: 18px;
	padding: 1px 1px 4px;
	cursor: pointer;
	font-size: 90%;
	color: #AAA;
}
#emailsub_wrapper
{
	padding: 5px 10px 10px;
	text-align: center;
}
#emailsub_wrapper INPUT, #emailsub_wrapper .submit-mimi
{
	vertical-align: middle;
	margin: 0;
	padding: 0;
}
#emailsub_wrapper INPUT
{
	width: 150px;
	border: 1px solid #7F0606;
	height: 20px;
	line-height: 20px;
	padding: 1px 1px 0;
	color: #FFF;
	font-family: "Trebuchet MS";
	margin-bottom: 5px;
	background: #000;
}
#emailsub_wrapper .submit-mimi
{
	background-color: #000;
	border: 1px solid #AAA;
	height: 20px;
	line-height: 20px;
	padding: 2px 7px 3px;
	cursor: pointer;
	color: #AAA;
	font-size: 90%;
}
#myebay
{
	padding: 10px 0;
	text-align: center;
}
#affiliate
{
        text-align: center;
        margin: 10px 0;
}
#yahoo
{
        text-align: center;
        margin-top: 10px;
}
#atomic
{
        text-align: center;
        margin: 10px 0;     
}
#rss
{
        margin: 4px 10px;
}
#rss IMG
{vertical-align: middle;}
/*#### FEATURED ####*/
#featured
{
	text-align: center;
	background: #666666 url(http://custom.buyitsellit.com/7122/randy-bg.gif) top center;
	border: 4px solid #7F0707;
	margin: 5px 0;
}
#featured H2
{
	line-height: 40px;
	height: 40px;
	padding: 0 10px;
	background: #313030;
	color: #AAA;
	margin-top: 0px;
}
TABLE #products
{
	width: 100%;
}
TABLE#products TD
{
	vertical-align: top;
	width: 33%;
	border: 1px solid #AAA;
	background: #313030 url(http://custom.buyitsellit.com/7122/randy-leftbg.gif);
}
TABLE#products TD H3 A
{
	color: #AAA;
	font: bold 13px "Trebuchet MS";
}
#products IMG
{
	margin-bottom: 10px;
}
#products A.button
{
	color: #CCC;
	padding: 3px;
	border: 1px solid #CCC;
	background: #000;
	font-size: 90%;
}
#products A.button:hover
{
	background-color: #333;
}
/*##### Product List Page #####*/
#crumb, #crumb A
{
	font-size: 90%;
	color: #7F0707;
	margin-top: 10px;
}
#crumb A:hover
{
	color: #000;
}
#sort
{
	margin: 10px 0;
}
#pagination
{
	padding-bottom: 15px;
}
#pagination A:hover
{
	color: #7F0707;
}
#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%;
	color: #7F0707;
}
INPUT.add-to-cart
{
	background-color: #000;
	border: 1px solid #AAA;
	color: #AAA;
	cursor: pointer;
	margin-top: 3px;
/*; } INPUT.add-to-cart: hover { background-color: #333*/
}
#availability B
{
	color: #7F0707;
}
.productOption
{
	margin-bottom: 10px;
}
.productOption SPAN
{
	width: 75px;
	float: left;
}
#desc P
{
	color: #2D2D2D;
	padding-bottom: 5px;
}
/*##### Cart Page #####*/
#cart-item
{
	padding: 10px 0 20px;
	border-bottom: 1px dotted #CCC;
}
#cart-item IMG
{
	padding-right: 15px;
	float: left;
}
P.cart-price
{
	_line-height: 0.3;
}
.product-options INPUT
{
	width: 25px;
	padding: 0 2px;
	color: #FFF;
	background: #000;
	text-align: right;
	margin-top: 3px;
}
#delete
{
	text-align: right;
	_margin-top: -39px;
	margin-top: -34px;
}
#delete A
{
	background-color: #000;
	border: 1px solid #AAA;
	padding: 2px 3px;
	color: #AAA;
	font-weight: bold;
	font-size: 85%;
}
#clear-update
{
	text-align: left;
	padding: 0 0 10px;
	clear: both;
}
#clear-update A
{
	background-color: #000;
	border: 1px solid #AAA;
	padding: 2px 3px;
	color: #AAA;
	font-weight: bold;
	font-size: 85%;
}
#shipping-rates
{
	text-align: right;
	clear: both;
	padding: 0 0 10px;
}
#shipping-rates INPUT
{
	background: #000;
	color: #CCC;
}
#CountryCode
{
	background: #000;
	color: #CCC;
}
#shipping-rates A
{
	background-color: #000;
	border: 1px solid #AAA;
	padding: 2px 3px;
	color: #AAA;
	font-weight: bold;
	font-size: 85%;
}
#cart-total
{
	clear: both;
	text-align: center;
	background-color: #333;
	padding: 10px;
	border: 1px dotted #CCC;
}
#cart-total A
{
	background-color: #000;
	border: 1px solid #AAA;
	padding: 2px 3px;
	color: #AAA;
	font-weight: bold;
}
#google-checkout
{
	text-align: center;
}
/*##### Footer #####*/
#footer
{
	clear: both;
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	background: transparent url(http://custom.buyitsellit.com/7122/randy-foot.gif) repeat-x;
	text-align: center;
	padding: 10px 0;
	color: #AAA;
	height: 40px;
	font-size: 12px;
}
#footer A, .footer A:visited
{
	color: #AAA;
	font-size: 12px;
}
#footer A:hover
{
	color: #2D2D2D;
}
#footer P
{
	padding: 15px;
}
/*##### DHTML Menu #####*/
#dhtmlgoodies_menu
{
	width: 200px;
	margin-bottom: 5px;
	/*[empty]border-bottom:;*/
}
#dhtmlgoodies_menu LI
{
	list-style-type: none;
	margin: 0px 0px 0px 0;
}
#dhtmlgoodies_menu UL
{
	margin: 0px;
	padding: 0px;
}
#dhtmlgoodies_menu UL LI UL
{
	padding-left: 10px;
}
#dhtmlgoodies_menu LI A
{
/*Main menu links*/
	text-decoration: none;
	color: #CCCCCC;
	height: auto;
	_height: 10px;
	line-height: 10px;
	vertical-align: middle;
	background-color: transparent;
	margin: 1px;
	padding: 5px 5px 5px 10px;
	display: block;
}
#dhtmlgoodies_menu LI A:hover, #dhtmlgoodies_menu .activeMainMenuItem
{
	color: #302F2F;
	background-color: #CCCCCC;
}
.dhtmlgoodies_subMenu
{
	visibility: hidden;
	position: absolute;
	overflow: hidden;
	border: 1px solid #302F2F;
	background-color: #CCCCCC;
	text-align: left;
}
.dhtmlgoodies_subMenu UL
{
	margin: 0px;
	padding: 0px;
}
.dhtmlgoodies_subMenu UL LI
{
	list-style-type: none;
	margin: 0px;
	padding: 1px;
	border-bottom: 1px solid #302F2F;
}
.dhtmlgoodies_subMenu UL LI A
{
	white-space: nowrap;
	text-decoration: none;
	color: #990124;
	height: 10px;
	line-height: 10px;
	padding: 5px 5px 5px 10px;
	display: block;
}
.dhtmlgoodies_subMenu UL LI A:hover
{
/*Sub menu items - mouse over effects*/
	color: #CCCCCC;
/*White text*/
	background-color: #990124;
/*Blue background*/
}
