@charset "UTF-8";
/*Setting up default settings*/
body, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, input {
 	margin: 0;
 	padding: 0;
	 border: 0;
 	outline: 0;
 	font-size: 100%;
 	vertical-align: baseline;
 	background: transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


body {
    background: url(../layout/background.jpg) repeat fixed;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
	overflow-y:scroll;
}

a {
    text-decoration: none;
    color: black;
}

h3{
	font-size:12px;
	color:#333;
	line-height:20px;
	
}

#background{
	width: 100%;
	height: auto;
	position:fixed;
	left: 0px;
	top: 0px;
	z-index: 0;
}


.stretch {
width:100%;
height:100%;
}


#please-wait{
	position:absolute;
	width:300px;
	height:70px;
	top:50%;
	left:50%;
	margin-left:-150px;
	margin-top:-100px;
	background-color:#F2F0EA;
	border:1px solid #DBD2C1;
	text-align:center;
	line-height:70px;
	display:none;
	z-index:5500;
}

#wrapper {
	display:block;
    position: absolute;
    margin-left: -494px;
    left: 50%;
    width: 984px;
	padding:0 0px 0 4px;
}

#wrapper #site {
	display:block;
	float:left;
	width: 980px;
	height:auto;
    background: url(../layout/up-dropshadow.png) repeat-x top;
	padding-top:4px;
	margin-top:15px;
}

#shadow-left {
	position: absolute;
    left: 0px;
	bottom: 38px;
    background: url(../layout/left-dropshadow.png) repeat-y bottom;
    width: 4px;
	height:100% !important;
}

#shadow-right {
	position:absolute;
	right:0px;
    background: url(../layout/right-dropshadow.png) repeat-y top;
    width: 4px;
    height: 100% !important;
    bottom: 15px;
}

#wrapper #container {
	float:left;
    width: 940px;
	padding: 20px !important;
    background-color: #fff;
	margin:0px;
}

#top {
    float: left;
    background: url(../layout/menu-background.png) repeat-x;
    width: 902px;
    height: 80px;
    padding: 20px 20px 0 20px;
}

#banner-bar {
    float: left;
    width: 219px;
    height: 41px;
}

#top-right-box {
    width: 250px;
    height: 34px;
    float: right;
    color: #fff;
    font-size: 11px;
    text-align: right;
    line-height: 16px;
}

#top-right-box a {
    margin-left: 3px;
}

#top-right-box .logged{
	border-bottom:1px dashed #fff;
	font-size:11px;
	color:#fff;
}

#login, #register {
    cursor: pointer;
}

#footer_bar {
    background: url(../layout/down-dropshadow.png) repeat-x top;
    width: 980px;
    height: 36px;
    padding-top: 4px;
    float: left;
}

#footer_bar .qa {
    width: 210px;
    height: 20px;
    line-height: 15px;
    white-space: nowrap;
    float: left;
    margin-left: 20px;
}

#footer_bar .qa a {
    font-size: 10px;
    text-decoration: underline;
}

#footer_bar .allrights {
    width: 250px;
    height: 100%;
    line-height: 15px;
    float: right;
    margin-right: 20px;
    text-align: right;
    font-size: 10px;
    white-space: nowrap;
}

#footer_bar .allrights a {
    font-size: 10px;
    display: inline;
}

#footer_bar .allrights span {
    color: #c6168d;
    font-size: 10px;
}

#menu-bar {
    float: left;
    background: url(../layout/menu-line.png) repeat-x top;
    width: 100%;
    height: 30px;
    margin-top: 8px;
}

#menu-bar ul {
    list-style: none;
    float: left;
    position: absolute;
	z-index:500;
}

#menu-bar ul li {
    float: left;
    margin-right: 35px;
    height: 30px;
    color: #fff;
    font-size: 14px;
    text-align: left;
    text-transform: capitalize;
    font-weight: bold;
    line-height: 30px; /*центрира текст в li-то*/
    cursor: pointer;
}

#menu-bar ul li ul {
    display: none;
    width: 140px;
    height: 30px;
    top: 30px;
}

#menu-bar a {
	float:left;
    color: #fff;
    font-size: 16px;
}

#menu-bar ul li ul li {
    left: -20px;
    position: relative;
    background: url(../layout/background-dropdown.png) repeat-x;
    min-width: 130px;
    height: 30px;
    cursor: pointer;
    color: #fff;
    font-size: 12pt;
    line-height: 30px;
    padding-left:20px;
	padding-right:20px;
    font-weight: normal;
    display: inherit;
}

#menu-bar ul li ul li:hover {
    background: url(../layout/background-dropdown-hover.png) repeat-x;
    color: #dbd2c1;
}

#left {
    width: 698px;
    float: left;
}

#all {
	width:100%;
	float:left;
}

#all #stats{
	float:left;
	width:900px;
	margin-top:20px;
	padding:20px;
    background: #f2f0ea;
	border:1px solid #DBD2C1;
}

#all #stats table{
	float:left;
	width:900px;
	/*background:#F7F6F3;*/
	color:#333;
	empty-cells:hide;
}

#all #stats table tr{
	margin-top:0px;
	border:1px solid black;
}

#all #stats table td{
	min-height:30px;
	text-align:center;
	background:#F7F6F3;
	border-left:1px dotted #DBD2C1;
	vertical-align:middle;
	font-size:11px;
	border-bottom:1px solid #DBD2C1;
}

#all #stats table #del{
	background:#F7F6F3 url(../layout/delete.png) no-repeat center;
	min-height:30px;
	text-align:center;
	border-left:1px dotted #DBD2C1;
	vertical-align:middle;
	font-size:12px;
	border-bottom:1px solid #DBD2C1;
	cursor:pointer;
}

#all #stats table td p{
	line-height:12px;
}

#all #stats table td span{
	float:left;
	width:145.5px;
	height:60px;
	vertical-align:center;
	line-height:60px;
	/*border-right:1px solid #DBD2C1;*/
}

#all #stats table th, #all #stats table .th{
	height:58px;
	line-height:50px;
	padding:0;
	background:url(../layout/order-table-title-background.png) repeat-x top;
	border-left:1px solid #323232;
	color:#fff;
}

#all #stats table th a{
	color:#fff;
	font-size:12px;
}

#nav-bar {
    background: #f2f0ea url(../layout/navbar-background.png) repeat-x;
    border: 1px solid #dbd2c1;
    width: 683px;
    height: 38px;
    padding-left: 15px;
    float: left;
    margin-top: 20px;
}

