@import url(homepage.css);
@import url(view_product.css);
@import url(view_category.css);
@import url(shopping_cart.css);
@import url(customer_account.css);

/* general stuff */
body, table, input, select, textarea
{
	font-family: verdana, sans-serif;
	font-size: 13px;
}

body
{
	margin: 0px;
	padding: 0px;
	background-color: #F0F0F0;
	color: #000000;
	background-image: url('images/background.gif');
	background-repeat: no-repeat;
	padding-top: 10px;
}

p
{
	margin: 0px;
	padding: 0px;
}

p.text
{
	padding: 5px 0px;
	padding-left: 15px;
	text-align: justify;
}

p.info
{
	padding-left: 40px;
	background-image: url('images/info.png');
	background-repeat: no-repeat;
	background-position: 0px 5px;
}

ul
{
	margin: 0px;
	padding: 0px;
}

ul.text
{
	padding-left: 30px;
}

form
{
	display: inline;
}

input, select, textarea
{
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 1px;
}

input:focus, select:focus, textarea:focus, input:hover, select:hover, textarea:hover
{
	background-color: #FFFFE0;
	border: 1px solid #007fbf;
}

label
{
	cursor: pointer;
}

input.button, input.submit
{
	background-color: #007fbf;
	border: 1px solid #007fbf;
	color: #FFFFFF;
	cursor: pointer;
	font-weight: bold;
	text-decoration: none;
	padding: 1px;
}

input.radio
{
	background-color: #f1f4f6;
	border: none;
}

input.submit
{
	padding: 3px;
}

input.button:hover, input.submit:hover
{
	background-color: #00C14E;
	border: 1px solid #00C14E;
}

a,a.visited
{
	color: #007fbf;
	font-weight: bold;
	text-decoration: underline;
	cursor: pointer;
}

a:hover
{
	color: #00C14E;
	text-decoration: underline;
}

img
{
	border: none;
}

.highlight
{
	color: #00C14E;
	font-weight: bold;
}

.nomargin
{
	margin: 0px;
}

acronym
{
	cursor: help;
	border-bottom: 1px dashed #BBBBBB;
}

img.promo
{
	overflow: auto;
	position: absolute;
	z-index: 99;
	top: 3px;
	left: 3px;
	width: 32px;
	height: 32px;
}

h1
{
	margin: 0px 0px 0px 3px;
	padding: 3px 0px;
	font-weight: normal;
	font-size: 22px;
	color: #007fbf;
}

h2
{
	color: #007fbf;
	text-transform: uppercase;
	text-align: left;
	font-size: 14px;
	margin: 0px 0px 5px 0px;
	padding: 5px 0px 0px 0px;
}

h2.text
{
	font-size: 16px;
	color: #333333;
	font-weight: normal;
	border-bottom: 1px solid #404040;
}

h3
{
	text-align: left;
	font-size: 16px;
	font-weight: normal;
	margin: 5px;
	padding-bottom: 2px;
	border-bottom: 1px solid #404040;
}

h3, h3 a, h3 a:hover
{
	color: #007fbf;
	text-decoration: none;
	text-transform: uppercase;
}

span.red
{
	color: #DD0000;
}

div.clear
{
	clear: both;
}

div.clear_left
{
	clear: left;
}

input.link
{
	border: none;
	background-color: #F7FFBB;
	padding: 0px;
	width: auto;
}

a.left
{
	padding-left: 22px;
	background-image: url('images/left.png');
	background-repeat: no-repeat;
	background-position: 2px 0px;
	display: inline-block;
}

a.right
{
	padding-left: 22px;
	background-image: url('images/right.png');
	background-repeat: no-repeat;
	background-position: 2px 0px;
	display: inline-block;
}

blockquote
{
	margin: 5px;
	padding: 5px;
	border: 1px dashed #056DB4;
	background-color: #F0F0F0;
}

div.image_thumbnail
{
	width: 150px;
	height: 150px;
	text-align: center;
	background-color: #FFFFFF;
	float: left;
	margin: 0px;
	padding: 0px;
	position: relative;
}

