/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2007 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: stylesheet.css 5952 2007-03-03 06:18:46Z drbyte $
 */

body {
	font: 80% verdana, arial, helvetica, sans-serif;
	background: white;
	margin: 0;
	max-width: 1200px;
	min-width: 750px;
}

a:visited {
	color: #c51515;
}

#header {
	background-image: url(../images/header_bg.gif);
	height: 137px;
	margin-left: 12px;
	margin-bottom: 5px;
}

#headlogo {
	position: absolute;
	top: 0px;
	left: 12px;
	border-style: none;
	margin: 0;
	padding: 0;
}

#headlogo img {
	border: none;
	margin-left: auto;
	margin-right: auto;
}

#headlogo a {
	outline: none;
}

#headnav {
	position: absolute;
	top: 15px;
	left: 400px;
	border-style: none;
	padding: 0;
	font-size: 0.7em;
}

#headnav ul {
	margin: 0px 0px 0px 5px;
	padding: 5px 0px 5px 5px;
	top: 20px;
	list-style: none;
	background-color: white;
	color: #c51515;
}

#headnav li {
	margin: 7px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #c51515;
	border-style: solid;
	border-width: 2px;
}
		
#headnav a {
	background-color: white;
	color: #c51515;
	display: block;
	text-align:center;
	font-weight: bold;
	border-style: none;
	text-decoration: none;
	padding: 5px 6px 5px 6px;
	border-width: 1px;
}

#headnav a:hover {
	background: #DC143C;
	color: white;
}

#navigation {
	position: absolute;
	top: 158px;
	left: 0;
	width: 200px;
	font-size: 0.85em;
}
		
#navigation ul {
	margin: 0 0 1em 0;
	padding: 0;
	list-style: none;
}

#navigation ul a {
	color: black;
	text-decoration: none;
	display: block;
	background: white;
	padding: 1px 0.5em;
	margin: 0 1em 0 1em;
	border: 1px solid black;
	border-width: 0px 1px 0px 1px;
	outline:none;
}

#navigation ul {
	padding: 3px 1px;
}

#navigation li.toplist {
	padding: 1px 0 0 0;
}
		
#navigation li.topnav {
	padding: 5px 0 0 0;
}
		
#navigation a.lastitem {
	border-width: 0px 1px 1px 1px;
}

#navigation a.toplist {
	color: white;
	background-color: black;
	padding: 3px 0.5em;
	margin: 0 1em 0 1em;
	display: block;
	text-align:center;
	font-weight: bold;
}

#navigation a.topnav {
	color: white;
	background-color: #c51515;
	padding: 3px 0.5em;
	margin: 0 1em 0 1em;
	display: block;
	text-align:center;
	font-weight: bold;
	border-style: none;
}

#navigation b.bottomnav {
	color: black;
	background-color: white;
	padding: 1px 0;
	margin: 0 1em 0 1em;
	display: block;
	text-align:center;
	border-style: none;
	font-weight:normal;
}

#navigation a.bottomnav {
	color: black;
	background-color: white;
	padding: 0;
	margin: 0;
	text-align:inherit;
	border-style: none;
	font-weight:normal;
}

#navigation b {
	color: white;
	background-color: black;
	padding: 3px 0.5em;
	margin: 0 1em 0 1em;
	display: block;
	text-align:center;
}


#navigation a:hover {
	background: #DC143C;
	color: white;
}

#content, #purchase, #productListing, #categoryListing, .centerColumn {
	xpadding: 1px 1em 2em 1em;
	padding: 1px 20px 1em 10px;
	border-left: 205px solid white;
}

#purchase, .thirdcolumn {
	border-left: 150px solid white;
}

#imagelist {
	position: absolute;
	top: 158px;
	left: 200px;
	width: 150px;
	font-size: 0.85em;
}

p.productPrice {
	font-size: 1.3em;
	font-weight: bold;
	margin-top: 0px;
	padding-top: 0px;
}

h1 {
	font-size: 1.5em;
	color: #C51515;
}

h2 {
	font-size: 1.3em;
	color: #C51515;
}

h3 {
	font-size: 1.1em;
	color: #036;
}

#imagelist li, #imagelist ul, #imagelist img, #imagelist img:hover {
	border: none;
	margin: 0;
	padding: 0;
	text-align:center;
}

#imagelist ul {
	list-style: none;
}

#imagelist img:hover {
	opacity: 0.7;
	filter: alpha(opacity = 70);
}
#imagelist a {

	outline: none;
}

#imagelist p {
	font-size: 1.1em;
	background-color: #808080;
	color: white;
	text-align:center;
	padding: 5px;
	margin-top: 3px;
}


