/* print */

#nav, #searchbar, #sidebar, #carselector, #footer, #tools, #tabs { display: none; }

/* INIT
------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus { outline: 0; }
body { line-height: 1; color: black; background: white; }
ul { list-style: none; }
/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
blockquote:before, blockquote:after,
q:before, q:after { content: ""; }
blockquote, q {	quotes: "" ""; }

/* BASE STYLES
------------------------------------------------*/
body { background: #fff; font: 90% verdana,arial,sans-serif; }
strong { font-weight: bold; }
em { font-style: italic; }
.clear { clear: both; width: 100%; }

/* COLUMN SETUP
------------------------------------------------*/
#main { width: 100%; }

/* IMAGE RESET - GLOBAL OVERRIDES RTE == BAD
------------------------------------------------*/
#header img { border: 0; }


/* SEARCH BAR
------------------------------------------------*/
#searchbar { position: relative; width: 100%; height: 28px; overflow: hidden; background: #333 url(../images/bg_search.gif) repeat-x; }
#searchbar #nav-product-top { background: url(../images/bg_nav_product_top.gif) no-repeat left bottom; width: 160px; height: 28px; position: absolute; left: 0; top: 0; }
#productsearch { width: 330px; height: 28px; overflow: hidden; background: url(../images/bg_search_form.gif) no-repeat 10px 4px; float: right; }
#productsearch input { float: left; margin-left: 10px; }
#productsearch input.text { border: 0; background: transparent; color: #000; font: 80% verdana,arial,sans-serif; margin-left: 0; padding: 7px 0 0 142px; width: 133px; }

.searchresult { min-height: 80px; }


/* BREADCRUMB
------------------------------------------------*/
#breadcrumb { font-size: 80%; color: #555; margin-bottom: 1em; }
#main #breadcrumb ul { margin: 0; padding: 0; }
#breadcrumb ul, #breadcrumb li { display: inline; }
#breadcrumb a:link, #breadcrumb a:visited { color: #e30000; text-decoration: underline; }
#breadcrumb a:hover, #breadcrumb a:active { color: #f00; text-decoration: none; }
#breadcrumb strong { font-weight: normal; color: #000; }

/* STANDARD FORM
------------------------------------------------*/
#main .genform table { line-height: 1; font-size: 80%; width: 100%; }
#main .genform table.cellspaced { border-collapse: separate; }
#main .genform td, #main .genform th { padding: 5px 8px; vertical-align: top; }
#main .genform th { font-weight: bold; color: #fff; background: #760000; }
#main .genform td label { margin: 0; display: inline; }
#main .genform td input, #main .genform td textarea { background: #fff; margin: 0; font: 100% verdana,arial,sans-serif; width: 20em; border-width: 1px; border-style: solid; border-color: #999 #eee #eee #999; }

#main .genform .label { width: 150px; }
#main .genform .check { width: auto; }
#main .genform .submit { width: auto; }

#main .genform .formoption td, #main .genform .formoption th { border-bottom: 2px solid #fff; }
#main .genform .withbg td { background: #eee; }
#main .genform .darkbg td { background: #ccc; }
#main .genform .spaceafter td { border-bottom: 2em solid #fff; }

#main .genform label span { font-weight: bold; color: #c00; }
#main .genform .randimage { margin-top: 4px; }

#main .genform .button, #main .genform .submit
{
	cursor: pointer;
	padding: 3px;
	border: 1px solid #666;
	text-align: center;
	font-weight: bold;
	font-size: 80%;
	width: auto;
	background: #006bb6 url(../images/bg_buy_button.gif) repeat-x left top;
	color: #fff;
	text-transform: uppercase;
}
#main .justtext .genform .button, #main .genform .cartopts { font-size: 90%; }
#main .genform .solo { margin: 0 0 1em; }

#main .genform a:link, #main .genform a:visited { color: #e20000; text-decoration: underline; }
#main .genform a:hover, #main .genform a:active { color: #f00; text-decoration: none; }

/* PRODUCT CARD
------------------------------------------------*/
#main .productcard { float: left; width: 49%; border: 1px solid #760000; margin-top: 1em; line-height: 1.4; min-height: 145px; }
#main .productcard img { border: 0; }
#main .productcard h2 { padding: 3px 5px; height: 32px; overflow: hidden; background: #760000 url(../images/bg_productcard_h2.jpg) repeat-x left top; color: #fff; line-height: 1.3; font-size: 80%; font-weight: bold; }
#main .productcard h2 a { color: #fff; text-decoration: none; }

#main .productcard form { padding: 10px; }
#main .productcard strong { font-size: 100%; color: #ff0000; }
#main .productcard em { font-style: normal; color: #555; font-size: 80%; }
#main .productcard .extrainfo { clear: both; font-size: 80%; }

#main .productcard .buy { margin: 1em 0; }
#main .productcard .text, #main .productcard .button { font-size: 80%; border: 1px solid #666; }
#main .productcard .text { width: 2em; padding: 1px; background: #fff; color: #333; }
#main .productcard .button { cursor: pointer; text-align: center; font-weight: bold; width: auto; background: #006bb6 url(../images/bg_buy_button.gif) repeat-x left top; color: #fff; }
#main .productcard .view .button { width: 9em; font-size: 90%; }

#main .productcard span { color: #ff0000; }
#main .productcard .strike { text-decoration: line-through; }

#main .productimage { float: left; margin: 0 10px 10px 0; border: 1px solid #ccc; }
#main .right { float: right; }

#main .buttonlink { padding: 2px 5px; text-decoration: none; }

/* PRODUCT DETAIL
------------------------------------------------*/
#main .fullwidth { width: 100%; position: relative; }
#main .fullwidth form { min-height: 90px; padding-left: 120px; position: relative; }
#main .fullwidth form .productimage { position: absolute; left: 10px; top: 10px; }
#main .fullwidth .coreinfo { float: left; width: 50%; }
#main .fullwidth .extrainfo { clear: none; float: right; width: 40%; }
#main .fullwidth input { border: 1px solid #e5e5e5; font-size: 100%; }
#main .fullwidth .productoptionarea { float: left; clear: left; }
#main .fullwidth .productoptionarea .submit { margin-bottom: 1em; }
#main .fullwidth .formsubmit { float: left; clear: left; }
#main .imagealignright { float: right; margin-right: 0; }
#main .imagealignleft { float: left; margin-left: 0; }

#main .confirm { background: #2AAF45; border: 1px solid #760000; color: #fff; font-size: 80%; font-weight: bold; padding: 5px; margin-top: 14px; }

/* CART CONTENTS, PRODUCT OPTIONS AND CHECKOUT
------------------------------------------------*/
#cartcontents { margin: 1em 0 4px; padding: 0; border: 0;  font-size: 80%; line-height: 1; }
#cartcontents th { background: #f30000; color: #fff; text-align: left; font-weight: bold; padding: 4px 8px; border: 1px solid #fff; }
#cartcontents td { background: #eee; border: 1px solid #fff; vertical-align: top; }
#cartcontents img { border: 0; }

#cartcontents .m { text-align: center; }
#cartcontents .r { text-align: right; }

#main #cartcontents .qty { width: 4em; text-align: center; }
#main #cartcontents .qty input { width: 3em; text-align: center; }
#main #cartcontents .prc { width: 10em; text-align: right; }
#main #cartcontents .rmv { text-align: center; width: 15px; }
#main #cartcontents .chk { text-align: right; }
#main #cartcontents .wht td { background: #fff; padding: 0; }

#cartcontents .cartprices td { background: transparent; border: 0; padding: 6px 4px; }
#cartcontents .subtotal td { font-weight: bold; }
#cartcontents .total td { font-weight: bold; border-top: 1px solid #C2145C; border-bottom: 1px solid #C2145C; }

#main #cartcontents a:link, #main #cartcontents a:visited { text-decoration: none; }

/* ORDER VIEW
------------------------------------------------*/
#order-view #order-details p { background: transparent; padding: 2px; margin: 1px; float: left; width: 530px; }
#order-view #order-details .label { float: left; width: 25%; font-weight: bold; }
#order-view #order-details .detail { float: left; width: 75%; }
#order-view #cartcontents { float: left; }

/* RELATED PRODUCT
------------------------------------------------*/
#main .related { font-weight: normal; padding-bottom: 10px; font-size: 80%; line-height: 1.2; width: 32%; margin: 0 1.5% 0 0; border: 0; }
#main .related .productimage { width: 60px; }
#main .related form { padding-bottom: 0; }
#main .productdetails .related p { margin: 0 0 0.5em; color: #000; }
#main .productdetails .related p.buy { margin: 0; }
#main .related .productimage { margin-bottom: 0; }
#main .last { margin-right: 0; }
#main .productdetails .related a:link, #main .productdetails .related a:visited { color: #000; text-decoration: none; }
#main .productdetails .related a:hover, #main .productdetails .related a:active { color: #f00; text-decoration: none; }

/* MAIN AREA - GENERAL
------------------------------------------------*/
#main .floatwrapper { width: 100%; float: left; }
#main .bordered { border: 1px solid #760000; }
#main .margined { margin-top: 1em; }
#main .padded { padding: 1em 1em 1px; }
#main .tinted { background: #eee; }
#main .error { background: #fffd3a url(../images/bg_error.gif) no-repeat 10px 50%; border: 1px solid #e3d001; padding-left: 80px; }
#main .ok { background: #c6ea9c url(../images/bg_a_ok.gif) no-repeat 10px 50%; border: 1px solid #b0e571; padding-left: 80px; }
#main .nomargin { margin: 0; }
#main .justtext .largetext { font-size: 90%; }

/* MAIN AREA - TEXT STUFF
------------------------------------------------*/
#main h1 { line-height: 1; font-size: 90%; padding: 5px 8px; margin: 1em 0 0; font-weight: bold; color: #fff; background: #760000 url(../images/bg_productcard_h2.jpg) repeat-x left top; color: #fff; }
#main .justtext { font-size: 90%; line-height: 1.4; }
#main .justtext p { margin: 0 0 1em; }
#main .justtext h2 { margin-top: 1em; padding: 0.5em; font-size: 100%; font-weight: bold; color: #fff; background: #333 url(../images/bg_text_h2.gif) repeat-x; }
#main .justtext ul { list-style-type: square; margin: 0 0 1em 0; padding: 0 0 0 1.5em; }
#main .justtext a:link, #main .justtext a:visited { color: #e20000; text-decoration: underline; }
#main .justtext a:hover, #main .justtext a:active { color: #f00; text-decoration: none; }

/* MAIN AREA - PRODUCT DETAILS
------------------------------------------------*/
#main .productdetails { font-size: 90%; line-height: 1.4; }
#main .productdetails h3 { line-height: 1; padding: 5px; font-weight: bold; color: #fff; background: #760000 url(../images/bg_productcard_h2.jpg) repeat-x left top; color: #fff; }
#main .productdetails p { margin: 0 0 1em; }
#main ul, #main ol { margin: 1em 0; padding: 0 0 0 2em; }
#main ul { list-style-type: square; }
#main ol { list-style-type: decimal; }
#main .productdetails a:link, #main .productdetails a:visited { color: #e20000; text-decoration: underline; }
#main .productdetails a:hover, #main .productdetails a:active { color: #f00; text-decoration: none; }

/* MAIN AREA - VIEW MORE
------------------------------------------------*/
#main ul.arrowed { margin: 0; padding: 0.5em 1em; list-style: none; font-size: 90%; }
#main ul.arrowed li { overflow: hidden; display: block; padding-left: 15px; background: url(../images/bg_arrow_li.gif) no-repeat left center; }
#main ul.arrowed a:link, #main ul.arrowed a:visited { color: #000; text-decoration: none; }
#main ul.arrowed a:hover, #main ul.arrowed a:active { color: #f00; text-decoration: underline; }

