/*
------------------------------------------------------------------------
STRUCTURE
------------------------------------------------------------------------
*/
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	margin: 5px 0 10px;
}
#container {
	width: 950px;
	overflow: hidden;
	margin: 0 auto 0 auto;
	text-align: left;
}
#border_container {
	overflow:hidden;
	padding: 10px 10px 0 10px;
	border-left: 1px solid #888;
	border-right: 1px solid #888;
	border-bottom: 1px solid #888;
}
#header {
	height: 106px;
	background: #fff url("img/header2.png") no-repeat 0% 0%;
	position: relative;
}
#header_bottom {
	height: 10px;
/*	background: #fff url("img/header2_bottom.png") no-repeat 0% 0%;*/
	background-color: #fff;
	position: relative;
}
#navigation {
	width: 950px;
	height: 25px;
/*	background: #f00 url("img/navi_bg.gif") repeat-x 0% 0%;*/
	background-color: #ccc;
	overflow: hidden;
	border-left: 1px solid #888;
	border-right: 1px solid #888;
}
#navigation ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin-left: 580px;
	margin-top: 5px;
	color: #aaa;
}
#navigation ul li {
	display: inline;
}
/*
#navigation ul li a {
	margin-right: 12px;
	background-repeat: no-repeat;
	float: left;
	height: 0px;
	text-align: center;
	padding-top: 26px;
	overflow: hidden;
	width: 103px;
	background-position: 0pt -52px;
}
#navigation ul li a:hover {
	background-position: 0pt -26px;
}
#navigation ul li a:active {
	background-position: 0pt 0px;
}
*/
#navigation ul li a {
	margin-right: 6px;
	margin-left: 6px;
	text-decoration: none;
	color: #444;
}
#navigation ul li a:hover {
	color: #000;
}

/* Navigation */
#navigation ul li#n_home a { background-image: url("img/navi_button_home.gif"); }
#navigation ul li#n_login a { background-image: url("img/navi_button_login.gif"); }
#navigation ul li#n_logoff a { background-image: url("img/navi_button_logoff.gif"); }
#navigation ul li#n_contact a { background-image: url("img/navi_button_contact.gif"); }
#navigation ul li#n_account a { background-image: url("img/navi_button_account.gif"); }


p.error {
	color: #f00;
	font-weight: bold;
}


#leftSide {
	float: left;
	width: 157px;
	overflow: hidden;
}
#rightSide {
	float: left;
	width: 157px;
	overflow: hidden;
}
#content {
	text-align: left;
	float: left;
	margin-top: 0px;
	padding: 0px 5px 0 15px;
	width: 590px;
	background-color: White;
}
#content h1 {
	font-family: 'Lucida Grande',Geneva,Arial,Verdana,Helvetica,sans-serif;
	font-size: 16px;
/*	border-bottom: 2px solid #333;*/
/*	background-color: #4284C0;*/
	padding: 5px 0 5px 5px;
/*	background: #5294d0 url("img/headline_top.gif") no-repeat 0% 0%;*/
	background-color: #CE2831;
	margin-bottom: 5px;
	color: #fff;
}
#content h2 {
	font-family: 'Lucida Grande',Geneva,Arial,Verdana,Helvetica,sans-serif;
	font-size: 14px;
	color: #000;
	border-bottom: 1px solid #ccc;
	padding-bottom: 3px;
	margin-bottom: 6px;
}

fieldset {
	border: 0;
}
#leftSide a {
	color: #444;
	text-decoration: none;
}
#leftSide a:hover {
	text-decoration: underline;
}
#rightSide a {
	color: #444;
	text-decoration: none;
}
#rightSide a:hover {
	text-decoration: underline;
}
hr {
	height: 1px;
}
#leftSide, #rightSide ul {
	list-style: none;
}
.copyright,.parseTime {
	float: left;
	width: 100%;
}
/*
------------------------------------------------------------------------
GENERAL
------------------------------------------------------------------------
*/
img {
	border: 0;
}

