/* ----- Global properties declaration ----- */
body {
	margin: 10px 0px 40px 0px;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	background-color: #FFFFFF;
}


/* ----- Table Properties ----- */
td {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}

th {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}


/* ----- Generic Links ----- */
a:link, a:visited {
	font-size: 10px;
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #999999;
	text-decoration: none;
}

a.menu:link, a.menu:visited {
	background-color: #ddd;
	
}

a.utilities:link, a.utilities:visited {
	color: #0093D0;
	text-decoration: none;
}

a.utilities:hover {
	text-decoration: underline;
}

a.more:link, a.more:visited {
	color: #0093D0;
	text-decoration: none;
	font-weight: normal;
}

a.more:hover {
	text-decoration: underline;
}

a.para_title:link, a.para_title:visited {
	color: #0093D0;
	text-decoration: none;
	font-weight: normal;
	line-height: 16px;
	font-size: 11px;
}

a.para_title:hover {
	text-decoration: underline;
}

a.category:link, a.category:visited {
	color: #0093D0;
	text-decoration: none;
	font-weight: normal;
	line-height: 18px;
}

a.category:hover {
	text-decoration: underline;
}

a.menu0:link, a.menu0:visited {
	font-weight: bold;
	color: #666;
}

a.menu0:hover {
	color: #c80000;
}

a.menu1:link, a.menu1:visited, a.menu2:link, a.menu2:visited {
	color: #333;
	text-decoration: none;
	line-height: 10px;
	display: block;
}

a.menu1:hover, a.menu2:hover {
	color: #C80000;
}

a.breadcrumbs:link, a.breadcrumbs:visited {
	color: #fff;
}

a.breadcrumbs:hover {
	text-decoration: underline;
}

/* ----- Paragraph ----- */
p {
	margin: 10px 0px 0px 0px;
}

p.small {
	margin: 5px 0px 0px 0px;
}

em {
	color: #c80000;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
}

.green {
	color: #569437;
	font-weight: bold;
}

/* ----- Headings ----- */
h1 {
	margin: 0px 0px 15px 0px;
	font-size: 12px;
	color: #0093D0;
	text-decoration: none;
	}

h2 {
	margin: 0px;
	font-size: 11px;
	color: #c80000;
	text-decoration: none;
	line-height: 10px;
}

h3 {
	margin: 0px;
	font-size: 11px;
	color: #0093D0;
	text-decoration: none;
}

h4, h6 {
	margin: 0px;
	font-size: 11px;
	color: #808080;
	text-decoration: none;
}

h5 {
	margin: 0px;
	font-size: 11px;
	color: #0093D0;
	text-decoration: none;
	font-weight: normal;
}

