/* CSS style cheet */
/*
* 	{ padding:0; margin:0; font-family:Arial; list-style:none; -zoom:1; }
HTML,
BODY	{ height:100%; }

A		{ color:#00b0ea; }
IMG	{ border:none; }
TD	{ 
	vertical-align:top; 
}
h1 {
	font-size:22px
}
h2 { 
	font-size:16px;color:#666
}
h3 { 
	font-size:15px
}
*/
TD	{ 
	vertical-align:top; 
}
.fakechar {position:absolute;display:none;}

/* order */
.form select {width:160px;}
.form input.fld {width:100%}
.form textarea.fld {width:100%}

/*BLOG*/
.right-side .title					{ color:#6e6e6e; line-height:22px; font-size:17px; font-weight:bold; font-family:Tahoma; }
.right-side LI A					{ font-size:14px; letter-spacing:1px; color:#00b0ea; }
.post_title						{ padding-left:20px;/* background: url('../images/title-dec.gif') no-repeat left;*/ font-size:19px; font-family:Tahoma; font-weight:bold; color: #6E6E6E; }
.post_title A						{ color: #6E6E6E;}
.post_title A:hover					{ text-decoration:none;}
.date_time						{ font-size:12px; font-family:Arial; font-weight:bold;}
.entry, .post_meta A, .navigation A, .comment_list	{ font-size:13px; font-family:Arial; }
#comments, .respond					{ padding:10px 0;  font-size:19px; font-family:Tahoma; font-weight:bold; color: #6E6E6E; }

.sampletable {margin-bottom:16px; border: 1px solid #333}
.sampletable td, .sampletable p { font-size:13px; }
.sampletable td.parms { padding-top:16px; font-size:13px; }
.sampletable img { margin-bottom:8px; }
.sampletable a { font-size:13px; text-decoration:none;}
.sampletable h4 { font-size: 16px }
.sampletable span { color:#000; font-size:13px; }
.sampletable big { display:block; margin:6px 0; font-size:18px; color: #090;}
.sampletable font { display:block; font-size:13px; color: #900;}
.sampletable .btn_order { width:300px; text-align:left; }
.sampletable .btn_order img { position:absolute;margin: 16px 0 0 170px }

/* track */
.track {padding: 10px;}
.track td b	{ color:#494949; }
.track .order_table		{ border-top:solid 1px #ACC7D8; border-left:solid 1px #ACC7D8; background:#fff; }
.track .order_table td{ padding:5px; border-bottom:solid 1px #ACC7D8;border-right:solid 1px #ACC7D8; }
.track .order_menu a { display: block; padding: 0 0 2px 30px; color: #000; text-decoration: none; }
.track .order_menu a:hover { color:#000; text-decoration:underline }
.track .instruct td {padding:1px; border:none}
.track .instruct td.ibt {border-top:solid 1px #ddd}
.track .instruct td a {color:#000}
.track .instruct td .btn {width:48px;height:20px; border:solid 1px #ddd;}
.track li { padding-left:15px;/* background: url('../images/yellow-dot.gif') no-repeat left 6px;*/ }
.allords  {  border-top:solid 1px #8397A3; border-left:solid 1px #8397A3;}
.allords td {padding:2px 4px; border-bottom:solid 1px #8397A3; border-right:solid 1px #8397A3; font-size:12px;}
.allords tr.chgbck td, .chgbck u, .chgbck a,.chgbck a:visited {color:#900}
/*.track li { list-style:circle; }*/

.order_menu .ico1	{ background:url(../images/adm-ico-1.gif) 8px center no-repeat; }
.order_menu .ico2	{ background:url(../images/adm-ico-2.gif) 8px center no-repeat; }
.order_menu .ico3	{ padding-left:30px; background:url(../images/adm-ico-3.gif) 6px center no-repeat; }
.order_menu a.ico4{ padding-left:40px; background:url(../images/adm-ico-4.gif) 26px center no-repeat; }
.order_menu .ico5	{ background:url(../images/adm-ico-5.gif) 8px center no-repeat; }
.order_menu .ico6	{ background:url(../images/adm-ico-6.gif) 8px center no-repeat; }
.order_menu .ico7	{ background:url(../images/adm-ico-7.gif) 8px center no-repeat; }

.orderform input, .orderform select { height:20px; font-size:12px; }

.orderform .msg		{ border:1px #8397A3 solid; margin-bottom:1px; font-size:12px;}
.orderform .msg	.text { color: #444; font-style:normal; font-size:12px;}
.orderform .msg .C		{ background-color:#e6F7f0; }
.orderform .msg .W		{ background-color:#D3ECF7; }
.orderform .msg .A		{ background-color:#ffeede; }
.orderform .msg .FN		{ background-color:#ACC7D8; font-weight:bold; vertical-align:middle; }
.orderform .msg .h		{ padding:1px 3px; vertical-align:middle; }
.orderform .msg .ai		{ background-color:#fff; vertical-align:middle; }
.orderform .msg .text	{ background-color:#fff; padding:4px;}
.orderform .msg .b1 { border-right:dotted 1px #BCB177; border-bottom:dotted 1px #ccc;}
.orderform .msg .b2 { border-bottom:dotted 1px #BCB177;}
.orderform .msg .b3 { border-top:dotted 1px #BCB177;}
.asd100 .asd {width:100%}


/* THESIS TOWN */ 

body{
	margin: 0;
	padding: 0;
	background-color: white;
	background-image: url("../images/bg_body.png");
	background-position: top;
	background-repeat: repeat-x;
	background-color: #c9c9c9;
	font-family: Arial, Tahoma, Verdana,Helvetica,sans-serif;
	font-size: 10px;
	color: #4c4c4c;

}

#mainDiv{
	margin: 0 auto;
	width: 980px;
	padding-bottom: 40px;
}

#topMenu{
	font-size: 1.3em;
	height: 88px;
}

#topMenu a{
	color: white;
	text-transform: uppercase;
	display: block;
	padding: 13px 4px 17px;
	text-decoration: none;
	float: left;
	margin-right: 22px;
	height: 16px;
}

#topMenu a:hover, #topMenu.active{
	color: #a5a5a5;
	background-image: url("../images/bg_topmenu_hover.png");
	background-position: bottom center;
	background-repeat: no-repeat;
}

#loginForm{
	float: right;
	width: 350px;
	font-size: 1.2em;
	margin-top: 13px;
}

#loginForm input.inputText{
	width: 95px;
/*	height: 21px;*/
	border: 1px solid #c2c2c2;
	font-size: 0.92em;
	padding: 3px 7px 4px;
	color: #c2c2c2;
}

#loginForm input.inputSubmit{
/*	height: 23px;*/
	font-size: 0.92em;
	line-height: 23px;
	font-weight: bold;
	margin: 0;
	padding: 1px 3px 2px;
}
div.clear{
	height: 1px;
	clear: both;
}
div.clear img{
	height: 1px;
}
div.softClearRight{
	height: 1px;
	clear: right;
}
div.softClearRight img{
	height: 1px;
	width: 100%;
}
img{
	border: none;
}

#headDiv{
	margin-bottom: 38px;
	color: white;
	position: absolute;
	top: 0;
	margin: 0 auto;
	width: 980px;
}	


.headPic{
	background-position: top left;
	background-repeat: no-repeat;
	width: 631px;
	height: 292px;
	float: left;
	text-align: right;
	padding: 45px 20px 0 0;
}

.headSideBlock{
	width: 289px;
	height: 81px;
	float: right;
	display: block;
	margin-bottom: 2px;
	padding: 30px 15px 0;
	font-size: 2.2em;
	color: white;
	text-decoration: none;
}

#rigthtCol{
	width: 320px;
/*	float: right;*/
	margin-left: 660px;
}

#content{
/*	margin-right: 340px;*/
	font-size: 1.3em;
	line-height: 1.6em;
	width: 640px;
	float: left;
	position: relative;
	z-index: 10;
}
#content h1, #content h2{
	color: black;
}
div.hr{
	height: 1px;
	border-top: 1px solid #ababab;
	background-color: white;
	margin: 35px 0;
}

ul{
	margin-left: 0;
	padding-left: 15px;
}

.featuresTable{
	
}

a.buttonYellowBig{
	width: 642px;
	height: 45px;
	padding-top: 23px;
	text-align: center;
	display: block;
	background-image: url('../images/bg_button_yellow.png');
	background-position: top center;
	background-repeat: no-repeat;
	color: white;
	text-decoration: none;



	font-size: 21px;
	font-weight: bold;
	text-shadow: 1px 1px 0px #b8b8b8;
}

.rightBlock{
	background-color: white;
	background-image: url('../images/bg_right_block_r.png');
	background-repeat: repeat-y;
	background-position: right;
	font-size: 1.3em;
}

.rightBlock h3{
	background-color: #242424;
	color: white;
	background-image: url('../images/bg_right_block_h3_r.png');
	background-repeat: repeat-y;
	background-position: right top;
	height: 27px;
	padding: 11px 10px 0 20px;
	font-weight: normal;
	font-size: 1.3em;
}
.rightBlock .rBlockFooter{
	background-image: url('../images/bg_right_block_footer.png');
	background-repeat: repeat-x;
	background-position: bottom;
	height: 2px;
}

.rightBlock .rBlockFooter img{
	height: 2px;
	clear: both;
}

.rightBlock ul, .rightBlock ol{
	padding-left: 0px;
}
.rightBlock ul li, .rightBlock ol li{
	border-bottom: 1px solid #dfdfdf;
	color: #959595;
	list-style-position: inside;
	padding: 4px 20px 4px 20px;
}

.rightBlock .discountItem{
	padding: 6px 10px 6px 10px;
	border-bottom: 1px solid #dfdfdf;
	margin: 0 20px;
	font-size: 1.3em;
	background-image: url('../images/bg_right_block_discount_item.png');
	background-repeat: no-repeat;
	background-position: 150px 10px ;
	height: 20px;

}

.rightBlock .discountItem img{
	margin-right: 10px;
}
.rightBlock div.discountItem div{
	float: left;
	width: 180px;
}
.rightBlock h2{
	margin-left: 20px;
	padding-top: 10px;
}

/* yellow botton */
a.yellowButton{
	height: 41px;
	margin: 10px 20px;
	display: block;
	text-decoration: none;
}

a.yellowButton img.leftSide{
	background-image: url('../images/bg_yellow_button_left.png');
	background-repeat: no-repeat;
	background-position: left top;
	height: 41px;
	width: 25px;
	float: left;
}
a.yellowButton img.rightSide{
	background-image: url('../images/bg_yellow_button_right.png');
	background-repeat: no-repeat;
	background-position: right top;
	height: 41px;
	width: 11px;
	float: right;
}

a.yellowButton span{
	display: block;
	background-image: url('../images/bg_yellow_button.png');
	background-repeat: repeat-x;
	background-position: top;
	height: 30px;
	margin: 0 11px 0 25px;
	padding: 11px 10px 0 10px;
	text-align: center;
	color: white;
	font-size: 16px;
	font-weight: bold;
	text-shadow: 1px 1px 0px #b8b8b8;
}
/* // yellow button */


/* white button */

a.whiteButton{
	height: 51px;
	margin: 10px 20px;
	display: block;
	text-decoration: none;
}

a.whiteButton img.leftSide{
	background-image: url('../images/bg_white_button_left.png');
	background-repeat: no-repeat;
	background-position: left top;
	height: 51px;
	width: 32px;
	float: left;
}
a.whiteButton img.rightSide{
	background-image: url('../images/bg_white_button_right.png');
	background-repeat: no-repeat;
	background-position: right top;
	height: 51px;
	width: 11px;
	float: right;
}

a.whiteButton span{
	display: block;
	background-image: url('../images/bg_white_button.png');
	background-repeat: repeat-x;
	background-position: top;
	height: 37px;
	margin: 0 11px 0 25px;
	padding: 14px 10px 0 10px;
	text-align: center;
	color: black;
	font-size: 16px;
	font-weight: bold;
/*	text-shadow: 1px 1px 0px #747474;*/
}
/* // white button */


#footer{
	height: 105px;
	background-color: white;
	text-align: center;
	padding-top: 25px;
	font-size: 1.2em;
	color: #a1a1a1;
	padding-right: 330px;
}
#footer a{
	color: #a1a1a1;
}
#footerMenu a{
	font-size: 1.25em;
	color: #0b0a0a;
	padding: 0 5px;
}
#content input, #content select{
	border: 1px solid #c2c2c2;
	color: black;
}
#content textarea{
	border: 1px solid #c2c2c2;
}

/* Order form */
.borderCornerTl{
	position: absolute;
	top: -1px;
	left: -1px;
}
.borderCornerTr{
	position: absolute;
	top: -1px;
	right: -1px;
}
.borderCornerBl{
	position: absolute;
	bottom: -1px;
	left: -1px;
}
.borderCornerBr{
	position: absolute;
	bottom: -1px;
	right: -1px;
}
.orderFolder>h3{
	position: relative;
	float: left;
/*	padding: 10px 22px 0 22px;*/
	padding: 10px 22px 0 0px;
/*	background-image: url('../images/bg_orderfolder_h3.png');
	background-repeat: repeat-x;
	background-position: top;
	border: 1px solid #8f8f8f;*/
	height: 27px;
	border-bottom: none;
/*	top: -38px;
	left: -1px;*/
	width: 250px;
	color: black;
}
.orderFolder{
	margin-top: 20px;
/*	border: 1px solid #8f8f8f;*/
/*	background-image: url('../images/bg_orderfolder.png');
	background-repeat: repeat-x;
	background-position: top;*/
	position: relative;
/*	background-color: white;*/
	font-size: 14px;
/*	font-weight: bold;*/
	padding-bottom: 20px;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	behavior: url('/js/border-radius.htc');
}

.guarantee{
/*	background-image: url('../images/bg_guarantee.png');
	background-repeat: no-repeat;
	background-position: top left;*/
	width: 368px;
	height: 85px;
	color: black;
	font-size: 14px;
	text-align: left;
	padding: 15px 5px 0 140px;
	margin: 20px auto;
}
.guarantee h3{
	font-size: 20px;
}
.listBottomBlock{
	margin: 20px 0;
}
.listBottomBlock h2{
	
}
.listBottomBlock li{
	font-size: 12px;
	margin: 10px 10px 10px 20px;
	list-style-type: disc;
}
table.buttons{
	float: right;
}
.ofTable td{
	padding: 2px 0 ;
	vertical-align: middle;
}
.order_security{
	background-image: url('../images/bg_order_security.png');
	background-repeat: no-repeat;
	background-position: top left;
	width: 125px;
	height: 85px;
	color: black;
	font-size: 14px;
	text-align: left;
	padding: 15px 5px 0 506px;
	margin-top: 20px;
}
.reqStar{
	color: red;
}
.ofTable select{
	font-weight: normal;
	color: black;
}

#content table.plaintable{
	border: 1px solid #8f8f8f;
	border-collapse: collapse; 
}
#content table.plaintable th, #content table.plaintable .tr1 {
	background-color: #8f8f8f;
	color: white;
	font-weight: normal;
	padding: 15px 10px!important;
	text-align: center;
}
#content table.plaintable th, #content table.plaintable td{
	border: 1px solid #8f8f8f;
}
#content table.plaintable .tr2 td
{
	background-color: #f0f0f0;
}
.form .hint {background:url(../images/hint.png) right center no-repeat;padding-right:16px;}
#twitter iframe{width:60px!important;}

