﻿
/*-----------------------------   .MENU    ---------------------------------------------*/
.menu
{
	width: 15%;
	padding-top: 0em;
	padding-left: 1em;

	vertical-align: top;
	text-align: left
}

.menu ul
{
	padding: 0.5em 1em 1.5em 0em;
	vertical-align: top;
	font-weight: normal;
	font-size: 1em;
	list-style: none;
	text-transform: uppercase;
	font-family: Verdana, sans-serif; 
}

.menu ul li
{
	margin-top: 0.6em;
}

.menu a
{
	color: #374288;
}

.menu li.submenu
{
	margin-top: 0.1em;
}

.menu li.submenu a
{
	display: block;
	text-align: left;
	padding-left: 1em;
	
	text-transform: lowercase;
	font-size: 1em;
}

/*--------------------------------- BEGIN CONTENT AREA ------------------------------------*/
.content
{
	vertical-align: top;
	/*border-left: 2px solid #666;*/
	/*border-top: 2px solid #dfdfdf;*/
	
	font-family: Verdana, sans-serif; 
`	
	/*font-size: 1em;*/
}

.content .description, .content .contacts, .content .title
{
	padding: 0em 1em 1em 2em;
}

.content .description, .content .contacts
{
	/*background-color: #efefef;*/
	background-color: #fff;
	
	/*border-left: 5px #efefef;*/
	/*border-left-style: dashed;*/
}

.content .description h2 a
{
	float: right;
	color: #fff;
	font-size: 0.8em;
}

.content .description ul
{
	margin-left: 1em;
}

.content .title
{
	background-color: #2e3b98;
	color: #dddddd;
	
	border-left: dashed 5px #efefef;
}

.content .title p
{
	color: #fff;
}

.content h2
{
	font-size: 1.1em;
	background-color: #4e5bb8;
	color: #ffffc0;
}

.content .title a
{
	color: #aac5d7;
}

.content img
{
	vertical-align: bottom;
	margin: 0.3em 0.1em;
	border: 0;
}

.content p
{
	/*text-align: justify;*/ 
	/*word-spacing: 0.1em;*/
	margin: 0.5em;
}

.content p.margintop1
{
	margin-top: 1em;
}

.content p.margintop2
{
	margin-top: 2em;
}

.content p.grey
{
	color: #555;
}

.content p.bordertop
{
	border-top: solid 1px black;
	padding-top: 0.5em;
}

.content a
{
	text-decoration: underline;
}
.content dl
{
	margin: 0.6em;
}

.content dl dt
{
	font-weight: bold;
	font-size: 0.8em;
}
.content dl dd
{
	font-size: 0.7em;
	margin: 0.4em 0.6em 1.5em 0.6em;
}

.content .contacts address
{
	font-style: normal;
	margin: 0.4em 0.4em 0.4em 6em;
}


/*------ GOODS -------*/
.content .goods
{
	text-align: left;
	margin: 0;
	padding: 0 1px 1em 1px;
}

.content .goods p
{
	font-size: 0.9em;
	padding: 0.1em 0em;
}

.content .goods h3.goodsdetail, .content .goods h4
{
	font-family: Verdana, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	
	padding: 0.2em 0.5em;
	color: #336;
	/*
	background-color: #dee0e4;
	border-top: solid 1px #ccc;
	*/
	border-bottom: solid 4px #ddd;
	
	margin: 1.5em 0 0 0;
}

.content .help
{
	font-family: Arial, sans-serif;
	font-size: 0.9em;
	color: #337;
	text-align: left;
	padding-left: 1em;
	
	
}

.content .article
{
	border-top: solid 0px #ccc;
	border-left: solid 0px #ccc;
	border-right: solid 0px #ccc;
	/*border-bottom: dashed 1px #ccc;*/
}


.content .navigation
{
	margin: 0.5em 0 0em 0;
}

.content .navigation a
{
	font-size: 0.9em;
	padding: 0.25em 1em;
}

/*-----------  FOR TEXT---------------*/

.content ul
{
	font-size: 0.9em;
	font-weight: normal;
	list-style: disc;
}

.content ul li
{
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 1em;
}

.content .multiline
{
	font-size: 1em;
}

.content .login_link
{
	font-size: 0.9em;
	padding: 0.5em 1em;	
}

/*-----------------------------*/
div.goods_properties
{
	width: 30em;
	text-align: center;
	font-size: 0.8em;
	margin: 0em 0 2em 0;
}

div.goods_properties div.goods_item
{
	float: left;
	width: 8em;
	
	border: solid 1px;
	padding: 0.25em 0.5em;
	margin: 0.1em;
}

table.product_detail
{
	width: auto;
	font-family: Verdana, Sans-Serif;
	margin: 0 auto 0 auto;
}

table.product_detail caption
{
	font-weight: bold;
	text-align: left;
	color: #669;
	/*
	background-color: #dee0e4;
	border-top: solid 1px #ccc;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	*/
	border-bottom: solid 2px #335;
	
	padding: 0.3em 1em;
}

table.product_detail td
{
	/*width: 50%;*/
	padding: 0.25em 2em;
}

table.product_detail td.price
{
	/*font-weight: bold;*/
}

table.product_detail td.options
{
	font-weight: bold;
	padding: 1em 1em 0.3em 1em;
	
	color: #779;
	border-bottom: solid 2px #335;
}

table.product_detail td.validator
{
	min-height: 2.5em;
}

table.product_detail select
{
	width: 7em;
}

table.product_detail input.textbox
{
	width: 3em;
}
table.product_detail input.submit
{
	margin-top: 0.5em;
	padding: 0.1em 0.5em;
	
	border: solid 1px #999;
	background-color: #ddd;
}

/*--------------- table.orders ----------------*/
div.order_title
{
	font-weight: normal;
	font-size: 0.9em;
	padding: 0.5em;
	margin: 0;
	
	color: #374288;
	background-color: #ddd;
}

table.orders
{
	width: 100%;
	font-family: Verdana, Sans-Serif;
	font-size: 0.9em;
}

table.orders th
{
	font-family: Arial, Sans-Serif;
	font-weight: normal;
	text-align: center;
	padding: 0.5em 0.2em;
}

table.orders td
{
	text-align: center;
	padding: 0.5em;
}

table.orders td a
{
	display: block;
}

/*--------------- table.payment ----------------*/
table.payment
{
	width: 100%;
	font-size: 0.9em;
}
table.payment td
{
	padding: 0.2em;
}

table.payment td.right
{
	width: 30%;
}

table.payment td.left
{
	padding-left: 2em;
	font-size: 0.9em;
	color: blue;
}

table.payment input
{
	width: 10em;
	padding: 0.25em;
	
	border: solid 1px #999;
	background-color: #ddd;
}

/*--------------- table.account ----------------*/
table.account
{
	width: 100%;
}

table.account td
{
	padding: 0.5em 0.2em  0.7em  0.2em;
}

table.account td a
{
	text-align: center;
	display: block;
	font-size: 0.8em;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	
	padding: 0.5em;

	border: solid 1px #999;
	background-color: #ddd;
}

/*--------------- table.profile ----------------*/
/*
table.profile
{
	margin-left: auto;
	margin-right: auto;
}

table.profile td
{
	padding: 0.5em 1em;
}

table.profile td input
{
	width: 10em;
}

table.profile input
{
	border: solid 1px #999;
	background-color: #ddd;
	padding: 0.2em;
}

.payment input.button
{
	padding: 0.25em;
	cursor: pointer;
}
*/

/*--------------- icon images ----------------*/
.cart_icon
{
	width: 45px;
	height: 38px;
	margin: -0.5em 0 !important;
}
/*--------------------------------- END CONTENT AREA ------------------------------------*/