/* 1) Main ********************************************************************** */

body {
	margin: 0;
	background-color: #FFFFFF;
	color: #000000;
	font-size: 100%;
	background-image: url('../images/structure/bg_main.png');
	background-repeat: repeat-x;
}

body, td, th, h1, h2, h3, input, textarea { /* redundant rules for bad browsers  */
	font-family: verdana, arial, sans-serif;
}

p {

}

h1 {

}

h2 {

}

h3 {

}

#container {
	width: 950px;
	margin: auto;
}

/* 2) Links ********************************************************************** */

a {
	color: #0000C0;
	background-color: inherit;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #0000C0;
	background-color: inherit;
	text-decoration: underline;
	font-weight: bold;
}

.buttonSmall {
	background-image: url('../images/structure/bg_small_but.png');
	background-repeat: no-repeat;
	width: 29px;
	height: 16px;
	overflow: hidden;
	text-align: center;
	color: #FFFFFF;
	background-color: inherit;
	font-weight: bold;
	padding-top: 1px;
}

.buttonMid {
	background-image: url('../images/structure/bg_mid_but.png');
	background-repeat: no-repeat;
	width: 74px;
	height: 16px;
	overflow: hidden;
	text-align: center;
	color: #FFFFFF;
	background-color: inherit;
	font-weight: bold;
	padding-top: 1px;
}

.buttonLarge {
	background-image: url('../images/structure/bg_large_but.png');
	background-repeat: no-repeat;
	width: 100px;
	height: 16px;
	overflow: hidden;
	text-align: center;
	color: #FFFFFF;
	background-color: inherit;
	font-weight: bold;
	padding-top: 1px;
}

.buttonMassive {
	background-image: url('../images/structure/bg_massive_but.png');
	background-repeat: no-repeat;
	width: 150px;
	height: 16px;
	overflow: hidden;
	text-align: center;
	color: #FFFFFF;
	background-color: inherit;
	font-weight: bold;
	padding-top: 1px;
}

.buttonLink a {
	color: #FFFFFF;
	background-color: inherit;
	text-decoration: none;
	font-weight: bold;
}

.buttonLink a:hover {
	text-decoration: underline;
}

.otherItem {
	float: left;
	width: 100px;
	margin-right: 2px;
	text-align: center;
}

.otherImage img {
	border: 0;
}

.otherName {
	margin-top: 2px;
}

/* 3) Header ********************************************************************** */

#header {

}

.headerIcon {
	width: 141px;
	float: right;
}

.headerLogo {
	vertical-align: top;
	width: 235px;
	float: left;
}

.headerMenu {
	width: 579px;
}

/* 4) Navigation ********************************************************************** */

#smallMenu {
	padding: 2px 0 0 100px;
	height: 14px;
	text-align: center;
	font-size: 0.6em;
	color: #FFFFFF;
	background-color: inherit;
	overflow: hidden;
	margin-bottom: 46px;
}

#smallMenu a {
	color: #FFFFFF;
	background-color: inherit;
	text-decoration: none;
	font-weight: bold;
}

#smallMenu a:hover {
	text-decoration: underline;
}

#breadcrumb {
	font-size: 0.6em;
	color: #292D4A;
	background-color: inherit;
	font-weight: bold;
	margin-bottom: 10px;
}

.headerButton {
	text-align: center;
	font-size: 0.6em;
	padding: 3px 5px 0 5px;
	background-image: url('../images/structure/but_off.png');
	width: 62px;
	height: 27px;
	overflow: hidden;
	float: left;
}

.headerButton a {
	color: #FFFFFF;
	background-color: inherit;
	text-decoration: none;
	font-weight: bold;
}

.headerButton a:hover {
	text-decoration: none;
}

/* 5) Content ********************************************************************** */

#leftContent {
	width: 200px;
	float: left;
}

#mainContent {
	margin: 0 15px;
	width: 520px;
	float: left;
	margin-bottom: 15px;
	overflow: hidden;
}

#rightContent {
	width: 200px;
	float: right;
}