#nav-bar .deph {
    background: url(../layout/nav-right-shadow.png) repeat-y right;
    padding-right: 15px;
    height: 38px;
    line-height: 38px;
    margin-right: 15px;
    float: left;
    font-size: 10px;
    font-weight: bold;
    cursor: pointer;
}

#nav-bar .deph a {
    font-size: 10px;
}

#nav-bar .sorting {
    width: 239px;
    height: 24px;
    line-height: 24px;
    margin: 7px 20px 0 0;
    float: right;
    text-align: left;
    font-size: 10px;
    font-weight: bold;
}

#nav-bar .navigation {
    position: relative;
    top: -12px;
    height: 100%;
    line-height: 11px;
    margin: 12px 20px 0 0;
    float: right;
    text-align: right;
    line-height: 32px;
}

#nav-bar .navigation a {
    display: block;
    height: 100%;
    margin-left: 10px;
    float: left;
    color: #333;
    font-size: 11px;
    text-decoration: underline;
    line-height: 35px;
}

#content-bar {
    width: 700px;
    float: left;
    margin-top: 20px;
}

#store, #contacts {
    width: 658px;
    height: auto;
    min-height: 488px;
    border: 1px solid #dbd2c1;
    background: #f2f0ea;
    color: #333;
    float: left;
    padding: 20px;
    text-align: justify;
}

#store i {
    color: #333;
    display: block;
    margin-left: 20px;
    margin-right: 20px;
    text-align: justify;
}

h1 {
    width: 100%;
    height: 20px;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    border-bottom: 1px solid #e7e2d6;
    margin-bottom: 20px;
}

#store .text {
    width: 420px;
    height: auto;
    border-bottom: 1px solid #e7e2d6;
    font-size: 11px;
    padding-bottom: 20px;
    float: left;
}

#contacts .text {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #e7e2d6;
    font-size: 11px;
    padding-bottom: 20px;
    float: left;
	clear:both;
    margin-bottom: 20px;
}

#contacts .left {
    width: 50%;
    height: 278px;
    border-right: 1px dotted #958c7b;
    float: left;
    font-size: 9px;
    font-weight: bold;
    text-align: left;
}

#contacts .left img {
    width: 308px;
    height: 256px;
    border: 1px solid #dbd2c1;
    margin-bottom: 5px;
}

#contacts .right {
    width: 328px;
    height: 278px;
    float: right;
    font-size: 11px;
    font-weight: bold;
    text-align: left;
}

#contacts .right li {
    width: 310px;
    display: block;
    height: auto;
    float: right;
    margin-bottom: 10px;
    text-align: left;
    line-height: 25px;
}

#contacts .right li p {
    float: left;
}

#contacts .line {
    float: left;
    width: 100%;
    height: auto;
    padding-bottom: 19px;
    border-bottom: 1px solid #e7e2d6;
}

#contacts .middle{
	width:660px;
	height:257px;
	border-bottom:1px solid #e7e2d6;
	float:left;
	padding-top:7px;
}

#contacts .column{
	width:311px;
	height:238px;
	border-right:1px dotted #958c7b;
	padding:11px 0 0 0;
	float:left;
}

#contacts .middle .column li{
	list-style:none;
	width:100%;
	height:26px;
	float:left;
	text-align:left;
	font-size:11px;
	line-height:20px;
	color:#333;
	font-weight:bold;
	margin-bottom:4px;
}

#contacts .middle .column li input{
	width:208px;
	height:20px;
	border:1px solid #dbd2c1;
	background-color:#fff;
	float:right;
	padding-top:2px;
}

#contacts .middle .column li .input_error{
	width:208px;
	height:20px;
	border:1px solid #DD3C10;
	background-color:#FFEBE8;
	float:right;
	padding-top:2px;
}


#cart .input_error{
	width:208px;
	height:20px;
	border:1px solid #DD3C10;
	background-color:#FFEBE8;
	float:right;
	padding-top:2px;
}

#contacts .middle .column .hint{
	height:10px;
	padding-left:101px;
	float:left;
	color:#958c7b;
	font-size:10px;
	margin-bottom:7px;
}

#contacts .bottom{
	float:left;
	width:660px;
	height:14px;
	border-top:1px solid #fbfaf8;
	padding-top:15px;
	
}


#store .pic {
    width: 220px;
    height: auto;
    font-size: 9px;
    padding-bottom: 20px;
    float: right;
    font-weight: bold;
	clear:right;
}

#store .pic img {
    width: 100%;
    height: 156px;
    border: 1px solid #dbd2c1;
    margin-bottom: 15px;
}

#ProductView {
    width: 100%;
    height: 100%;
}

#ProductView .ProductBox {
    width: 218px;
    height: 302px;
    border: 1px solid #dbd2c1;
    background-color: #f2f0ea;
    margin-bottom: 20px;
    float: left;
    cursor: pointer;
}

#ProductView .ProductBox .ImageBox {
    width: 214px;
    height: 214px;
    border: 1px solid #dbd2c1;
    margin: 1px 1px 1px 1px;
}

#ProductView .ProductBox .ImageBox .ShoeImage {
    width: 214px;
    height: 214px;
}

#ProductView .ProductBox .InfoBox {
    width: 198px;
    height: 65px;
    border: 1px solid #dbd2c1;
    font-size: 11px;
    color: #333;
    text-decoration: underline;
    text-align: left;
    padding: 8px;
    margin: 1px;
    line-height: 17px;
}

#ProductView .ProductBox .InfoBox .Stars {
    width: 110px;
    height: 16px;
    float: left;
    margin-top: 4px;
}

#ProductView .ProductBox .InfoBox b {
    font-weight: bold;
    display: block;
}

#product-details {
    width: 100%;
    height: 600px;
    border: 1px solid #dbd2c1;
    background: #f2f0ea url(../layout/productview-background.png) repeat-x top;
    padding: 10px 20px 20px 20px;
}

#product-details {
    width: 658px;
    height: 618px;
    border: 1px solid #dbd2c1;
    background: #f2f0ea url(../layout/productview-background.png) repeat-x top;
}

#product-details .titles {
    width: 100%;
    height: 60px;
}

#product-details .titles h1 {
    width: auto;
    display: block;
    float: left;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin: 0;
}

#product-details .titles h2 {
    float: left;
    display: block;
    width: 100%;
    text-align: left;
    color: #666;
    font-size: 12px;
    font-weight: bold;
    margin: 0;
}

#product-details .pictures {
    width: 300px;
    height: 362px;
    float: left;
    margin-bottom: 20px;
}