h6 {
	font-weight: normal;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

/* ----- Image ----- */
img {
	border: 0px;
}

.promo_banner {
	padding: 0px;
	margin: 10px 0px;
	border:1px solid #ddd;
}

object, embed {
	width:790px;
	height:150px;
	border: 0px;
}

object.product_review, embed.product_review {
	width:150px;
	height:60px;
	border:0px;
	margin:0px 0px 15px 0px;
}

/* ----- Page Breakers ----- */
hr {
	height: 1px;
	color: #999;
}

.hr {
	margin: 0px;
	padding: 6px 0px;
	width: 100%;
	height:1px;
	display: block;
}

br {
	height: 5px;
}


/* ----- Lists ----- */
ul {
	padding: 5px 0px 5px 17px;
	margin: 0px;
	list-style-type: square;
	list-style-position: outside;
}

ul li {
	margin: 0px 0px 5px 0px;
}

ul.header_links, ul.footer_links {
	margin: 0px;
	padding: 0px;
}

ul.header_links li, ul.footer_links li {
	display: inline;
	padding: 0px;
}

ul.header_links {
	text-align: right;
}

ul.header_links a:hover, a.blue:hover {
	color:#0093D0;
}

ul.main_menu {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	background-color: #fff;
}

ul.main_menu li {
	margin: 0px;
	padding: 0px 0px 8px 0px;
	vertical-align: middle;
}

ul.main_menu li img {
	vertical-align: middle;
	padding: 0px 5px 0px 0px;
}

ul.menu {
	margin: 8px 0px;
	padding: 0px;
	list-style-type: none;
	list-style-position: outside;
}

ul.menu li {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	width: 120px;
}

ol.faq {
	color: #0093D0;
	padding: 10px 0px 15px 23px;
	margin: 0px;
	list-style-position: outside;
}

ol.faq li {
	margin: 0px 0px 20px 0px;
}

ol.faq p {
	color: #333;
	padding: 0px;
	margin: 3px 0px 0px 0px;
	line-height: 14px;
}

/* ----- User Interactivity Elements ----- */
input, select {
	width: 100%;
	height: 15px;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
}

.short_cb {
	width: 100px;
	margin: 0px 10px 0px 0px;
	vertical-align: middle;
	display: inline;
}

textarea {
	width: 100%;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
}

form {
	padding: 0px;
	margin: 0px;
}

.submit {
	width: 130px;
	height: 25px;
}

.continue {
	width: 86px;
	height: 23px;
}

.submit_small {
	width:24px;
	height: 23px;
	margin: 0px 0px 0px 5px;
	vertical-align: middle;
}

.submit_btn {
	width: 20px;
	height: 20px;
	vertical-align: middle;
}

.update {
	width: 100px;
	height: 13px;
}

.pay_cc {
	width:135px;
	height: 23px;
}

.radiobutton {
	width: 15px;
	height: 15px;
	margin: 0px 5px 0px 0px;
	vertical-align: middle;
}

.image_btn {
	padding: 2px 0px 0px 0px;
	width: 73px;
	height: 23px;
}

.search {
	width: 90px;
	height: 13px;
	padding:0px 1px;
	vertical-align: middle;
}

.login {
	width: 160px;
	height: 15px;
}

.form_title, .spec_title {
	padding: 7px 20px 3px 0px;
	width: 120px;
	height: 15px;
	color: #666;
	font-size: 10px;
	text-align: left;
	vertical-align: top;
}

.form_field, .spec_field {
	padding: 3px 0px 5px 0px;
	width: 300px;
	height: 15px;
	text-align: left;
	vertical-align: top;
}

.spec_title {
	padding: 3px 10px 8px 0px;
	line-height: 12px;
	width: 80px;
	color: #c80000;
	border-right: 1px solid #ddd;
}

.spec_field {
	padding: 3px 0px 8px 15px;
}

.checkout_title, .checkout_field {
	padding: 5px 10px 3px 0px;
	width: 110px;
	color: #0093D0;
	vertical-align: middle;
	text-align: left;
}

.checkout_field {
	width: 250px;
	color: #333;
}

/* ----- Contextual IDs / Selectors ----- */
/* HEADER */
#product_review {
	position:absolute;
	top:80px;
	left:800px;
	width:280px;
	padding:5px;
	background-color:#dfdfdf;
}

#product_review .panel_title {
	font:14px Arial, Helvetica, sans-serif;
	color:#666;
	padding:3px 5px;
}

.news_panel {
	width:260px;
	margin:5px 0px 0px 0px;
	padding:10px;
	background-color:#f2f2f2;
	clear:both;
}

.news_panel h4 {
	color:#0093D0;
	line-height:1.4em;
	margin:0px 0px 10px 0px;
}

#masthead {
	margin: 0px;
	padding: 0px 0px 15px 0px;
	width: 790px;
	height: 50px;
}

#logo {
	margin: 0px;
	padding: 0px 0px 5px 18px;
	float: left;
}

#header_links {
	width: 470px;
	float: right;
}

#home_banner {
	width: 790px;
	padding: 2px 0px;
	margin: 0px 0px 2px 0px;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
}

#utilities {
	padding: 0px 0px 0px 3px;
	vertical-align: middle;
}

#utilities img {
	vertical-align: middle;
}

#utilities #cart {
	float:right;
	color:#0093D0;
	margin:0px;
}

#search {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	vertical-align: left;
}

/* INDEX PAGE */
.main_prod {
	width: 170px;
	min-height: 190px;
	margin: 0px 3px 3px 0px;
	padding: 10px;
	text-align: center;
	border: 1px solid #ddd;
	float: left;
}

.special_prod, .best_selling_prod {
	width: 170px;
	margin: 0px;
	padding: 10px;
	text-align: center;
	vertical-align: top;
	border: 1px solid #ddd;
}

.best_selling_prod {
	width:100px;
	padding:10px 5px;
}

.clear_both {
	clear:both;
}

/* MENU */
#menu {
	float: left;
	padding: 5px 0px 10px 15px;
	width: 170px;
	vertical-align: top;
}

.menu_arrow {
	padding: 0px 2px 0px 0px;
}

.submenu0, .submenu1, .submenu2 {
	margin: 0px;
	padding: 0px 0px 0px 23px;
	width: 132px;
	vertical-align: top;
}

.submenu1 {
	width: 100px;
}

.submenu2 {
	width: 80px;
}

