/*---------------------------*/
/*          Header           */
/*---------------------------*/

.header {
	text-align: left;
	vertical-align: bottom;
	height: 239px;
}
.header_menu {
	font-size: 13px;
	text-align: center;
	vertical-align: bottom;
	padding-bottom: 0px;
}
.header_menu A:link, .header_menu A:visited, .header_menu A:active {
	color: #3E0306;
	text-decoration: none;
}
.header_menu A:hover {
	color: #92542B;
	text-decoration: none;
}

/*---------------------------*/
/*         Navigator         */
/*---------------------------*/

.pathBack {
	color: #adadad;
	font-size: 11px;
	text-align: left;
	vertical-align: middle;
	line-height: 11px;
	padding-top: 2px;
	padding-bottom: 12px;
}
.pathBack A:link, .pathBack A:visited, .pathBack A:active {
	color: #adadad;
	text-decoration: underline;
}
.pathBack A:hover {
	color: #adadad;
	text-decoration: none;
}

/*---------------------------*/
/*      Content - Menu       */
/*---------------------------*/

.left {
	text-align: left;
	vertical-align: top;
	width: 200px;
}
.left A:link, .left A:visited, .left A:active {
	font-size: 12px;
	color: #B1B6AF;
	text-decoration: none;
}
.left A:hover {
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}

/*---------------------------*/
/*          Content          */
/*---------------------------*/

.content {
	text-align: left;
	vertical-align: top;
	width: 790px;
}
.details A:link, .details A:visited, .details A:active {
	text-decoration: underline;
}
.details A:hover {
	text-decoration: none;
}
.price {
	font-size: 13px;
	color: #D13D58;
	font-weight: bold;
}
.stories {
	font-weight: bold;
}
.stories A:link, .stories A:visited, .stories A:active {
	color: #D13D58;
	text-decoration: none;
}
.stories A:hover {
	color: #FFFFFF;
	text-decoration: none;
}

/*---------------------------*/
/*           Cart            */
/*---------------------------*/

.cart_header {
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
	background-color: #5b131a;
	vertical-align: middle;
	color: #d8b5b9;
}
.cart_actions A:link, .cart_actions A:visited, .cart_actions A:active {
	color: #B1B6AF;
	text-decoration: none;
}
.cart_actions A:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.cart_links A:link, .cart_links A:visited, .cart_links A:active {
	color: #D13D58;
	font-weight: bold;
	text-decoration: none;
}
.cart_links A:hover {
	color: #FFFFFF;
	text-decoration: none;
}

/*---------------------------*/
/*          Boxes            */
/*---------------------------*/

.boxTitle {
	text-align: left;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #5B5A5F;
	background-image: url(../images/bgs/box.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 26px;
	padding-left: 12px;
}
.boxContent {
	text-align: left;
	background-color: #F6F6F8;
}

/*---------------------------*/
/*          Images           */
/*---------------------------*/

.img_th {
	background-image: url(../images/bgs/img_th.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 3px;
}
.img_th_icon {
	background-image: url(../images/bgs/img_th.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 1px;
}
.img_big {
	background-image: url(../images/bgs/img_big.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 3px;
}

/*---------------------------*/
/*        All sections       */
/*---------------------------*/

.main_bg {
	background-image: url(../images/bgs/main_div.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
.main_div {
	background-image: url(../images/bgs/main_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 990px;
}

/*---------------------------*/
/*          Footer           */
/*---------------------------*/

.footer {
	height: 20px;
	text-align: center;
	vertical-align: middle;
	background-image: url(../images/bgs/footer.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 25px;
	padding-bottom: 5px;
}
.footer A:link, .footer A:visited, .footer A:active {
	color: #E7B158;
	text-decoration: none;
}
.footer A:hover {
	color: #FFFFFF;
	text-decoration: none;
}