#product-details .pictures #big_picture {
    width: 298px;
    height: 298px;
    border: 1px solid #dbd2c1;
    background: #fff;
    margin-bottom: 10px;
}

#product-details .pictures .small-pictures {
    width: 300px;
    height: 52px;
}

#product-details .pictures .small-pictures img {
    width: 50px;
    height: 50px;
    border: 1px solid #dbd2c1;
    margin-right: 5px;
    background: #fff;
    cursor: pointer;
}

#product-details .pictures #big_picture img {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

#product-details .order {
    width: 298px;
    height: 208px;
    border: 1px solid #dbd2c1;
    float: right;
    margin-bottom: 20px;
    background-color: #fff;
    padding: 10px 20px 20px 20px;
}

#product-details input{
	padding-top:1px;
}

#product-details h3 {
    display: block;
    width: 100%;
    font-size: 12px;
    margin-bottom: 10px;
    font-weight: bold;
}

#product-details .order span {
    display: block;
    width: 100%;
    height: 26px;
    margin-bottom: 15px;
}

#product-details .order .step {
    width: 24px;
    height: 24px;
    margin-top: 0px;
    background: url(../layout/step.png) no-repeat;
    line-height: 24px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    float: left;
}

#product-details .order .step-ready {
    width: 24px;
    height: 24px;
    margin-top: 1px;
    background: url(../layout/step-ready.png) no-repeat;
    line-height: 24px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    float: left;
}

#product-details .order a{
	background:url(../layout/popup-icon.png) no-repeat center left;
	float:left;
	padding-left:15px;
	color:#333;
	line-height:12px;
	font-size:10px;
}


#product-details .brand {
    width: 298px;
    height: 118px;
    border: 1px solid #dbd2c1;
    background-color: #fff;
    clear: left;
    float: left;
    margin-bottom: 18px;
	text-align:center;
	line-height:115px;
}

#product-details .brand img {
    max-width: 298px;
    max-height: 118px;
	vertical-align:middle;
}

#product-details .brand_edit {
    width: 298px;
    height: 175px;
    border: 1px solid #dbd2c1;
    background-color: #fff;
    clear: left;
    float: left;
    margin-bottom: 18px;
}

#product-details .details {
    width: 338px;
    height: 288px;
    border: 1px solid #dbd2c1;
    background-color: #fff;
    clear: right;
    float: right;
    padding-top: 10px;
}

#product-details .details table {
    width: 100%;
}

#product-details .details table tr {
    background-color: #f7f6f3;
    margin: 0;
}

#product-details .details table .even {
    background-color: #fff;
    margin-top: 2px;
}

#product-details .details table tr td {
    width: 52%;
    margin: 0;
    font-size: 10px;
    padding-left: 20px;
    padding-right: 10px;
    line-height: 19px;
    color: #666666;
}

#product-details .details table tr td b {
    font-size: 10px;
    color: #000;
}

#product-details .shareit {
    width: 258px;
    height: 28px;
    border: 1px solid #dbd2c1;
    float: left;
    background-color: #fff;
    vertical-align: middle;
	padding-top:10px;
	padding-left:40px;
}

/*CART !!!*/
#cart {
    margin-top: 20px;
    width: 658px;
	min-height:990px;
    border: 1px solid #dbd2c1;
    background-color: #f2f0ea;
    padding: 0px 20px 20px 20px;
    float: left;
}

#cart .userinfo{
	float:right;width:210px;color:#333;font-size:12px;text-align:left;
}

#cart .step {
    width: 100%;
    border-bottom: 1px solid #e7e2d6;
    padding-bottom: 40px;
    float: left;
}

#cart .step .Order{
	color:#333;
	font-size:11px;
}

#cart .step .continue{
	clear:both;
	float:right;
    width: 100px;
    height: 24px;
    background: url(../layout/button.png) repeat-x;
    font-weight: bold;
    color: #fff;
    font-size: 11px;
    cursor: pointer;
    line-height: 24px;
    text-align: center;
	margin-top:20px;
}


#cart .step h1 {
    display: block;
    width: 100%;
    height: 39px;
    border-bottom: 0;
    line-height: 39px;
    color: #958c7b;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 40px;
}

#cart .step h1 img {
    float: left;
    margin-right: 10px;
}

#cart .step .title-row {
    background: url(../layout/order-table-title-background.png) repeat-x;
    border: 1px solid #323232;
    width: 100%;
    height: 58px;
}

#cart .step .title-row .cell {
    background: url(../layout/cell-borders.png) no-repeat left;
    height: 43px;
    float: left;
    color: #fff;
    font-weight: bold;
    font-size: 11px;
    text-align: center;
    padding-top: 15px;
    white-space: pre;
}

#cart .step .table {
    background-color: #f7f6f3;
    border: 1px solid #dbd2c1;
    width: 100%;
}

#cart .step .table .row, #cart .step .table .row-even {
    width: 638px;
    height: 60px;
    padding: 20px 0px 20px 20px;
}

#cart .step .table .row-even {
    background-color: #fff;
}

#cart .step .table .cell {
    height: 100%;
    color: #000;
    font-size: 13px;
    text-align: center;
    line-height: 58px;
    border-right: 1px dotted #dbd2c1;
    padding: 0;
    float: left;
    vertical-align: middle;
}

#cart .step .table .cell .text {
    width: 168px;
    height: 100%;
    float: right;
    line-height: 14px;
    text-align: left;
    text-decoration: underline;
    font-size: 11px;
}

#cart .step .table .cell .text span {
    display: block;
    width: 100%;
    line-height: 12px;
    text-align: left;
    font-size: 10px;
    float: left;
    text-decoration: none;
}

.cart_img {
    width: 57px;
    height: 57px;
    float: left;
    margin-right: 20px;
    border: 1px solid #dbd2c1;
}

#cart .bottom-table {
    width: 572px;
    height: 60px;
}

#cart .bottom-table .country {
    width: 450px;
    height: 60px;
    float: left;
    line-height: 60px;
    font-weight: bold;
    font-size: 11px;
    color: #333;
    padding-right: 20px;
}

#cart .bottom-table .total {
    width: 99px;
    height: 60px;
    float: right;
    line-height: 60px;
    font-weight: bold;
    font-size: 14px;
    color: #333;
    text-align: center;
    background-color: #fff;
    border: 1px solid #dbd2c1;
    position: relative;
    top: -1px;
    border-top: 0px;
}

