.anonymous {
    width:395px;
    height:180px;
    background:url(../images/anon_bg.jpg) no-repeat;
    margin-bottom:20px;
}
.anonymous .text {
    color:#232323;
    font:bold 12px Arial;
    
    width:260px;
    position:absolute;
    margin-left:122px;
    margin-top:23px;
}

a h3 {
	margin-top:20px;
}

.anonymous .inquiry_button {
    position:absolute;
    display:block;
    margin-left:203px;
    margin-top:104px;
}
.anonymous .order_button{
    position:absolute;
    display:block;
    margin-left:15px;
    margin-top:104px;
}
.anonymous .pop_up_tip{
    display:none;
    position:absolute;
    margin-left:123px;
    margin-top:-90px;
}

.inquiry_input {
    width: 352px;
    height: 33px;
    border: 1px solid #aaaaaa;
    color: #000000;
    font: 18px Arial;
    padding-right: 7px;
    line-height: 33px;
}

select.inquiry_input {
    padding-top: 3px;
    padding-bottom: 3px;
}

.inquiry_area {
    width: 352px;
    height: 105px;
    border: 1px solid #aaaaaa;
    color: #000000;
    font: 18px Arial;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.inquiry_field {
    float: left;
    font: bold 13px Arial;
    width: 70px;
    color: #000000;
    padding-top: 10px;
    text-align: left;
}



.info_popup {
    background: url(../img/tool_tip.png) no-repeat;
	width: 159px;
	height: 57px;
	position: absolute;
	margin-left: -8px;
	margin-top: -15px;
	text-align: left;
	padding-left: 25px;
	padding-right: 10px;
    padding-top: 13px;
    font: 12px Arial;
    color: #383838;
    display: none;
	z-index: 2;
}

.error_popup {
    background: url(../img/error_tip.png) no-repeat;
	width: 159px;
	height: 57px;
	position: absolute;
	margin-left: -8px;
	margin-top: -15px;
	text-align: left;
	padding-left: 25px;
	padding-right: 10px;
    padding-top: 13px;
    font: 12px Arial;
    color: #ffffff;
    display: none;
	z-index: 3;
}

.inquiry_element {
    margin-top: 20px;
    margin-bottom: 40px;
    font: bold 13px Arial;
}


.inquiry_input_comment {
	position: absolute;
	margin-left: 0px;
	margin-top: 38px;
	text-align: justify;
    font: 12px Arial;
    color: #afafaf;
}

.inquiry_input_comment a {
    color: #008fea
}

.captcha {
    border: 1px solid #aaaaaa;
    margin-left: 20px;
}

.radio_box {
    border: 1px solid white;
    width: 320px;
}

.error_input {
    border-color: #ff0000;
}

.validator_exp {
    display: none;
}

.info_note {
    text-decoration:none;
    display: inline-block;
    cursor:pointer;
}

.info_note table {
    display:none;
    position:absolute;
    width:250px;
    margin-left:2px;    
}

.info_note:hover table {
    display:block;
}

.info_note .tip{
	background: black;
	display: block;
	color: white;
	font: 12px Arial;
	padding: 10px;
	
}
.info_note .nipple{
	width: 0;
	height: 0;
	border: 7px solid transparent;
	border-right: 7px solid black;
	border-bottom-left: 0;
}

.page_navigation {
    text-align: left;
}

.page_navigation a, .page_navigation span {
    display: block;
    float: left;
    padding:2px;
    margin-right:3px;
    border: 1px solid #999999;
}

.pw__block {
    margin: 10px auto; width: 410px;
    background: rgb(235,235,235); /* Old browsers */
    background: -moz-linear-gradient(-45deg,  rgba(235,235,235,1) 0%, rgba(222,222,222,1) 17%, rgba(195,195,195,1) 66%, rgba(183,183,183,1) 66%, rgba(191,191,191,1) 81%, rgba(201,201,201,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(235,235,235,1)), color-stop(17%,rgba(222,222,222,1)), color-stop(66%,rgba(195,195,195,1)), color-stop(66%,rgba(183,183,183,1)), color-stop(81%,rgba(191,191,191,1)), color-stop(100%,rgba(201,201,201,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg,  rgba(235,235,235,1) 0%,rgba(222,222,222,1) 17%,rgba(195,195,195,1) 66%,rgba(183,183,183,1) 66%,rgba(191,191,191,1) 81%,rgba(201,201,201,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg,  rgba(235,235,235,1) 0%,rgba(222,222,222,1) 17%,rgba(195,195,195,1) 66%,rgba(183,183,183,1) 66%,rgba(191,191,191,1) 81%,rgba(201,201,201,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg,  rgba(235,235,235,1) 0%,rgba(222,222,222,1) 17%,rgba(195,195,195,1) 66%,rgba(183,183,183,1) 66%,rgba(191,191,191,1) 81%,rgba(201,201,201,1) 100%); /* IE10+ */
    background: linear-gradient(135deg,  rgba(235,235,235,1) 0%,rgba(222,222,222,1) 17%,rgba(195,195,195,1) 66%,rgba(183,183,183,1) 66%,rgba(191,191,191,1) 81%,rgba(201,201,201,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#c9c9c9',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    border: 1px solid #999;
    font: bold 12px/16px Arial;
    padding: 10px;
    border-radius: 2px;
}
.pw__text{
    padding-left: 90px;
    margin-bottom: 10px;
    background: url(/img/pw__img.png) no-repeat 8px center;
}
.pw__order_button,
.pw__free_button{
    display: inline-block;
    padding: 5px 10px;
    color: white!important;
    font: 18px Arial;
    text-transform: uppercase;
    text-decoration: none!important;
    background: rgb(243,197,189); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(243,197,189,1) 0%, rgba(232,108,87,1) 50%, rgba(234,40,3,1) 51%, rgba(255,102,0,1) 75%, rgba(199,34,0,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(243,197,189,1)), color-stop(50%,rgba(232,108,87,1)), color-stop(51%,rgba(234,40,3,1)), color-stop(75%,rgba(255,102,0,1)), color-stop(100%,rgba(199,34,0,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(243,197,189,1) 0%,rgba(232,108,87,1) 50%,rgba(234,40,3,1) 51%,rgba(255,102,0,1) 75%,rgba(199,34,0,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(243,197,189,1) 0%,rgba(232,108,87,1) 50%,rgba(234,40,3,1) 51%,rgba(255,102,0,1) 75%,rgba(199,34,0,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(243,197,189,1) 0%,rgba(232,108,87,1) 50%,rgba(234,40,3,1) 51%,rgba(255,102,0,1) 75%,rgba(199,34,0,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(243,197,189,1) 0%,rgba(232,108,87,1) 50%,rgba(234,40,3,1) 51%,rgba(255,102,0,1) 75%,rgba(199,34,0,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3c5bd', endColorstr='#c72200',GradientType=0 ); /* IE6-9 */
    width: 170px;
    text-align: center;
    border-radius: 3px;
    margin: 0 10px 6px 7px;
    border: 1px solid white;
    box-shadow: 0 1px 3px rgba(0,0,0,0.7), 0 0 3px rgba(0,0,0,0.4) inset;
    text-shadow: 0 1px 0 rgba(0,0,0,0.4);
}
.pw__order_button:hover,
.pw__free_button:hover{
    box-shadow: 0 1px 3px rgba(0,0,0,0.7), 0 0 25px rgba(0,0,0,0.3) inset;
}
.pw__order_button:active,
.pw__free_button:active{
    box-shadow: 0 1px 1px rgba(0,0,0,0.7), 0 0 25px rgba(0,0,0,0.3) inset, 0 0 3px rgba(0,0,0,0.7) inset;
}
.pw__order_button span,
.pw__free_button span{
    font-size: 11px;
    color: #000000;
    text-transform: none;
    display: block;
    text-shadow: 0 1px 0 rgba(255,255,255,0.2);
    font-weight: bold;
    line-height: 10px;
    margin: 1px 0;
}
.pw__free_button{
    margin-left: 0;
    margin-right: 0;
    background: rgb(254,204,177); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(254,204,177,1) 0%, rgba(241,116,50,1) 50%, rgba(234,85,7,1) 51%, rgba(237,154,59,1) 77%, rgba(251,149,94,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,204,177,1)), color-stop(50%,rgba(241,116,50,1)), color-stop(51%,rgba(234,85,7,1)), color-stop(77%,rgba(237,154,59,1)), color-stop(100%,rgba(251,149,94,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(254,204,177,1) 0%,rgba(241,116,50,1) 50%,rgba(234,85,7,1) 51%,rgba(237,154,59,1) 77%,rgba(251,149,94,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(254,204,177,1) 0%,rgba(241,116,50,1) 50%,rgba(234,85,7,1) 51%,rgba(237,154,59,1) 77%,rgba(251,149,94,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(254,204,177,1) 0%,rgba(241,116,50,1) 50%,rgba(234,85,7,1) 51%,rgba(237,154,59,1) 77%,rgba(251,149,94,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(254,204,177,1) 0%,rgba(241,116,50,1) 50%,rgba(234,85,7,1) 51%,rgba(237,154,59,1) 77%,rgba(251,149,94,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feccb1', endColorstr='#fb955e',GradientType=0 ); /* IE6-9 */
}
.pw__free_popup {
    position: absolute;
    width: 250px;
    padding: 10px;
    margin-left: 183px;
    margin-top: -11px;
    color: white;
    background: #45484d;    
    text-transform: none;
    text-align: left;    
    border-radius: 3px;
    box-shadow: 0px 2px 10px rgba(0,0,0,0.3);
    font-weight: normal!important;
    font-size: 12px;
    display: none;
}

.pw__free_popup div {
    position: absolute;
    margin-left: -30px;
    margin-top: 13px;
    border: 10px solid transparent;
    border-right-color: #45484d;
    
}

.footer_bottom .cat-item {
    display: inline-block;
    padding: 0px;
    padding-bottom:5px;
    width:200px;
}