/* 
    Document   : productChoise_dialog
    Created on : JUN 04, 2012, 09:11:13 AM
    Author     : Amine
    Description:
        Purpose of the stylesheet follows.
*/

.productChoise_dialog {
	font-family:Arial, Helvetica, sans-serif;
	width:99%;
	background-image:url(../../images/shop/pop_up_bg.png);
	position: absolute;
	height:1000px;
	top:0;
	z-index: 7000;
}

.productChoise_dialog .container{
	/*background:url(../../images/shop/pop_up_box_bg.png) no-repeat;*/
	width: 660px;
	height: auto;
	margin:auto;
	margin-top:55px;
	background-color: #fff;
	 box-shadow: 7px 7px 8px #ddd;
    border-radius:8px 8px 8px 8px;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 8px;
	-khtml-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;

	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 8px;
	-khtml-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
    
	/*--Top right rounded corner--*/
	-moz-border-radius-topright: 8px;
	-khtml-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
    
	/*--Tio left right rounded corner--*/
	-moz-border-radius-topleft: 8px;
	-khtml-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px	;
    

	
	-moz-box-shadow: 7px 7px 8px #ddd;
	-webkit-box-shadow: 7px 7px 8px #ddd;
	    padding-bottom: 20px;
    position: relative;

}

.productChoise_dialog .container .title{
	margin-top:45px;
	padding-top:15px;
	padding-left:15px;
	color:#333333;
	*margin-top:0;	
	*padding-top:8px;


}

.productChoise_dialog .container .content{
	margin: auto;
	
	width: 645px;
	    height: auto;
	background-color: white;
	padding-left:15px;	
	overflow:auto;

}

.productChoise_dialog .container .content span{
	color:#287EAE;
	font-weight:bold;

}


.productChoise_dialog .container .top{
	width:685px;
	height:730px;
	margin-top:15px;

	margin-left:20px;
	overflow:auto;
}

.productChoise_dialog .container .bottom {
	position:absolute;
	top:0;
}


.productChoise_dialog .container .bottom .pop_boxes{
	width:180px;
	margin-right:4px;
	float:left;
	margin-top:-40px;
	padding:0;
	/*background:url(../../images/shop/tabs_bg.png);*/
	text-align:center;
	height:44px;
}

.productChoise_dialog .container .bottom .ppb_active{
	background:url(../../images/shop/tabs_bg.png) no-repeat;
}

.productChoise_dialog .container .bottom .pop_boxes h3{
	font-size:14px;
	margin-top:10px;

}

.productChoise_dialog .container .close{
	width:40px;
	height:40px;
	background:url(../../images/shop/close_it_bt_bg.gif) no-repeat;
	position:relative;
	z-index:5555;
	position: absolute;
    top: 0;
	left: 620px;
    
	cursor:pointer;
}

.productChoise_dialog .container button{
	background-image:url(../../images/shop/general_submit.gif);
	width:50px;
	height:19px;
	border:none;
	margin-left:8px;

}