.sideBox {
	width: 200px;
	margin-bottom: 15px;
}

.sideBoxHeader {
	background-image: url('../images/structure/bg_box_head.png');
	background-repeat: no-repeat;
	height: 15px;
	overflow: hidden;
	text-align: center;
	font-size: 0.6em;
	color: #FFFFFF;
	background-color: inherit;
	font-weight: bold;
	padding-top: 2px; 
}

.sideBoxContent {
	border: 1px solid #999999;
	padding: 4px;
	font-size: 0.6em;
}

.midBox {
	width: 520px;
	margin-bottom: 15px;
}

.midBoxHeader {
	background-image: url('../images/structure/bg_midbox_head.png');
	background-repeat: no-repeat;
	height: 15px;
	overflow: hidden;
	text-align: center;
	font-size: 0.6em;
	color: #FFFFFF;
	background-color: inherit;
	font-weight: bold;
	padding-top: 2px; 
}

.midBoxContent {
	border: 1px solid #999999;
	padding: 4px;
	font-size: 0.6em;
}

.miniProduct {
	border-bottom: 2px dotted #B6C5D3;
	padding: 3px 0;
	height: 55px;
}

.miniProductImage {
	float: left;
	width: 50px;
	margin-right: 3px;
}

.miniProductName {
	padding-top: 3px;
}

.hotTitle {
	margin-bottom: 5px;
}

#productList {
	border: 1px solid #999999;
	padding: 10px;
}

.productItem {
	border-bottom: 2px dotted #B6C5D3;
	padding-bottom: 5px;
	margin-bottom: 5px;
	font-size: 0.6em;
	height: 110px;
}

.productImage {
	width: 100px;
	float: left;
	margin-right: 5px;
}

.productTitle {
	margin-bottom: 10px;
}

.productInfo {
	width: 100px;
	height: 100px;
	float: right;
	margin-left: 5px;
}

.productPrice, .productDue, .productView {
	margin-bottom: 5px;
}

#productPageImage {
	width: 200px;
	text-align: center;
	float: left;
	margin-right: 10px;
}

#productPageDetails {

}

#productPageTitle {
	font-size: 1.2em;
	color: #292C6F;
	font-weight: bold;
}

#productPagePrice {
	font-weight: bold;
	margin-top: 30px;
}

#productPageManufacturer {
	margin-top: 5px;
}

#productPageAdd {
	margin-top: 25px;
}

.wishlistToolbar {
	margin: 0 0 5px 0;
	background-color: #dee0ed;
	padding: 5px;
	font-weight: bold;
}

.wishlistPriority {
	float: left;
	width: 175px;
	padding-top: 4px;
}

.wishlistPriority img {
	border: 0;
	margin-right: 3px;
}

.wishlistQuantity {
	float: left;
	width: 150px;
}

.wishlistQuantity input {
	font-size: 0.8em;
	padding: 1px;
	margin: 0;
}

.wishlistDelete {
	padding-top: 3px;
}

.wishlistPurchased {
	padding-top: 3px;
	float: left;
	width: 325px;
}

/* 5a) Content - text classes ************ */



/* 5a) Content - image classes ************ */




/* 5c) Content - forms ************ */

form {
	border: 0;
	margin: 0;
}

.smallInput {
	border: 1px solid #999999;
	color: #003399;
	background-color: #D9E1FF;
	font-size: 1.0em;
	margin-bottom: 3px;
}

.smallSelect {
	border: 1px solid #999999;
	color: #003399;
	background-color: #D9E1FF;
	font-size: 1.0em;
	margin-bottom: 3px;
}

.productSpecial {
	color: #FF0000;
	background-color: inherit;
}

/* 5d) Content - other elements ************ */




/* 6) Footer ********************************************************************** */

#footer {
	text-align: center;
	font-size: 0.6em;
	color: #FFFFFF;
	background-color: #666699;
	padding: 5px;
}

#footer a {
	color: #FFFFFF;
	background-color: inherit;
	text-decoration: none;
	font-weight: bold;
}

#footer a:hover {
	text-decoration: underline;
}