#cart .leftcolumn {
    width: 299px;
    border-right: 1px dotted #958c7b;
    padding-right: 20px;
    float: left;
}

#cart h2 {
    font-size: 12px;
    color: #958c7b;
    font-weight: bold;
}

#cart .line {
    width: 100%;
    height: 2px;
    background: url(../layout/horizontal-line.png) repeat-x;
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
    clear: both;
}

#cart li {
    width: 100%;
    height: 24px;
    line-height: 24px;
    margin-top: 6px;
    list-style: none;
}

#cart li .message{
	width:297px;
	height:24px;
	background-color:#FFEBE8;
	border:1px solid #DD3C10;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	color:#333;
	line-height:24px;
}

#cart li p {
    float: left;
    display: block;
    font-size: 11px;
    font-weight: bold;
    text-align: left;
}

#cart .helptext {
    display: block;
    font-size: 11px;
    font-weight: normal;
    text-align: left;
    color: #958c7b;
    font-size: 10px;
    line-height: 16px;
    position: relative;
    left: 90px;
    width: 208px;
}

/*#cart .rightcolumn а{
 display:block;
 font-size:11px;
 font-weight:normal;
 text-align:left;
 color:#958c7b;
 font-size:10px;
 line-height:16px;
 position:relative;
 left:90px;
 width:208px;
 text-decoration:underline;
 }*/
#cart input {
    width: 208px;
    height: 20px;
    float: right;
    border: 1px solid #e4ddd1;
    font-size: 12px;
    background: #fff;
	padding-top:2px;
}

#cart .rightcolumn {
    width: 299px;
    float: right;
    padding-left: 20px;
}

#cart .paymentmethod {
    width: 305px;
    height: 89px;
    background: url(../layout/radio-checked.png) no-repeat top left;
    padding-left: 20px;
    padding-top: 1px;
    float: left;
    color: #333;
    font-size: 11px;
    font-weight: bold;
    cursor: pointer;
    margin-bottom: 30px;
}

#cart .paymentmethodun {
    width: 305px;
    height: 89px;
    background: url(../layout/radio-unchecked.png) no-repeat top left;
    padding-left: 20px;
    padding-top: 1px;
    float: left;
    color: #333;
    font-size: 11px;
    font-weight: bold;
    cursor: pointer;
    margin-bottom: 30px;
}

#cart .paymentmethodun p {
    margin-left: 40px;
    text-align: justify;
    margin-top: 10px;
    font-weight: normal;
}

#cart .paymentmethod p {
    margin-left: 40px;
    text-align: justify;
    margin-top: 10px;
    font-weight: normal;
}

#cart .finalizing {
	float:left;
    width: 620px;
    background-color: #f7f6f3;
    border: 1px solid #dcd3c3;
    padding: 20px;
}

#cart .finalizing .column {
    width: 289px;
    height: 100%;
    border-right: 1px solid #dcd3c3;
    float: left;
}

#cart .finalizing .column h6 {
    float: left;
    display: block;
    width: 100%;
    height: 24px;
    color: #333;
    font-weight: bold;
    font-size: 12px;
}

#cart .finalizing .column ol {
    width: 203px;
    display: block;
    margin-left: 20px;
    text-align: justify;
    list-style-type:square;
    float: left;
    color: #333;
    font-size: 10px;
    margin-bottom: 10px;
    line-height: 14px;
}

#cart .finalizing .column .over {
    width: 100%;
    text-align: right;
    color: #333;
    font-size: 12px;
    border-top: 1px dotted #958c7b;
    border-bottom: 1px dotted #958c7b;
    margin-top: 30px;
    padding: 10px 0 10px 0;
    line-height: 20px;
}

#cart .finalizing .column b {
    font-weight: bold;
    font-size: inherit;
}

#cart .finalizing .column .delivery{
	width:100%;
	border-bottom:3px double #958c7b;
	color:#958c7b;
	font-weight:bold;
	font-size:12px;
	text-align:right;
	padding:15px 0 15px 0;
}

#cart .finalizing .column .total{
	width:100%;
	color:#333;
	font-size:12px;	
	padding:15px 0 15px 0;
	text-align:right;

}
#cart .finalizing .column .buyit{
	width:140px;
	height:34px;
	margin:15px 0 15px 0;
	float:right;
	cursor:pointer;
}

/*end cart*/
#brands-bar {
    width: 698px;
    height: 78px;
    border: 1px solid #dbd2c1;
    float: left;
    background-color: #f2f0ea;
    margin-top: 16px;
}

#brands-bar .inside {
    display: table-cell;
    width: 694px;
    height: 74px;
    margin: 1px;
    border: 1px solid #dbd2c1;
    float: left;
    line-height: 74px;
    vertical-align: middle;
}

#brands-bar .inside a{
	display:block;
	position:relative;
	width:130px;
	height:100%;
	float:left;
	margin:0 3px 0 5px;
	vertical-align:middle;
}

#brands-bar .inside a img{
	max-width:130px;
	vertical-align:middle;
}

#similiar-bar {
    background: #f2f0ea url(../layout/navbar-background.png) repeat-x top;
    width: 658px;
    height: 258px;
    border: 1px solid #dbd2c1;
    float: left;
    margin-top: 20px;
    padding: 0 20px 20px 20px;
}

#similiar-bar .inbox {
    background-color: #fff;
    border: 1px solid #dbd2c1;
    width: 657px;
    height: 220px;
    margin-top: 5px;
	padding-left:1px;
}

#similiar-bar .inbox .one {
    float: left;
    width: 120px;
    height: 190px;
    margin-left: 9px;
	margin-top:23px;
}

#similiar-bar .inbox img {
    border: 1px solid #dbd2c1;
    top: 0;
    left: 0;
}

#similiar-bar .inbox a {
    color: black;
    width: 120px;
    position: relative;
    top: 10px;
    left: 0;
    font-size: 11px;
    letter-spacing: -1px;
}

#pager-bar {
    width: 700px;
    height: 20px;
    float: left;
    text-align: right;
    font-size: 12px;
    margin-top: 20px;
}

#pager-bar a {
    text-decoration: underline;
    cursor: pointer;
    margin-right: 10px;
}

#right {
    width: 218px;
    float: right;
    margin-left: 20px;
}

#filter-bar {
    background: #f2f0ea url(../layout/navbar-background.png) repeat-x top;
    border: 1px solid #dbd2c1;
    width: 218px;
    height: 428px;
    float: left;
    margin-top: 20px;
}