.btn_productChoice_dialog{

padding:15px 0px 15px 270px;
margin: 0;
}
.btn_productChoice_dialog a{
 /*   background: -moz-linear-gradient(center top , #EDEDED 5%, #DFDFDF 100%) repeat scroll 0 0 #EDEDED;
    border: 1px solid #DCDCDC;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 0 0 #FFFFFF inset;
    color: #777777;
    display: inline-block;
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    padding: 6px 26px;
    text-decoration: none;
    text-shadow: 1px 1px 0 #FFFFFF;
	cursor:pointer;*/
     -moz-box-shadow:inset 0px 1px 0px 0px #73d6fa;
    -webkit-box-shadow:inset 0px 1px 0px 0px #73d6fa;
    box-shadow:inset 0px 1px 0px 0px #73d6fa;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #00acfc), color-stop(1, #287fae) );
    background:-moz-linear-gradient( center top, #00acfc 5%, #287fae 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00acfc', endColorstr='#287fae');
    background-color:#00acfc;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    border:1px solid #287fae;
    display:inline-block;
    color:#ffffff;
    font-family:arial;
    font-size:14px;
    font-weight:bold;
    padding:6px 12px;
    text-decoration:none;
    text-shadow:1px 1px 0px #000000;
    /*margin:-15px 0px 0 14px;*/
    cursor:pointer;
	

}

.btn_productChoice_dialog a:hover {
	/*background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;*/
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #287fae), color-stop(1, #00acfc) );
    background:-moz-linear-gradient( center top, #287fae 5%, #00acfc 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#287fae', endColorstr='#00acfc');
    background-color:#287fae;
}.btn_productChoice_dialog a:active {
	position:relative;
	top:1px;
}


.chooseOne{
   color: #287EAE;
    font-family: Arial;
    font-size: 12px;
    text-align: left;
    text-decoration: none;
}

.chooseOne h3{
   color: #287EAE;
    font-family: Arial;
    font-size: 12px;
    text-align: left;
    text-decoration: none;
	background-color: #fff;
	
}

/* myaccount add product*/
#myaccountProductList div.faq_support_product_element{
   background-color: #FFFFFF;
    border: 1px solid #B6B6B6;
    border-radius: 5px 5px 5px 5px;
    padding: 10px;
    width: auto;
    margin-top: 1px;
    -moz-box-shadow: 3px 3px 10px #888;
-webkit-box-shadow: 3px 3px 10px #888;
box-shadow: 3px 3px 10px #888;
}
/*END*/
.faq_support_product_element{
   background-color: #FFFFFF;
    border: 1px solid #287EAE;
    border-radius: 5px 5px 5px 5px;
    padding: 10px;
    width: auto;
    margin-top: 13px;
    -moz-box-shadow: 3px 3px 10px #888;
-webkit-box-shadow: 3px 3px 10px #888;
box-shadow: 3px 3px 10px #888;
}



.faq_support_product_element img{
	width: 60px;
	 float:left;
	
}
.faq_support_product_element faq_support_product_text{
	color: #287EAE;
    font-family: Arial;
    font-size: 12px;
    text-align: left;
    text-decoration: none;
	 float:left;
	
}

.link-moreInfo-up {
    -moz-background-inline-policy: continuous;
    background: url("../../images/shop/home/arrow_right.png") no-repeat scroll 0 0 transparent;
    color: #424542;
    cursor: pointer;
    font-family: verdana;
    font-size: 11px;
    margin-top: 25px;
    padding: 0 0 0 20px;
    text-decoration: none;
    font-weight: bold;
}

.faq_search{
    width:613px;
    padding:10px;
    background: #f2f2f2;
    border-top:solid thin #ddd;
    border-bottom:solid thin #ddd;
}

.faq_search span{
    float:left;
    font-family: sans-serif;
    color:#287eae;
    padding-top:5px;
    margin-right:10px;
}

.faq_search a {
    -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow: inset 0px 1px 0px 0px white;
    box-shadow: inset 0px 1px 0px 0px white;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #EDEDED), color-stop(1, #DFDFDF) );
    background: -moz-linear-gradient( center top, #EDEDED 5%, #DFDFDF 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
    background-color: #EDEDED;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid gainsboro;
    display: inline-block;
    color: #777;
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    padding: 2px 16px;
    text-decoration: none;
    text-shadow: 1px 1px 0px white;
}

.faq_search input {
    width: 117px;
    padding: 3px;
    border: thin solid gainsboro;
    font-size: 14px;
    color: #444;
}

.faq{
    margin:5px 0;
    padding:5px 0;
    border-bottom: thin solid #ddd;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal{height: auto !important;}



.supportHomeProductThumb{
    width:60px;
    margin:auto;
    margin-bottom:4px;
}

.supportHomeLeft .smallText{
    font-size:0.8em;
}