/*
------------------------------------------------------------------------
CHECKOUT
------------------------------------------------------------------------
*/

td.shippingblock {
	border-bottom: 1px solid #555;
	padding-bottom: 10px;
	margin-bottom: 4px;
}

table.shippingblockcontent td {
	padding: 3px 3px 3px 3px;
}

/*
------------------------------------------------------------------------
PRODUCTS
------------------------------------------------------------------------
*/
.addToCart {
	text-align: right;
	margin-top: 10px;
	padding: 10px 20px 10px 0;
/*	border-bottom: 1px solid #aaa; */
	border-top: 1px solid #aaa;
	background-color: #eee;
}
.productInfoPrice {
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 5px 0 5px 0;
	text-align: left;
	line-height: 15px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.productInfoPrice strong {
	font-size: 13px;
	font-weight: bold;
}
#productImageColumn {
	float: left;
}
#productDescription {
	overflow: hidden;
}
#productDescription ul {
	list-style-position: outside;
	margin-left: 30px;
}
#productImage {
	float: left;
	width: 210px;
	overflow: auto;
	padding: 10px 20px 10px 20px;
	text-align: center;
	background-color: White;
}
#productImage img {
	max-width: 205px;
	margin-top: 25px;
	border: 0;
}
.productListing {
	border-top: 1px solid #ccc;
	padding: 5px 0 5px 0;
	float: left;
	width: 100%;
	display: block;
}
.productListing ul {
	list-style: none;
	overflow:hidden;
}

div.productImageBox {
	float: left;
	overflow: hidden;
	width: 170px;
}
img.productImage {
	float: left;
	padding: 10px 10px 10px 10px;
}

.productListingGridBox {
	float: left;
	width: 270px;
	overflow: hidden;
	margin-bottom: 20px;
}

.productListingGridBox ul {
	list-style: none;
}

div.productImageGridBox {
	float: left;
	width: 120px;
	text-align: center;
}

div.productImageGridBox img {
}

div.productListingGridBoxContent {
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	padding: 0 10px 0 10px;
	height: 130px;
}

div.productListingGridBoxContent p {
	margin-bottom: 15px;
}

div.productListingGridBoxContent ul {
	list-style: none;
	margin-bottom: 15px;
	overflow: hidden;
}

div.productListingGridBoxContent ul li.buyButton {
	margin-top: 10px;
}
	
	
/*
------------------------------------------------------------------------
MAIN CONTENT
------------------------------------------------------------------------
*/
h1 {
	font-size: 16px;
}
a {
	text-decoration: underline;
	color: #333;
}
a:hover {
	color: #000;
}
/*
------------------------------------------------------------------------
CHECKOUT
------------------------------------------------------------------------
*/
#checkoutProgress {
	width: 96%;
	background-color: #ddd;
	color: #000;
	padding: 10px;
	margin-right: 15px;
	margin-bottom: 20px;
	border: 1px solid #aaa;
}

#checkoutProgress li {
	list-style: none;
	display: inline;
	margin: 0 20px 0 10px;
}

#checkoutProgress li.checkoutProgressCurrent {
	font-weight: bold;
}

div.address {
	width: 350px;
	padding: 10px;
	margin: 5px 5px 5px 0;
	background-color: #eee;
}

tr.moduleRowSelected {
	background-color: #222;
	color: #fff;
}

tr.moduleRow {
}

tr.trcol1 {
	height: 40px;
}

tr.trcol2 {
	height: 40px;
}
/*
------------------------------------------------------------------------
LOGIN
------------------------------------------------------------------------
*/
div.loginOption {
	margin: 8px;
}

div.loginOption h4 {
	padding: 4px;
	background-color: #ddd;
}

div.loginOption p {
	padding: 3px;
}