#filter-bar .basket {
    background: url(../layout/basket.png) no-repeat left center;
    width: 180px;
    height: 35px;
    line-height: 35px;
    font-weight: bold;
    font-size: 10px;
    text-align: right;
    margin-left: 20px;
}

#filter-bar .FaqBox {
    width: 178px;
    padding-top: 100px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 10px 10px 10px;
    background: url(../layout/faq.jpg) no-repeat top;
}

#filter-bar .FaqBox h2 {
    width: 100%;
    display: block;
    text-align: center;
    background: url(../layout/bottom-shadow.gif) repeat-x bottom;
    font-size: 12px;
    font-weight: bold;
    padding-bottom: 10px;
}

#filter-bar .FaqBox .questions {
    width: 100%;
    background: url(../layout/bottom-shadow.gif) repeat-x bottom;
}

#filter-bar .FaqBox .questions a {
    display: block;
    float: left;
    width: 100%;
    font-size: 12px;
    text-decoration: underline;
    margin-top: 10px;
}

#filter-bar .SearchBox {
    width: 198px;
    height: auto;
    border: 1px solid #dbd2c1;
    margin: 0 10px 10px 10px;
	background: url(../layout/search-icon.png) no-repeat 160px 10px;
}

#filter-bar .SearchBox .border-on-button {
    width: 100px;
    height: 24px;
    border: 1px solid #dbd2c1;
    padding: 1px;
    margin: 15px 47px 20px 47px;
}

#filter-bar .SearchBox .search-option {
    width: 180px;
    height: 40px;
    margin-left: 8px;
    vertical-align: middle;
}

/*
 #filter-bar .SearchBox .search-option .options{
 margin-top:8px;
 background:#fff url(../layout/select-menu-background.png) no-repeat right;
 border:1px solid #e4ddd1;
 width:170px;
 height:22px;
 line-height:24px;
 float:right;
 padding-left:10px;
 cursor:pointer;
 }
 */
#top10-bar {
    background: #f2f0ea url(../layout/navbar-background.png) repeat-x top;
    border: 1px solid #dbd2c1;
    width: 218px;
    height: 458px;
    float: left;
    margin-top: 20px;
}

#top10-bar .top10box {
    width: 198px;
    height: 414px;
    border: 1px solid #dbd2c1;
    float: left;
    margin-left: 10px;
    margin-top: 10px;
}

#top10-bar .top10box ul {
    list-style: none;
    width: 180px;
	height:390px;
    margin-top: 15px;
    margin-top: 15px;
    margin-left: 10px;
    font-weight: bold;
}

#top10-bar .top10box ul li {
    width: 100%;
    height: 50px;
	margin-bottom:5px;
    font-size: 13px;
    font-weight: bold;
	float:left;
}


#top10-bar .top10box ul li a {
	float:left;
    font-weight: 400;
    text-decoration: underline;
}

#top10-bar .top10box ul li a img{
	float:left;
	display:block;
	max-width:50px;
	margin-right:3px;
	border:1px solid #DBD2C1;
}


#cataloge-bar {
    background-color: #f2f0ea;
    width: 218px;
    height: 78px;
    border: 1px solid #dbd2c1;
    float: left;
    margin-top: 20px;
}


#cataloge-bar a {
    width: 218px;
    height: 78px;
    display: block;
	cursor:pointer;
}

#cataloge-bar div{
	float:left;
	width:
	font-size:12px;
	color:#333;
	margin-top:15px;
	margin-left:10px;
	font-weight:bold;
}

/*Formi i butoni i t.n.*/
.filter-dropdown {
    margin-top: 8px;
    background: #fff url(../layout/select-menu-background.png) no-repeat right;
    border: 1px solid #e4ddd1;
    width: 170px;
    height: 22px;
    line-height: 23px;
    padding-left: 10px;
    cursor: pointer;
    float: right;
    font-size: 11px;
}

.filter-dropdown ul {
    display: none;
    position: relative;
    background-color: #fff;
    width: 180px;
    max-height: 150px;
    border: 1px solid #e4ddd1;
    border-top: 0px;
    left: -11px;
    top: -1px;
    z-index: 500;
}

.filter-dropdown ul li {
    width: 100%;
    display: inherit;
    font-size: 11px;
    padding-left: 10px;
    border: 1px solid green;
}

.sorting-dropdown {
    background: #fff url(../layout/select-menu-background.png) no-repeat right;
    border: 1px solid #e4ddd1;
    width: 130px;
    height: 21px;
    line-height: 23px;
    padding-left: 10px;
    cursor: pointer;
    float: right;
    font-size: 11px;
    font-weight: 400;
}

.sorting-dropdown ul {
    display: none;
    position: relative;
    background-color: #fff;
    width: 140px;
    max-height: 150px;
    border: 1px solid #e4ddd1;
    border-top: 0px;
    left: -11px;
    top: -1px;
    z-index: 500;
}

.sorting-dropdown ul li {
    width: 129px;
    display: inherit;
    font-size: 11px;
    padding-left: 10px;
}

.pr-details-dropdown {
    background: #fff url(../layout/select-menu-background.png) no-repeat right;
    border: 1px solid #e4ddd1;
    width: 252px;
    height: 22px;
    line-height: 23px;
    padding-left: 0px;
    cursor: pointer;
    float: right;
    font-size: 12px;
    font-weight: 400;
	z-index:900;
}

.pr-details-dropdown b {
    font-weight: bold;
	z-index:900;
}

.pr-details-dropdown .ul {
    position: relative;
    left: -1px;
	top:-1px;
    width: 262px;
    padding-left: 0px;
    max-height: 400px;
	overflow-y:auto;
    background: #fff;
    border: 1px solid #e4ddd1;
    border-top: 0px;
	z-index:900;
}

.pr-details-dropdown .ul li {
    width: 245px;
    float: left;
    list-style: none;
	z-index:900;
}

#contacts .right li input {
    width: 208px;
    height: 22px;
    border: 1px solid #e4ddd1;
    background-color: #fff;
    float: right;
    vertical-align: middle;
	z-index:900;
}

#contacts .message{
	width:100%;
	height:24px;
	background-color:#FFEBE8;
	border:1px solid #DD3C10;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	color:#333;
	line-height:24px;
}

#cart .cart-dropdown {
    background: #fff url(../layout/select-menu-background.png) no-repeat right;
    border: 1px solid #e4ddd1;
    width: 138px;
    height: 22px;
    line-height: 22px;
    padding-left: 10px;
    cursor: pointer;
    float: right;
    position: relative;
    right: 60px;
    font-size: 12px;
    font-weight: normal;
}