.selected {
	color: #c80000;
	font-weight: bold;
	line-height:10px;
}

.active{
	color: #F7E98A;
}

/* BODY */
#body {
	margin: 0px 0px 0px 190px;
	padding: 0px;
	width: 600px;
	vertical-align: top;
}

#container {
	width: 850px;
	text-align: left;
}

#category_title {
	margin: 0px;
	padding: 0px;
	height: 30px;
}

#breadcrumbs {
	height: 20px;
	margin: -2px 0px 0px 0px;
	padding: 1px 15px;
	background-color: #6796A4;
	color: #fff;
	line-height: 20px;
}

.product_header {
	margin: 0px;
	padding: 15px 15px 0px 15px;
	height: 40px;
	border-bottom: 1px solid #CCDCE1;
}

.product_title {
	float: left;
	color: #6796A4;
}

.product_price {
	text-align: right;
}

#feature {
	margin: 0px;
	padding: 20px;
	border: 1px solid #CCDCE1;
	border-top: 0px;
}

.feature_image {
	width: 270px;
	text-align: center;
	vertical-align: middle;
}

.feature_image img {
	vertical-align: middle;
}

.feature_details {
	padding: 0px;
	width: 230px;
}

#banner {
	margin: 0px;
	padding: 0px;
	width: 588px;
	border: 1px solid #CCDCE1;
	border-top: 0px;
}

#banner img {
	width: 588px;
	height: 80px;
	border: 0px;
}

.price_bold, .price {
	color: #c80000;
	font-size: 11px;
}

.price_bold {
	font-weight: bold;
}

/* CONTENT */
#content {
	margin: 5px 0px 0px 0px;
	padding: 0px;
}

/* PRODUCT COLUMN */
#products_col {
	margin: 0px;
	padding: 0px;
	width: 100%;
}

.title, .pager {
	line-height: 20px;
	height: 20px;
	padding: 1px 10px;
	margin: 0px;
}

.title {
	background-color: #C2DFF2;
	font-weight: bold;
	color: #4c4c4c;
} // -- Uncomment to return to original layout style


/* Christmas layout style */
/*.title {
	background-color:#EA0000;
	color:#fff;
	font-weight:bold;
}*/


.pager {
	margin: 0px 0px 10px 0px;
	background-color: #F2F6F7;
}

.product {
	margin: 0px;
	padding: 7px 10px;
	width: 370px;
	line-height: 14px;
}

.product .image, .product .image img {
	float: left;
	vertical-align: middle;
}

.product .details {
	margin: 0px 0px 0px 100px;
	padding: 0px;
	width: 260px;
}


/* FOOTER */
#footer {
	clear:right;
	margin: 20px 0px 0px 0px;
	padding: 0px;
	width: 600px;
}

#footer a:hover {
	color:#333;
	text-decoration:underline;
}

#gradient_div {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	background-image:url(../images/footer_bg.jpg);
	background-repeat: repeat-y;
	height: 15px;
}

#logo_icon {
	float: left;
	padding: 0px;
	margin: 0px;
}

#footer_details {
	margin: 0px 0px 0px 55px;
	padding: 0px;
}

#logo_title, #copyright {
	margin: 3px 0px 0px 0px;
	padding: 0px;
}

/* SITEMAP */
a.sitemap:link, a.sitemap:visited {
	color: #0093D0;
	font-size: 11px;
	padding: 0px 0px 0px 10px;
	line-height: 20px;
}

a.sitemap:hover {
	text-decoration: underline;
}

/* ERROR */
.err_msg {
	color: #c80000;
	padding: 0px 0px 12px 0px;
}

/* SHOPPING CART */
.cart_product {
	margin: 0px;
	padding: 15px 15px 10px 15px;
	border-bottom: 1px solid #CCDCE1;
}

.cart_image, .cart_title, .cart_qty, cart_total {
	width: 65px;
	padding: 0px 20px 0px 0px;
	height: 70px;
	vertical-align: top;
}

.cart_title {
	width: 240px;
}

.cart_qty {
	width: 35px;
}

.cart_image img {
	width: 65px;
}

.cart_total {
	width: 210px;
	padding: 0px;
	margin: 0px;
	vertical-align: top;
	text-align: right;
}

.cart_subtotal {
	padding: 15px;
	font-size: 11px;
	font-weight: bold;
	color: #c80000;
	text-align: right;
	border-bottom: 1px solid #CCDCE1;
}

.padded_content {
	padding: 15px;
}

.grey_field {
	background-color: #efefef;
	padding: 10px 15px;
}