/*
------------------------------------------------------------------------
CART
------------------------------------------------------------------------
*/
.historyProduct {
	margin-top: 10px;
	width: 100%;
	float: left;
	border-bottom: 1px solid #ccc;
}
.historyImage {
	width: 150px;
	text-align: center;
	float: left;
}
.historyProduct p {
	overflow: visible;
}
.emptyCart {
	margin: 20px 0 20px 0;
	text-align: center;
}
ul.shoppingCart {
	list-style: none;
	margin: 10px 0 10px 0;
}
ul.shoppingCart li {
	margin-bottom: 4px;
}
div.horSpacer {
	height: 16px;
	width: 100%;
}
div.HorSpacer {
	height: 40px;
	width: 100%;
}
/*
------------------------------------------------------------------------
BOXES
------------------------------------------------------------------------
*/
h3.infoBoxTitle {
	background: #fff url("img/infoBoxHead.png") no-repeat 0% 0%;
	font-size: 13px;
	font-weight: bold;
	width: 157px;
	height: 25px;
	padding: 8px 0 0px 0;
	color: #fff;
	margin-bottom: 0;
	text-align: center;
}
div.infoBoxContent {
	width: 157px;
	background: #fff url("img/infoBoxBg.png") repeat-y;
	text-align: left;
	padding-left: 10px;
}
div.infoBoxFooter {
	width: 157px;
	height: 15px;
	background: #fff url("img/infoBoxFoot.png") no-repeat 0% 0%;
	margin-bottom: 5px;
}
ul.categoriesListing {
	list-style: none;
	color: #444;
	line-height: 15px;
	padding-left: 10px;
	font-weight: bold;	
	text-align: left;
	background: #fff url("img/infoBoxBg.png") repeat-y;
}
ul.infoBoxListing {
	list-style: none;
	color: #444;
	padding-left: 10px;
	text-align: left;
	background: #fff url("img/infoBoxBg.png") repeat-y;
}
ul.infoBoxListing li {
	padding-bottom: 3px;
}
ul.bestsellersListing {
	padding: 0 20px 0 20px;
	margin-bottom: 5px;
	text-align: left;
}
marquee {
	text-align: left;
}
div.bestsellerPrice {
	text-align: left;
	margin-bottom: 10px;
}
input.inputBox {
	width: 130px;
}
input.searchBox {
	width: 100px;
}
#quick_find input {
	vertical-align: bottom;
}
.inputBoxRightContent select {
	width: 130px;
	font-size: 10px;
}


/*
------------------------------------------------------------------------
BOXES (RIGHT SIDE)
------------------------------------------------------------------------
*/
h3.infoBoxRightTitle {
	background: #fff url("img/infoBoxRightHead.png") no-repeat 0% 0%;
	font-size: 13px;
	font-weight: bold;
	width: 157px;
	height: 21px;
	padding: 10px 0 0px 0;
	color: #333;
	margin-bottom: 0;
	text-align: center;
}
div.infoBoxRightContent {
	width: 157px;
	background: #fff url("img/infoBoxRightBg.png") repeat-y;
	text-align: left;
	padding-top: 5px;
	padding-left: 10px;
}
div.infoBoxRightFooter {
	width: 157px;
	height: 15px;
	background: #fff url("img/infoBoxRightFoot.png") no-repeat 0% 0%;
	margin-bottom: 5px;
}
ul.categoriesListing {
	list-style: none;
	color: #444;
	line-height: 15px;
	padding-left: 10px;
	font-weight: bold;	
	text-align: left;
	background: #fff url("img/infoBoxBg.png") repeat-y;
}
ul.infoBoxRightListing {
	list-style: none;
	color: #444;
	padding-left: 10px;
	text-align: left;
	background: #fff url("img/infoBoxRightBg.png") repeat-y;
}
div.infoBoxContent input.inputBox {
	max-width: 130px;
}
div.infoBoxContent input.searchBox {
	max-width: 100px;
}

.confirmationBlock {
	margin:8px 0 8px 0;
}

.top {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 12pt;
color: #f00;
background: #ccc;
}

.sub {
font-family: "Times New Roman", Times, serif;
font-weight: bold;
font-size: 10pt;
color: #ff0;
background: #d1d1d1;
}