.dialogs-dropdown {
    background: #fff url(../layout/select-menu-background.png) no-repeat right;
    border: 1px solid #e4ddd1;
    width: 148px;
    height: 22px;
    line-height: 22px;
    padding-left: 10px;
    cursor: pointer;
    float: right;
    font-size: 12px;
    font-weight: 400;
}

#cart .country-dropdown {
    background: #fff url(../layout/select-menu-background.png) no-repeat right;
    border: 1px solid #e4ddd1;
    width: 208px;
    height: 24px;
    line-height: 23px;
    padding-left: 10px;
    cursor: pointer;
    float: right;
    font-size: 12px;
    font-weight: 400;
    margin-top: 17px;
}

#contacts .right li textarea {
    width: 208px;
    height: 120px;
    border: 1px solid #e4ddd1;
    background-color: #fff;
    float: right;
}

.button {
    width: 100px;
    height: 24px;
    background: url(../layout/button.png) repeat-x;
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 11px;
    line-height: 24px;
    cursor: pointer;
}

.button-red {
    width: 100px;
    height: 24px;
    background: url(../layout/button-highlight.png) repeat-x;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 24px;
    cursor: pointer;
}

input[type = text], input[type = password] {
    background-color: #FFFFFF;
    border: 1px solid #dbd2c1;
    width: 215px;
    height: 21px;
    line-height: 25px;
    padding-top: 1px;
	color:#333;
}

.SelectMenu {
    margin-top: 15px;
    background: #fff url(../layout/select-menu-background.png) no-repeat right;
    border: 1px solid #e4ddd1;
    width: 254px;
    height: 22px;
    line-height: 24px;
    font-size: 12px;
    float: right;
    padding-left: 10px;
    cursor: pointer;
}

.SelectMenu div {
    width: 264px;
    height: auto;
    max-height: 250px;
    background-color: #fff;
    font-size: 12px;
    position: relative;
    left: -11px;
    top: -2px;
    border: 1px solid #e4ddd1;
    border-top: 1px solid #fff;
    display: none;
}

.SelectMenu ul {
    display: none;
}

.SelectMenu ul li {
    display: none;
    z-index: 400;
    position: inherit;
    width: 254px;
    height: 22px;
    cursor: pointer;
    color: #000;
    font-size: 12pt;
    line-height: 22px;
    float: none;
    font-weight: normal;
    padding-left: 10px;
}

.SelectMenu div li:hover {
    background-color: #f2f0ea;
}

/*Forms end*/

/* RAZPREDELI GI tezi klasove*/
.ul_over {
    background-color: #d9cdb9;
}

table.SzAmount {
    width: 298px;
    display: none;
}

table.SzAmount td * {
    float: left;
}

table.SzAmount td {
    width: 30%;
}

table.SzAmount input[type = text] {
    width: 50px;
}


table.SzAmountRedact {
    width: 298px;
    display: block;
}

table.SzAmountRedact td * {
    float: left;
}

table.SzAmountRedact td {
    width: 30%;
}

table.SzAmountRedact input[type = text] {
    width: 50px;
}


#calc{
	position:absolute;
	display:none;
	top:50%;
	left:50%;
	width:360px;
	height:210px;
	margin-left:-180px;
	margin-top:-350px;
	background:#fff;
	padding:20px;
	z-index:1500;
	text-align:justify;
}

#calc .inside{
	width:320px;
	height:170px;
	background-color:#f2f0ea;
	border:1px solid #dbd2c1;
	padding:20px;	
}

#calc .inside h5{
	float:left;
	width:100%;
	height:20px;
	color:#958c7b;
	font-size:12px;
	font-weight:bold;
	line-height:20px;
	border-bottom:1px solid #e7e2d6;
	margin-bottom:10px;
}

#calc .inside .row{
	float:left;
	width:100%;
	height:24px;
	margin:10px 0 10px 0;
	text-align:left;
	font-size:11px;
	font-weight:bold;
	line-height:22px;
	color:#333;
}


#noAmount{
	position:absolute;
	display:none;
	width:410px;
	height:440px;
	top:50%;
	left:50%;
	margin-left:-225px;
	margin-top:-400px;
	background:#fff;
	padding:20px;
	z-index:1500;
	text-align:justify;
}

#PromoBlank{
	position:absolute;
	display:none;
	width:410px;
	margin:112px auto 0 225px;
	padding:20px;
	z-index:1000;
	background:#fff;
}

#noAmount .inside,#PromoBlank .inside{
	float:left;
	width:370px;
	height:100%;
	background-color:#f2f0ea;
	border:1px solid #dbd2c1;
	padding:20px;
}
#noAmount .inside{height:400px;}
#noAmount .inside h5,#PromoBlank .inside h5{
	float:left;
	width:370px;
	height:20px;
	color:#958c7b;
	font-size:12px;
	font-weight:bold;
	line-height:20px;
	border-bottom:1px solid #e7e2d6;
}

#noAmount  .inside .text,#PromoBlank .inside .text{
	float:left;
	width:360px;
	margin-top:10px;
	padding:0 5px 10px 5px;
	text-align:justify;
	font-size:11px;
	color:#333;
	border-bottom:1px solid #e7e2d6;
}

#noAmount .inside .blank,#PromoBlank .inside .blank{
	float:left;
	width:360px;
	margin-top:10px;
	margin-bottom:5px;
	padding-bottom:5px;
}

#noAmount .inside .blank li,#PromoBlank .inside .blank li{
	float:left;
	width:350px;
	height:24px;
	margin-bottom:5px;
	padding-left:10px;
	line-height:24px;
	color:#333;
	font-size:11px;
	text-align:left;
	font-weight:bold;
	list-style:none;
}

#noAmount .inside .blank li input,#PromoBlank .inside .blank li input{
	float:right;
	width:210px;
	height:22px;
	padding-top:2px;
	border:1px solid #e7e2d6;
	background-color:#fff;
}

#noAmount .inside .blank li span,#PromoBlank .inside .blank li span{
	float:right;
	width:210px;
	height:24px;
	line-height:24px;
}

#noAmount .inside .blank li textarea,#PromoBlank .inside .blank li textarea{
	float:right;
	width:210px;
	height:100px;
	padding-top:2px;
	border:1px solid #e7e2d6;
	background-color:#fff;
}

#noAmount .inside .bottom,#PromoBlank .inside .bottom{
	float:left;
	width:370px;
	height:14px;
	border-top:1px solid #e7e2d6;
	padding-top:10px;
}