div.image_thumbnail div.product_imageholder
{
	display: table;
	width: 150px;
	height: 150px;
	_position: relative;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}

div.image_thumbnail div.product_imageholder div.outerlayer
{
	_position: absolute;
	_top: 50%;
	display: table-cell;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
}

div.image_thumbnail div.product_imageholder div.outerlayer p
{
	_position: relative;
	_top: -50%;
	left: -50%;
	padding: 0px;
	margin: 0px;
}

td.title
{
	font-weight: bold;
	text-align: left;
}

div.box, div.redbox
{
	margin: 10px 0px 0px 0px;
	padding: 4px;
	text-align: center;
	line-height: 20px;
}

div.box
{
	border: 1px solid #AAAAAA;
	background-color: #F8F8F8;
}

div.redbox
{
	background-color: #fff7ef;
	border: 1px solid #dd0000;
}

div.left
{
	text-align: left;
}

div.box table
{
	line-height: 16px;
	margin: 0px auto;
	text-align: left;
}

div.space
{
	line-height: 26px;
}

/* template structure */

div.shadow
{
	background-image: url('images/shadow.png');
	background-repeat: repeat-y;
	width: 975px;
	margin: 0px auto;
}

div#top_container
{
	color: #AAAAAA;
	clear: both;
	text-transform: uppercase;
	font-size: 11px;
	width: 955px;
	margin: 0px auto;
	padding: 0px 5px;
	border-left: 1px solid #BBBBBB;
	border-right: 1px solid #BBBBBB;
	border-top: 1px solid #BBBBBB;
	background-color: #007fbf;
}

div#top_container div#top div#hello
{
	float: right;
}

div#top_container div#top div#quickies
{
	float: left;
	margin-top: 8px;
	margin-bottom: 8px;
}

div#top_container div#top div#quickies a
{
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}

div#top_container div#top div#quickies a:hover
{
	text-decoration: underline;
}

div#header
{
	width: 965px;
	margin: 0px auto;
	background-color: #FFFFFF;
	border-left: 1px solid #BBBBBB;
	border-right: 1px solid #BBBBBB;
}

div#header div#logo
{
}

div#header div#logo a
{
	float: left;
	margin: 8px 0px 5px 25px;
	width: 140px;
	height: 47px;
	background-image: url('images/logo.png');
	background-repeat: no-repeat;
	text-decoration: none;
}

div#header a
{
	color: #666666;
}

div#header div#right_tools
{
	margin-left: 10px;
	float: right;
	width: 605px;
	padding: 5px 0px 5px 5px;
	background-color: #F6F6F6;
	border-left: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}

div#header div#right_tools div.telephone
{
	color: #666666;
	float: left;
	font-size: 11px;
	margin: 10px 5px;
	padding-left: 40px;
	background-image: url('images/customer_service.png');
	background-repeat: no-repeat;
	width: 105px;
	cursor: pointer;
}

div#header div#right_tools div.account
{
	color: #666666;
	float: left;
	font-size: 11px;
	margin: 10px 5px;
	padding-left: 35px;
	background-image: url('images/key.png');
	background-repeat: no-repeat;
	width: 170px !important;
	width: 165px;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
}

div#header div#right_tools div.cart, div#header div#right_tools div.cart_empty
{
	float: left;
	color: #666666;
	font-size: 12px;
	margin: 10px 5px;
	padding-left: 40px;
	background-repeat: no-repeat;
	width: 130px;
	cursor: pointer;
}

div#header div#right_tools div.cart
{
	background-image: url('images/bigcart.png');
}

div#header div#right_tools div.cart_empty
{
	background-image: url('images/bigcart_empty.png');
}

div#main
{
	clear: both;
	margin: 0px auto;
	width: 965px;
	background-color: #FFFFFF;
	padding-bottom: 10px;
	border-left: 1px solid #BBBBBB;
	border-right: 1px solid #BBBBBB;
	border-bottom: 5px double #007fbf;
	padding-top: 5px;
}

