﻿.clear,.clear:after,.clear:before{ clear:both; overflow:hidden;}

img{border:0;}
ul li{list-style:none;}
.left{ float:left;}
.right{ float:right;}
.right-padding
{
    margin-left:10px;
}
.crop
{
display:block; width:227px;height:216px; clear:both;    
}
.cidx-dialog-overlay {
    font-family: arial; 
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    background: transparent url('/Content/style/common/images/trans-black-pixel.png') repeat left top;
    z-index: 99999;
}
.cidx-dialog { 
    width:330px;     
    margin: 30% auto; 
    background-color: #fff; 
    border:4px solid #7D7D7D; 
    padding:15px; 
    text-align:center; 
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;  
    text-align: left;
    z-index: 999999; 
}
.cidx-dialog .cidx-dialog-text {    
    padding: 0px 0px 35px 80px;  
    margin: 10px;    
    font-size: 18px;
    color: #474747;
}
.cidx-dialog.warning-dialog .cidx-dialog-text {background: #fff url('/Content/style/common/images/warning.png') no-repeat left top;}
.cidx-dialog .cidx-dialog-buttons {
    padding: 0px 0px 0px 88px;  
}
.cidx-dialog-ok {
    display: inline-block;
    zoom: 1;
    *display: inline;
    background: transparent url('/Content/style/common/images/btn-green.png') no-repeat left top; 
    width: 92px;
    height: 38px;
    vertical-align: middle; 
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    line-height: 38px;
    cursor: pointer;
}
.cidx-dialog-ok:hover {
    background: transparent url('images/btn-green.png') no-repeat left -38px;  
}
.cidx-dialog-ok.cidx-ok-big {
    width: 154px;
    background: transparent url('images/btn-green-big.png') no-repeat left top;     
}
.cidx-dialog-ok.cidx-ok-big:hover {
    width: 154px;
    background: transparent url('images/btn-green-big.png') no-repeat left -38px;
}
.cidx-dialog-cancel {
    display: inline-block;
    zoom: 1;
    *display: inline;
    text-decoration: underline;
    width: 92px;
    height: 38px;
    vertical-align: middle; 
    font-size: 14px;
    font-weight: normal;
    color: #5D5959;
    text-align: center;
    line-height: 38px;
    cursor: pointer;
}
.cidx-dialog-cancel:hover {
    text-decoration: none;
}
/* Styles for validation helpers */
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}
/*Error Validation*/
    
    div.container_error h5
    {
        background-color: red;
        color: #fff;
        margin: 0px;
        padding: 5px;
    }
    div.container_error
    {
        background-color: #eee;
        border: 1px solid red;
        margin: 5px;
        padding: 0px;
        text-align:left;
    }
    div.container_error ol li
    {
        list-style-type: disc;
        margin-left: 20px;
        color: Red;
    }
    div.container_error
    {
        display: none;
    }
    
    div.container_error .error label.error
    {
        color: Red;
        display: block;
        margin-left: 1em;
        width: auto;
    }
    
    input.error { border: 1px dotted red; }
    
    textarea.error{border: 1px dotted red;}
    
    select.error{border: 1px dotted red;}

/*end Validation*/
/*Scroll*/
#slide_partner 
{
    clear:both;
width:100%;
margin-top:7px;

}
.left_narrow, .right_narrow {
float: left;
/*width: 25px;
height: 100px;*/
padding-top: 10px;

}
.left_narrow a {
 width: 8px;
    height: 16px;
    cursor: pointer;
    background: transparent url(/Content/style/common/images/next_prev2.png) no-repeat 0 0;
display: block;
overflow: hidden;
float:left;
margin-left:5px;
 margin-top: 10px;
}
.left_narrow a:hover {

}
.right_narrow a {
 width: 8px;
    height: 16px;
    cursor: pointer;
    background: transparent url(/Content/style/common/images/next_prev2.png) no-repeat -8px 0;
display: block;
overflow: hidden;
float:left;
margin-right:5px;
 margin-top: -2px;
}
.right_narrow a:hover {

}
.scroll {
/*width: 936px;
height: 50px;
float: left;
overflow: hidden;*/
}
#partnerbox ul {
float:left;
}
#partnerbox ul li{
float:left;
list-style:none;

}
#paging {
margin: 0 auto;
width: 100%;
background: transparent;
padding-bottom: 10px;
overflow: hidden;
}
#paging .pagination {
padding-top: 10px;
display: block;
margin:0 auto;
text-align: center;
line-height: 18px;
overflow: hidden;
}
#paging .pagination li {
display: inline;
margin: 0;
}
#paging ul.pagination a.first {
padding-left: 17px;
background: #fff url(/Content/style/common/images/elements.png) -128px -207px no-repeat;
}
#paging ul.pagination a.first.unactive, #paging ul.pagination a.first.unactive:hover {
color: #cecece;
border: 1px solid #fff;
background: #fff url(/Content/style/common/images/elements.png) -128px -175px no-repeat;
}
#paging ul.pagination a.active {
border: 1px solid #fff;
color: #ff731e;
background: #fff;
}
#paging ul.pagination a:hover, #paging ul.pagination a.unactive:hover {
color: #fff;
background: #3d9cec;
border: 1px solid #3d9cec;
}
#paging ul.pagination a {
border: 1px solid #e7e7e7;
padding: 4px 8px;
color: #3d9cec;
margin-left: 3px;
line-height: 27px;
-webkit-border-radius: 4px;
border-radius: 4px;
text-decoration: none;
}

.BoxMini
{
    width: 100%;
}

.BoxMiniTop
{
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
font-size: 13px;
font-weight: bold;
color: #eb7b29;
text-decoration: underline;
text-align: Left;
padding-top: 10px;
}
.BoxMiniMid
{
    margin: 10px;
}
.BoxMiniMid ul
{
    margin: 0px;
padding: 0px;
}
.BoxMiniMid ul li
{
    float: left;
font-family: "Open Sans", Helvetica, Arial, sans-serif;
font-size: 13px;
list-style-type: none;
margin: 10px 10px 0px 10px;
text-align: center;
text-transform: uppercase;
width: 219px;
}
.BoxMiniMid sp-text
{
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
font-size: 13px;
list-style-type: none;
text-align: center;
text-transform: uppercase;
}

#gallery-2 {
	margin: auto;
}
#gallery-2 .gallery-item {
	float: left;
	margin-top: 10px;
	text-align: center;
	width: 33%;
}
#gallery-2 img {
	border: 2px solid #cfcfcf;
}
#gallery-2 .gallery-caption {
	margin-left: 0;
}
	
.prd_img_box #wrap
{
    z-index: 98 !important;
}			
		