/*
    AsiaStyle web site CSS
    table version
    by Andrey Bilash
*/

/*global styles*/

body {
    font-family: Arial, sans-serif;
    background: #fff;
    margin: 0;
    padding: 0;
}

p, h1, h2, h3, h4, h5, h6, li {
    margin: 1ex 1em;
}

table {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	text-align: left;
}

tr, td {
	margin: 0;
	padding: 0;
	vertical-align: top;
}
span p {
    margin-top: 20px;
}
a {
	border-style: none;
	text-decoration: none;
}

/* ==== outer table ====*/

#outerTable {
	margin: 0 auto;
	width: 880px;
	background: #fff /*url(../images/header_background.jpg) no-repeat*/;
	position: relative;
}

/* ==== menu List ====*/
div#mainMenu {
	float: right;
	margin-right: 250px;
	font-family: Arial, Verdana, sans-serif;
	font-size: .9em;
	text-align: right;
}
ul#menuList li {
	list-style-type: none;
	
}
ul#menuList li a {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}
ul#menuList li a.active, ul#menuList li a:hover {
	color: #FF9955;
}

/* ==== error message ==== */

#flash {
	background: #FF6600;
	color: #ffffff;
	text-align: center;
	max-width: 880px;
}

/* ==== left column ==== */

td#contentLeft {
	background-color: #fff;
	width: 242px;
	height: 240px;
}
td#contentLeft h3 {
	font-family: "Myriad Pro", Arial, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	color: #FF9900;
	text-transform: uppercase;
	margin-left: 4px;
	margin-bottom: 0px;
	margin-top:10px;
	
}
/* ==== categories Block ==== */
div.categories_top {
	background: url(../images/cat_top_bg.jpg);
	margin-top: 0px;
	height: 8px;
	
	
}
div.categories_bot {
	background: url(../images/cat_bottom_bg.jpg) no-repeat scroll center top;
	height: 20px;
	
}
table.catContent {
	font-size: .8em;
	background-image: url(../images/cat_pattern_bg.jpg);
	background-color: #FFFFFF;
	height: auto;
	width: 243px; 
	
	
}


ul#catList {
	list-style-image: url(../images/list_style.png);
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-transform: uppercase;
	text-decoration:none;
	padding-top: 0px;
	margin-left: -20px;
	
}
ul#catList a{
	text-decoration: none;
	color: #333333
}
ul#catList a:hover{
	text-decoration: underline;
	color: #000000;
}


.podcatList {
	list-style-image: none;
	list-style-type: circle;
	text-decoration:none;
}

/* ==== basket  ==== */

div#basketCont {
	font-family: Arial, Times,sans-serif;
	font-size: 1em;
	font-weight: bold;
	background: #fff url(../images/basket_background.jpg) no-repeat;
	width: 243px;
	height: 125px;
	margin-top: -8px;
}
div#basketCont p {
	padding: 14px 5px 5px 0px;
	color: #666666;
	line-height: 24px;
}
div#basketCont p em {
	margin: 150px;
}
#in_basket {
	margin: -5px 0 0 14px;
	 
}
p.basket {
	font-family: "Myriad Pro", Arial, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	color: #FF9900;
	text-transform: uppercase;
	margin-left: 3px;
}
a.link {
	font-size: .9em;
	text-decoration: none;
	color:#FF9900;
	
}

/* ==== main Content (right column) ==== */

td#contentRight {
	background-color: #fff;
	width: auto;
	height: auto;
}
td#contentRight h1 {
	font-family: Myriad Pro, Arial, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	color: #009933;
	text-transform: uppercase;
	margin-left: 14px;
	margin-top: 10px;
	margin-bottom: 0px;
	border-bottom-width: 7px;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
	width: 622px;
}

div#mainContent {
	padding: 0 15px;
	margin: 20px 0;
}


.categoryItem {
	width: 622px;
}