/*paging*/

#paging{
	display:block;
	width:700px;
	height:40px;
	line-height:40px;
	margin-top:20px;
	text-align:center;
	font-size:12px;
	clear:both;
}

#paging a{
	text-decoration:underline;
	font-weight:bold;
}
/*end of paging*/
/*  FAQ  */
#faq {
    width: 660px;
    border: 1px solid #dbd2c1;
    background: #f2f0ea;
    color: #333;
    float: left;
    padding: 10px 20px 20px 20px;
}

#faq h1 {
    display: block;
    width: 100%;
    height: 30px;
    font-size: 16px;
    font-weight: bold;
}

#faq li {
    width: 620px;
    font-weight: bold;
    color: #333;
    font-size: 12px;
    margin-left: 20px;
    margin-top: 20px;
    list-style-position: outside;
    float: left;
    text-align: justify;
    padding-bottom: 20px;
    background: url(../layout/bottom-shadow.gif) repeat-x bottom;
}

#faq li p {
    font-size: 11px;
    text-align: justify;
    margin: 20px 20px 0 20px;
    width: 580px;
    font-weight: normal;
}

/* End Of FAQ */
/* Dialogs */

#register-dlg{
	display:none;
	position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -390px;
    margin-top: -221px;
	width:700px;
	height:382px;
	background-color:#fff;
	z-index:1000;
	padding:20px;
}

#register-dlg .inside{
	width:658px;
	height:340px;
	float:left;
	background-color:#f2f0ea;
	border:1px solid #dbd2c1;
	padding:20px;	
}

#register-dlg .inside .message{
	display:none;
	position: absolute;
	left:195px;
	top:27px;
	width:350px;
	height:33px;
	background-color:#FFEBE8;
	border:1px solid #DD3C10;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	color:#333;
	line-height:33px;
}


#register-dlg .inside h5{
	width:660px;
	height:27px;
	color:#958c7b;
	font-size:12px;
	background:url(../layout/pen.png) no-repeat top right;
	font-weight:bold;
	line-height:20px;
	border-bottom:1px solid #e7e2d6;
	float:left;
}

#register-dlg .inside h6{
	width:218px;
	height:27px;
	color:#958c7b;
	font-size:12px;
	background:url(../layout/pen.png) no-repeat top right;
	font-weight:bold;
	line-height:20px;
	border:1px solid #e7e2d6;
	float:left;
}

#register-dlg .inside .middle{
	width:660px;
	height:257px;
	border-top:1px solid #fbfaf8;
	border-bottom:1px solid #e7e2d6;
	float:left;
	padding-top:7px;
}

#register-dlg .inside .middle .column{
	width:311px;
	height:238px;
	border-right:1px dotted #958c7b;
	padding:11px 0 0 0;
	float:left;
}

#register-dlg .inside .middle .column li{
	list-style:none;
	width:100%;
	height:26px;
	float:left;
	text-align:left;
	font-size:11px;
	line-height:20px;
	color:#333;
	font-weight:bold;
	margin-bottom:4px;
}

#register-dlg .inside .middle .column li input{
	width:208px;
	height:20px;
	border:1px solid #dbd2c1;
	background-color:#fff;
	float:right;
	padding-top:2px;
}

#register-dlg .inside .middle .column li .input_error{
	width:208px;
	height:20px;
	border:1px solid #DD3C10;
	background-color:#FFEBE8;
	float:right;
	padding-top:2px;
}


#register-dlg .inside .middle .column .hint{
	height:10px;
	padding-left:101px;
	float:left;
	color:#958c7b;
	font-size:10px;
	margin-bottom:7px;
}

#register-dlg .inside .bottom{
	float:left;
	width:660px;
	height:14px;
	border-top:1px solid #fbfaf8;
	padding-top:15px;
	
}


#profile-dlg{
	display:none;
	position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -390px;
    margin-top: -221px;
	width:700px;
	height:382px;
	background-color:#fff;
	z-index:1500;
	padding:20px;
}

#profile-dlg .inside{
	width:658px;
	height:340px;
	float:left;
	background-color:#f2f0ea;
	border:1px solid #dbd2c1;
	padding:20px;
}


#profile-dlg .inside h5{
	width:660px;
	height:27px;
	color:#958c7b;
	font-size:12px;
	background:url(../layout/pen.png) no-repeat top right;
	font-weight:bold;
	line-height:20px;
	border-bottom:1px solid #e7e2d6;
	float:left;
}


#profile-dlg .inside .message{
	display:none;
	position: absolute;
	left:195px;
	top:27px;
	width:350px;
	height:33px;
	background-color:#FFEBE8;
	border:1px solid #DD3C10;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	color:#333;
	line-height:33px;
}

#profile-dlg .inside h6{
	float:left;
	width:212px;
	height:27px;
	color:#958c7b;
	font-size:12px;
	font-weight:bold;
	line-height:27px;
	border:1px solid #e7e2d6;
	text-align:center;
	padding-left:5px;
	cursor:pointer;
}


#profile-dlg .inside .selected{
	background-color:#e7e2d6;
}

#profile-dlg .inside .middle,.middle_ord{
	width:660px;
	height:257px;
	border-bottom:1px solid #e7e2d6;
	float:left;
	padding-top:7px;
}


#profile-dlg .inside .middle{
}

#profile-dlg .inside .middle_ord{
	display:none;
	overflow-y:auto;
	overflow-x:hidden;

}

#profile-dlg .inside .middle_ord .title-row {
    background: url(../layout/order-table-title-background.png) repeat-x;
    border: 1px solid #323232;
    width: 655px;
    height: 58px;
}

#profile-dlg .inside .middle_ord .title-row .cell {
    background: url(../layout/cell-borders.png) no-repeat left;
    height: 43px;
    float: left;
    color: #fff;
    font-weight: bold;
    font-size: 11px;
    text-align: center;
    padding-top: 15px;
    white-space: pre;
}

#profile-dlg .inside .middle_ord .table {
    background-color: #f7f6f3;
    border: 1px solid #dbd2c1;
    width: 655px;
}

#profile-dlg .inside .middle_ord .table .row, #cart .step .table .row-even {
    width: 638px;
    height: 60px;
    padding: 20px 0px 20px 20px;
}

#profile-dlg .inside .middle_ord .table .row-even {
    background-color: #fff;
}

#profile-dlg .inside .middle_ord .table .cell {
    height: 100%;
    color: #000;
    font-size: 11px;
    text-align: center;
    line-height: 58px;
    border-right: 1px dotted #dbd2c1;
    padding: 0;
    float: left;
    vertical-align: middle;
}