#container {
	position: relative;
	width: 95%;
	border: none;
	margin: auto;
}

#popupImage  img, #popupAdditionalImage  img {
	border: none;
	margin-left: auto;
	margin-right: auto;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.clearfloat, .clearBoth {
	clear: both;
}

img {
	border: none;
	margin: 0;
	padding: 0;
}

#productListing img {
	text-align:center;
}

.productListing-rowheading {
	background-color: black;
	color: white;
	text-align:center;
	font-weight: bold;
	height: 1.5em;
	padding: 7px 0 7px 0;
	margin: 20px 0 15px 0;
}

.productListing-rowheading a {
	color: white;
}

.productListing-rowheading a:hover {
	color: blue;
}

.productListing-rowheading a:visited {
	color: white;
}

.product_list_image, .plheader_product_list_image {
	width: 20%;
	float: left;
	text-align:center;
}

.product_list_name, .plheader_product_list_name {
	width: 60%;
	float: left;
}

.product_list_name a {
	text-decoration: none;
	font-weight: bold;
	color: black;
	width: 60%;
	font-size: 1.2em;
}

.product_list_price, .plheader_product_list_price {
	width: 20%;
	float: left;
}

.plheader_product_list_name a, .plheader_product_list_price a {
	text-decoration: none;
}

#categoryListing {
	margin-left: auto;
	margin-right: auto;
	width: 600px;
}

#listvibes {
	font-size: 0.9em;
	margin-left: auto;
	margin-right: auto;
	width: 600px;
}

#categoryListing img, #listvibes img {
	border: none;
}

#categoryListing a, #listvibes a {
	font-size: 1.1em;
}

#listvibes a {
	float: left;
}

#categoryListing a:hover, #listvibes a:hover {
	opacity: 0.7;
	filter: alpha(opacity = 70);
}

.categoryListBoxContents {
	float: left;
	text-align: center;
}

.categoryListBoxContents  a, #listvibes a {
	text-decoration: none;
}

.imageLink  {
	text-decoration: underline;
}

.welcomePagePositivesList {
	margin-bottom: 20px;
	font-size:1.0em;
	float:left;
	vertical-align: 5;
}

.positiveListItem {
	list-style: url(../images/tick.gif) inside;
}

.negativeListItem {
	list-style: url(../images/prohibited.gif) inside;
}

.loginfieldset {
	width: 40%;
	float: left;
	font-size: 1.2em;
	margin-right: 20px;
	font-weight: bold;
}

.discountcouponfieldset, .contactusfieldset {
	width: 60%;
	font-size: 1.2em;
	margin-top: 20px;
	margin-right: 20px;
	font-weight: bold;
}

.information {
	font-size: 0.85em;
	font-weight: normal;
	margin-bottom: 10px;
}

.loginpagebutton, .discountcouponbutton, .unsubscribebutton, .sendbutton, .shoppingcartbutton {
	float: right;
	margin-top: 10px;
}

label.inputLabel {
	width: 9em;
	float: left;
	font-size: 0.85em;
	}

#login-password, #login-email-address {
	margin-bottom: 10px;
}

.contactusline, .accountinfoline {
	margin-top: 7px;
}

.tableHeading {
	background-color: #e9e9e9;
}

.tableHeading TH {
	border-bottom: 1px solid #9a9a9a;
	}

.tableRow, .tableHeading {
	height: 2.2em;
	}

TR.tableHeading {
	background-color: #cacaca;
	height: 2em;
	}

.outOfStock {
	color: red;
	font-weight: bold;
}

.cartProductDisplay  a {
	text-decoration: none;
	color: black;
}

.cartProductDisplay  a :hover {
	text-decoration: underline;
	color: blue;
}

.messageStackError {
	padding: 10px;
	background-color: red;
	color: white;
}

#cartSubTotal {
	text-align: right;
	background-color: #cacaca;
	height: 2em;
	font-weight: bold;
	padding: 13px 30px 8px 0px;
}

#searchform {
	border-style: solid;
	border-width: 1px;
	padding: 0px 0px 10px 0px;
	margin: 3px 12px 2px 12px;
	color: #c51515;
}

#searchform input, #searchform a {
	font-size: 1.0em;
	margin: 1px 0px 2px 11px;
}

#searchform a:visited {
	color: blue;
}

#searchform a:hover {
	color: white;
}

#searchform  form {
	margin-top: 5px;
}

.searchtitle {
	padding-bottom: 4px;
	text-align: center;
	color: white;
	background-color: #c51515;
	font-weight: bold;
}