div#structure
{
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px 5px;
}

div.short
{
	float: right;
	width: 750px;
}

div#sidebar
{
	float: left;
	width: 145px;
	border-top: 2px solid #007fbf;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	margin-top: 5px;
	margin-right: 0px;
	margin-left: 3px;
}

div#sidebar div.title
{
	text-transform: uppercase;
	color: #007fbf;
	font-weight: bold;
	padding: 3px 3px 3px 6px;
	font-size: 12px;
}

div#sidebar a
{
	display: block;
	width: 131px;
	padding: 2px 2px 2px 12px;
	text-align: left;
	text-decoration: none;
	border-top: 1px dotted #CCCCCC;
	color: #222222;
	font-size: 11px;
}

div#sidebar div.centered a
{
	text-align: center;
	border: none;
	padding: 7px 0px;
}

div#sidebar a.selected, div#sidebar a:hover
{
	background-color: #007fbf;
	color: #FFFFFF;
}

div#sidebar div.centered a:hover
{
	background-color: #FFFFFF;
}


div.bordered
{
	border-top: 6px solid #007fbf;
}

div.breadcrumbs-out
{
	width: 965px;
	margin: 0px auto;
	clear: both;
	background-color: #FFFFFF;
	border-left: 1px solid #BBBBBB;
	border-right: 1px solid #BBBBBB;
	padding-bottom: 3px;
}

div.breadcrumbs-out div#breadcrumbs, div.breadcrumbs-out div#breacrumbs a
{
	font-size: 11px;
	font-weight: normal;
}

div.breadcrumbs-out div#breadcrumbs
{
	padding: 5px 0px 5px 5px;
/*
	width: 715px;
	height: 15px;
	white-space: nowrap;
	overflow: hidden;
*/
	color: #666666;
}

div.breadcrumbs-out div#breadcrumbs a
{
	color: #666666;
	text-decoration: underline;
	font-weight: normal;
}

div#search
{
	float: right;
}

div#search input.edit
{
	font-size: 11px;
	border: 1px solid #BBBBBB;
	background-color: #FAFAFA;
	width: 200px;
	padding: 1px;
	margin-top: 5px !important;
	margin-top: 3px;
}

div#search input.edit:hover, div#search input.edit:focus
{
	border: 1px solid #007fbf;
	background-color: #FFFFFF;
}

div#search input.search
{
	border: none;
	padding-left: 22px;
	background-image: url('images/search.png');
	background-repeat: no-repeat;
	background-position: 2px 1px !important;
	background-position: 2px 5px;
	background-color: #007fbf;
	display: inline-block;
	border: none;
	cursor: pointer;
}

div#bottom_shadow
{
	clear: both;
	margin: 0px auto;
	width: 915px;
	padding: 0px 3px 4px 3px;
	background-image: url('images/bottomshadow.gif');
	background-repeat: repeat-y;
}

div#footer
{
	clear: both;
	margin: 0px auto;
	width: 960px;
	padding: 5px 0px 10px 5px;
	background-color: #F6F6F6;
	color: #444444;
	border-left: 1px solid #BBBBBB;
	border-right: 1px solid #BBBBBB;
	border-bottom: 1px solid #BBBBBB;
	text-align: center;
	line-height: 24px;
	color: #777777;
}

div#footer a
{
	color: #444444;
	font-size: 11px;
}

div#footer a:hover
{
	color: #666666;
}

div#footer ul
{
	list-style-type: none;
}

div#footer ul li
{
	line-height: 20px;
}

div#footer div.column
{
	float: left;
	width: 280px;
	margin-right: 10px;
	padding: 0px 3px;
}

div#footer div.question
{
	padding-left: 45px;
	background-image: url('images/question.png');
	background-repeat: no-repeat;
	background-position: 3px 5px;
}

div#footer div.customer_service
{
	padding-left: 45px;
	background-image: url('images/customer_service.png');
	background-repeat: no-repeat;
	background-position: 3px 5px;
}