.blockInside {
	font-size: .8em;
	border: 1px solid  #FF9900;
	background: #ACCED0 url(../images/product_bg.jpg) repeat-x;
	margin-right: 10px;
	overflow:auto;
	height: 126px;
	
}

.blockInside p {
	padding-left: 8px;
	color: #333333;
}
.blockInside img {
	
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 10px;
}
td.price {
	text-align: right;
	float:right;
	font-size: 1em;
	font-weight:bold;
	color:#666666;
	margin: 0px 10px 0px 0px;
	position:relative;
}
#mainContent .kolvo_1   {
	font-size: .8em;
	margin-top: 10px;
	margin-bottom: 2px;
	line-height: 10px;
}

td.price p{
	font-size: 1.5em;
	font-weight:bold;
	color:#666666;
	margin-top: 10px;
	margin-right: 0px;
	
}
a.button {
	
	background-image:url(../images/shop_button_bg.png);
	padding: 5px 10px 5px 10px;
	color: #fff;
	text-decoration: none;
	border: 1px solid  #333333;
	text-transform: uppercase;
	font-size: .7em;
	line-height: 20px;
	
}

a.button:hover {
	background: #FFCC00;
	border-color: #FFDFAE;
}
a.button_1 {
	
	background: #ff9900;
	padding: 5px 10px 5px 10px;
	margin-left: 13px;
	color: #fff;
	text-decoration: none;
	border: 1px solid #FFDFAE;
	text-transform: uppercase;
	font-size: .7em;
	line-height: 25px;
	position: relative;
	
}

a.button_1:hover {
	background: #FFCC00;
	border-color: #FFDFAE;
}

.thumbnail {
	float: left;
	padding-right: 20px;
}

/* ==== registration Form ====*/

div#zakaz {
	color: #000;
	margin-right: 15px;
	margin-top: 30px;
	margin-left: 14px; 
	background: #CCCCCC url(../images/bkg_form.jpg) repeat-x;
	border: 1px solid #000;
	padding: 30px;
	
}
h2#formHeading {
	margin-left: 20px;
	font-size: 1.2em;
	color: #333; 
	
}

.text {
    
    font-size: 1em;
}

.label {
    padding: 10px;
	padding-left: 20px;
}
.form {
    padding-top: 8px;
}
.note{
	font-size: .7em;
	padding-left: 16px;
	color: #666;
}
.radio {
	font-size: .9em;
	padding: 7px 5px 5px 5px;
}
td#sendButton {
	padding: 10px 0px 0px 168px;
}
	

/* ==== bottom part of main content ==== */

div#bottomPart {
	background: #ffffff url(../images/orange_frame.jpg) no-repeat;
	margin-left: 26px;
	margin-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	height: 215px;
	width: 612px;
}

div#bottomPart img {
	margin: 40px;
}

div#bottomPart p {
	padding-top: 25px;
	padding-right: 18px;
}

div#bottomPart p em {
	font-style: normal;
	font-weight: bold;
	color: #CC0000;
}


/* ==== footer ====*/

div#footer {
	margin-top: 30px;

	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: center;	
	color: #666666;
}
	

	
/* ==== ads ==== */

td#ad {
	background-color: #fff;
	width: 242px;
	height: 240px;
	margin-top: 0px;
}
td#ad h3 {
	font-family: "Myriad Pro", Arial, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	color: #FF9900;
	text-transform: uppercase;
	margin-left: 4px;
	margin-bottom: 0px;
	margin-top:10px;
}
a#adPic {
 border: none;
 margin-left: 10px;
 margin-top: 20px;
}

/* ==== pager ==== */

div .pager {
	color: #333333;
	float: left;
	font-size: .9em;
	line-height: 30px;
	margin-top: 10px;
	text-transform: lowercase;
	
	
}

.pager p {
	margin-left: auto;
}

.pager b {
	background: #FF9900;
	color: #FFFFFF;
	padding: 3px;
	
}

.pager a:link {
	color: #333333;
	padding: 10px

	
} 
.pager a:visited {
	color: #666666;
	padding: 10px;

	
}