#profile-dlg .inside .middle_ord .table .cell .text {
    width: 168px;
    height: 100%;
    float: right;
    line-height: 14px;
    text-align: left;
    text-decoration: underline;
    font-size: 11px;
}

#profile-dlg .inside .middle_ord .table .cell .text span {
    display: block;
    width: 100%;
    line-height: 12px;
    text-align: left;
    font-size: 10px;
    float: left;
    text-decoration: none;
}


#profile-dlg .inside .middle .column{
	width:311px;
	height:238px;
	border-right:1px dotted #958c7b;
	padding:11px 0 0 0;
	float:left;
}

#profile-dlg .inside .middle .column li{
	list-style:none;
	width:100%;
	height:26px;
	float:left;
	text-align:left;
	font-size:11px;
	line-height:20px;
	color:#333;
	font-weight:bold;
	margin-bottom:4px;
}

#profile-dlg .inside .middle .column li input{
	width:208px;
	height:20px;
	border:1px solid #dbd2c1;
	background-color:#fff;
	float:right;
	padding-top:2px;
}

#profile-dlg .inside .middle .column li .input_error{
	width:208px;
	height:20px;
	border:1px solid #DD3C10;
	background-color:#FFEBE8;
	float:right;
	padding-top:2px;
}


#profile-dlg .inside .middle .column .hint{
	height:10px;
	padding-left:101px;
	float:left;
	color:#958c7b;
	font-size:10px;
	margin-bottom:7px;
}

#profile-dlg .inside .bottom{
	float:left;
	width:660px;
	height:14px;
	border-top:1px solid #fbfaf8;
	padding-top:15px;
	
}

#login-dlg {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -190px;
    margin-top: -120px;
    width: 340px;
    height: 200px;
    background: #fff;
    padding: 20px;
    z-index: 1000;
}

#login-dlg .forgotten{
	width:100%;
	height:10px;
	float:left;
	color:#958c7b;
	font-size:10px;
	margin-top:5px;
	margin-bottom:5px;
	text-align:right;
	cursor:pointer;
}

#login-dlg .inside {
    width: 298px;
    height: 163px;
    background-color: #f2f0ea;
    border: 1px solid #dbd2c1;
    float: left;
    padding: 15px 20px 20px 20px;
}

#login-dlg .inside h1 {
    display: block;
    width: 100%;
    height: 22px;
    background: url(../layout/key-icon.png) no-repeat top right;
    color: #958c7b;
    font-size: 12px;
    text-align: left;
    border-bottom: 0px;
    margin: 0px;
}

#login-dlg .inside .middle {
    width: 100%;
    min-height: 73px;
    padding: 10px 0 10px 0;
    background: url(../layout/bottom-shadow.gif) repeat-x top;
}

#login-dlg .inside .middle li {
    display: block;
    list-style: none;
    width: 100%;
    height: 24px;
    margin-top: 7px;
}

#login-dlg .inside .middle .li_hidden {
    display: none;
    list-style: none;
    width: 100%;
    height: 24px;
    margin-top: 7px;
}

#login-dlg .inside .middle .li_hidden .message_login{
	width:296px;
	height:24px;
	background-color:#FFEBE8;
	border:1px solid #DD3C10;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	color:#333;
	line-height:24px;
}

#login-dlg .inside .middle li span {
    display: block;
    height: 100%;
    line-height: 22px;
    float: left;
    color: #333;
    font-weight: bold;
    font-size: 11px;
}

#login-dlg .inside .bottom {
    width: 100%;
    height: 24px;
    padding-top: 14px;
    background: url(../layout/bottom-shadow.gif) repeat-x top;
}




.checkbox {
    width: 9px;
    height: 9px;
    background: url(../layout/checkbox-unchecked.png) no-repeat;
    float: left;
    cursor: pointer;
}

.checkboxchecked {
    width: 9px;
    height: 9px;
    background: url(../layout/checkbox-checked.png) no-repeat;
    float: left;
    cursor: pointer;
}



.buttons, .buttonlight {
    width: 100px;
    height: 24px;
    background: url(../layout/button.png) repeat-x;
    font-weight: bold;
    color: #fff;
    font-size: 11px;
    cursor: pointer;
    line-height: 24px;
    text-align: center;
    float: right;
}

.buttonlight {
    background: url(../layout/button-highlight.png) repeat-x;
    margin-left: 20px;
}


#message-dlg, #message-dlg-x{
	position:absolute;
	display:none;
	width:380px;
	height:180px;
	top:50%;
	left:50%;
	margin-top:-90px;
	margin-left:-190px;
	background-color:#fff;
	z-index:5000;

}

#message-dlg .inside{
	float:left;
	width:298px;
	height:58px;
	margin:20px 20px;
    border: 1px solid #dbd2c1;
	padding:70px 20px 10px; 20px;
	background:#efede5 url(../layout/message-ok.jpg) no-repeat center top;
	color:#333;
	text-align:justify;
	font-size:11px;
}

#message-dlg-x .inside{
	float:left;
	width:298px;
	height:58px;
	margin:20px;
    border: 1px solid #dbd2c1;
	padding:70px 20px 10px; 20px;
	background: #efede5 url(../layout/message-x.jpg) no-repeat center top;
	color:#333;
	text-align:justify;
	font-size:11px;	
}


/* End Of Dialogs */


#all input{
    height: 20px;
    float: right;
    border: 1px solid #e4ddd1;
    font-size: 12px;
    background: #fff;
	padding-top:2px;
	margin-left:10px;
}

.calendar{
	float:left;
	width:200px !important;
	height:100px;
	border:1px solid #DBD2C1;
	margin-top:10px;
}

.calendar td{
	height:25px;
	width:25px;
	text-align:left;
	border-left:1px dotted #DBD2C1;
	font-size:10px !important;
	border-bottom:1px solid #DBD2C1;
	padding:0px 0 0px 0 !important;
}
.calendar td[name=day]{
	cursor:pointer;
}

.calendar td i{
	width:100%;
	height:100%;
	cursor:default;
	color:#666;
}
.calendar #weekend{
	background-color: #EEEEFF !important;
}

.calendar div{
	margin:0 5px 0 5px;
	cursor:pointer;
	font-weight:bold;
}

.calendar div[name=back]{
	float:left;
	
}

.calendar div[name=forward]{
	float:right;
}

.calendar .selected{
	font-weight:bold;
	background-color:#FFB6B6 !important;
}