div#footer div.bigcart
{
	padding-left: 45px;
	background-image: url('images/bigcart.png');
	background-repeat: no-repeat;
	background-position: 3px 5px;
}

div#footer div.column h2
{
	color: #000000;
	font-weight: normal;
}

#copyright
{
	width: 925px;
	margin: 0px auto;
	text-align: center;
	padding: 7px 0px;
	margin-bottom: 3px;
	background-image: url('images/sh_bottom.png');
	background-repeat: no-repeat;
	background-position: 1px 0px;
}

#copyright, #copyright a
{
	font-size: 10px;
	color: #666666;
}

#copyright a
{
	text-decoration: underline;
}

fieldset#last_message
{
	background-image: url("images/info.png");
	background-repeat: no-repeat;
	background-position: 5px center;
	position: fixed;
	z-index: 9999;
	width: 50%;
	top: 40%;
	left: 25%;
	padding: 10px 2px 4px 15px;
	text-align: center;
	font-weight: bold;
	line-height: 140%;
	background-color: #f1f4f6;
	border: 2px solid #007fbf;
	color: #007fbf;
}

fieldset#last_message legend
{
	font-weight: bold;
	color: #007fbf;
	font-size: 15px;
}

fieldset#last_message div.expires
{
	margin-top: 10px;
	font-size: 10px;
	font-weight: normal;
	text-align: right;
}



div.errors
{
	border: 2px solid #DD0000;
	font-weight: bold;
	padding: 5px;
	margin: 10px 0px;
	background-color: #FFF6F6;
}

div.errors, div.errors a
{
	color: #DD0000;
}

div#menutabs
{
	padding: 0px;
	margin: 10px 0px 0px 0px;
	float: left;
}

div#menutabs ul
{
	margin: 0px;
	padding: 0px;
	border: 1px solid #007fbf;
}

div#menutabs ul li
{
	display: block;
	padding: 0px;
	margin: 0px;
	background-color: #f1f4f6;
}

div#menutabs ul li a
{
	margin: 0px;
	padding: 5px 3px;
	display: block;
	width: 160px;
	text-decoration: none;
	color: #007fbf;
	font-size: 12px;
}

div#menutabs ul li a:hover
{
	background-color: #FFFFFF;
}

div#menutabs ul li a.selected, div#menutabs ul li a.selected:hover
{
	background-color: #007fbf;
	color: #FFFFFF;
	text-decoration: underline;
}

div.noborder
{
	border: none;
}

div#alt_header
{
	width: 895px;	
	margin: 0px auto;
	height: 73px;
	padding: 10px 10px 0px 10px;
}

div#alt_header a
{
	float: left;
	margin: 4px 0px 2px 15px;
	width: 175px;
	height: 70px;
	background-image: url('images/logo.jpg');
	background-repeat: no-repeat;
	text-decoration: none;

}

div#cluetip-close
{
	position: relative;
	top: -40px;
	left: 710px;
}

div#cluetip-close a
{
	color: #DD0000;
}

div.comment
{
	margin: 3px 0px;
	border: 1px solid #007fbf;
	background-color: #f1f4f6;
	padding: 3px;
	text-align: left;
	line-height: 20px;
}

div.comment div.details
{
	text-align: right;
	font-size: 10px;
}

a.button
{
	background-color: #007fbf;
	color: #FFFFFF;
	padding: 4px;
	text-decoration: none;
}

a.button:hover
{
	background-color: #00C14E;
	color: #FFFFFF;
	text-decoration: none;
}

div.add_comment_div
{
	text-align: center;
	margin: 10px 0px 10px 0px;
}

div.config_options
{
	margin-top: 15px;
	margin-bottom: 10px;
	text-align: left;
}

div.store
{
	float: left;
	width: 305px;
	padding: 2px;
	border: 1px solid #DDDDDD;
	background-color: #FAFAFA;
	margin: 3px;
	cursor: pointer;
}

div.store h2
{
	padding-top: 1px;
}
