/* fonts and normal links------------------------------------*/
a
{
    color:#555;
    text-decoration:none;
    outline:none
}

a:hover
{
    color:#ff8300;
    text-decoration:none;
}

img
{
    outline:none;
    border:none;   
}

p
{
    padding-bottom:10px;  
}

br
{
    padding-bottom:5px;
}

h2
{
    color:#6d6d6e;
    padding:0px 0 0 5px;
    font-weight:bold;
    font-size:28px;
    border-bottom:dashed 1px #ccc;
    margin: 0 0 5px 0;
}

h3
{
    color:#163270;
    padding:0 0 0px 0;
    margin: 0 0 5px 0;
    font-size:25px;
    border-bottom:solid 1px #eee;
}

h4
{
    color:#ff8300;
    font-weight:bold;
    font-size:18px;
    text-align:left;
    font-family: MuseoSans-100, Arial, Helvetica, sans-serif;
}

h4 a 
{
    color:#ff8300;
}

h5
{
    color:#444; /*#0093dd;*/
    font-weight:bold;
    font-size:14px;
    text-decoration:underline;
    
}

.normalul ul 
{
    padding-left:10px;
    margin-left:10px;
    list-style-type:disc;
}

ol li
{
    margin:0 0 0 20px;
    list-style-type:decimal;
}

/*------------------------------ clear fix ------------------------------*/
.clear
{
    clear:both;
}

.clearfix:after 
{
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix 
{
	display: inline-block;
}
 
html[xmlns] .clearfix 
{
	display: block;
}
 
* html .clearfix 
{
	height: 1%;
}

/* Start - Tile View ------------------------------------*/
.ProductHolder
{
    position:relative;
    margin: 5px 5px 10px 5px;
    float:left;
    width:225px;
    min-height: 355px;
    height: auto !important;
    height:355px;
    background:url(../controls_app/images/result_gradient.gif) left bottom repeat-x;
    border:1px solid #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.moreinfoH
{
    display:none;
    position:absolute;
    width:208px;
    height:26px;
    top:30px;
    left:-10px;
    padding:2px 0 10px 10px;
    color:#fff;
    font-weight:bold;
    font-size:18px;
    background:url(../controls_app/images/moreinfo_bg.png) left bottom no-repeat;
    cursor:pointer;
}

.ProductImage {
	display: block;
	height: auto !important;
	min-height: 180px;
	padding: 10px;
	text-align: center;
	width: 200px;
}

.ProductDetails {
	height: 10px;
	height: 10px;
	min-height: 10px;
	padding: 5px 10px;
	text-align:left;
}

.tile_title
{
    border-bottom:solid 1px #eee;
    font-weight:bold;
    text-align:left;
}

.price_text{
    float:left;
    padding:10px 5px 0 0;
    color:#34c6ef;
    text-align:left;
    display:none;
}

.ProductDetails .price_amount
{
    font-size:18px;
    font-weight:bold;
    color:#ff8300;
    float:left;
    text-align:left;
}

.price_amount_foreign_currency
{
    font-size:12px;
    width:170px;
    float:left;
    padding:0px 0 10px 0;
}
/* End - Tile View ------------------------------------*/

/* item - used in ListView - ctrl_product_list.ascx.vb */
/* Using attrs, price,*/

.items .item
{
    padding:6px 0;
    width:100%;
    min-height: 170px;
	height: auto !important;
    height:170px;
    border-bottom:solid #ddd 1px;
    display:table;
}

.items .item .img
{
    float:left;
    display:table-cell;
    vertical-align:middle;
    padding:5px;
    width:160px ;
    height:160px ;
    text-align:center;
    /*border-right:1px solid #CCCCCC;*/
}

.items .item .brand
{
    font-size:12px;
    margin-top:-6px;
}

.items .item .details
{
    float:left;
    vertical-align:middle;
    display:table-cell;
    padding-left:8px;
    width:554px !important;
}

.full .items .item .details
{
    width:400px;
}

.items .item .details .title
{
    font-size:17px;
    font-weight:bold;
    margin-bottom:3px;
    text-align:left;
}

.items .item .details .attrs
{
    font-size:12px;
    margin-top:6px;
    color:#555555;
}

.items .item .price
{
    padding:6px;
    text-align:center !important;
    position:relative;
}

.items .item .price .price_text
{
    float:left;
    padding:7px 5px 10px 0;
    color:#1f5995;
    display:block;
}
.items .item .price .price_amount
{
    font-size:18px;
    font-weight:bold;
    color:#ff8300;
    float:left;
}

.items .item .price  .price_amount_foreign_currency
{
    font-size:12px;
    padding:6px 0 10px 0;
}

.items .item .translate_to
{
	font-size:10px;
	padding:10px;
	font-style:italic;
	font-style: oblique;
    color:#34c6ef;
	position:absolute;
	right:0px;
	top:0px;
}
/* End - List View ------------------------------------*/

/* Start - Collapsible panel for CATEGORY BUTTON ------*/

.cpHeader
{
    color: white;
    background:url(../controls_app/images/cat_dropdown.jpg) no-repeat;
    font-size: 14px;
    font-weight:bold;    
    width:188px;
	height:29px;
    padding:4px 0 0 25px;
    cursor:pointer;
}

.cpHeader a
{
    width:213px;
	height:29px;
}

.category_collapsible_panel_body
{
	background-color:#F89D28;
	width:213px;
	margin:-3px 0 0 0;
	overflow:hidden;
	padding:0px 0 5px 0;
	z-index:99;
}

.category_collapsible_panel_body ul li
{
    list-style:none;
    padding:0px 0 3px 0;
}

.category_collapsible_panel_body a
{
    color:#fff;
    padding:9px 0 0 15px;
    float: left;
    height:15px;
    display:block;
    width: 99%;
}

.category_collapsible_panel_body a:hover
{
    color:#555;
}

.cpBody
{
    background:#f7fbfe;   
    color:#666;           
    width:300px;
    z-index:999;
    position:relative ;
}

.cpBody_int
{
    background-color: White;   
    color:Black;
    border: 1px gray;               
    width:290px;
    padding-left:4px;
    padding-right:4px;
} 
          
/* Start - Thumbnails in product page ----------------*/    
.imgfloatRight 
{ 
    float: left; 
    margin: 4px; 
}

/* Start - Subheading in ctrl_product_list.ascx ------*/    
.sub_heading 
{
    /*margin: 0px 0 5px 0;
    border-bottom:solid 1px #eee;
    border-top:solid 1px #eee;*/
    position:relative;
    float:left;
}

/*------------------------------------*/

/*--------------cart button---------*/
.btn_cart
{
     background:url(../controls_app/images/but_right.jpg) right top no-repeat;
     height:35px;
     margin:0 0 0 -5px;   
}

.btn_cart a
{
    background:url(../controls_app/images/but_left.jpg) left top no-repeat;
    display:block;
    height:30px;
    text-align:center;
    font-weight:bold;
    color:#ff8300;
    padding:7px 10px 0 10px;
}
.btn_cart a:hover
{
    color:#555;
}
.QuickView a
{
    color:#555;
}

/*--------------More Info buttin---------*/
.btn
{
   
     background:url(../controls_app/images/but_right.jpg) right top no-repeat;
     width:147px;
     height:35px;
     margin:0 0 0 -5px;
}

.btn a
{
    background:url(../controls_app/images/but_left.jpg) left top no-repeat;
    display:block;
    height:30px;
    text-align:center;
    font-weight:bold;
    color:#ff8300;
    padding:7px 0 0 0;
}
.btn a:hover
{
    color:#555;
}
/*--------------Checkout buttin---------*/
.checkoutbtn
{
    padding:2px 0 2px 0;
    text-align:center;
}

.btn_checkout
{
     background:url(../controls_app/images/but_checkout_right.png) right top no-repeat;
     height:35px;
}

.btn_checkout a
{
    background:url(../controls_app/images/but_checkout_left.png) left top no-repeat;
    display:block;
    height:30px;
    font-size:10px;
    text-align:center;
    font-weight:bold;
    color:#ff8300;
    padding:0px 4px 0 4px;
}
.btn_checkout a:hover
{
    color:#555;
}

/*--------------login buttin---------*/
.btn_login
{
     background:url(../controls_app/images/but_checkout_right.png) right top no-repeat;
     height:18px;
}

.btn_login a
{
    background:url(../controls_app/images/but_checkout_left.png) left top no-repeat;
    display:block;
    height:18px;
    text-align:center;
    font-size:10px;
    font-weight:bold;
    color:#ff8300;
    padding:0px 4px 0 4px;
    cursor:pointer;
}

.btn_login a:hover
{
    color:#555;
}

/*--------------search buttin---------*/

.btn_search
{
     background:url(../controls_app/images/but_search_right.jpg) right top no-repeat;
     height:22px;
}

.btn_search a
{
    background:url(../controls_app/images/but_search_left.jpg) left top no-repeat;
    display:block;
    height:22px;
    text-align:center;
    font-size:10px;
    font-weight:bold;
    color:#ff8300;
    padding:3px 4px 0 4px;
    cursor:pointer;
}
.btn_search a:hover
{
    color:#555;
}

/* Start - Product Page ----------------*/

.productp th
{
    background:#777;
    color:#fff;
    font-weight:bold;
    padding:2px 5px;
}

.productp td
{
    font-weight:normal;
    border-bottom:dashed 1px #ccc;
    text-align:left;
    padding:4px;
    color:Black;
}

.foreign_currency
{
	font-size:10px;
	color:#666;
}

/*------------------------------------*/

/* Start - Shopping Cart Page ----------------*/


#Panel_shoppingCart th
{
    background:#777;
    color:#fff;
    font-weight:bold;
    padding:2px 5px;
}

#Panel_shoppingCart td
{
    font-weight:normal;
    border-bottom:dashed 1px #ccc;
    text-align:left;
    padding:4px;  
}

.th_right_middle
{
	text-align:right;
	width:110px;
	vertical-align:middle;
}


/*------------------------------------*/

/* Start - Product Page ----------------*/

.checkoutp th
{
    background:#777;
    color:#fff;
    font-weight:bold;
    padding:5px;
}

.checkoutp td
{
    font-weight:normal;
    border-bottom:dashed 1px #ccc;
    text-align:left;
    padding:4px;
    color:Black;
}
/*------------------------------------*/

/* signin page ----------------*/
.signin
{
    padding:30px;
    border:1px solid #ccc;   
}
.signin_left {
    border-right:1px solid #CCC;
    float:left;
    padding:0 30px 0 0;
    width:420px;
}
.signin_right
{
    float: left;
    padding: 0 0 0 30px;
    width: 410px;
}

/*------------------------------------*/

/* your accounts page ----------------*/
.back_account
{
  position:absolute;
  top:0px;
  right:0px;
}

.back_account_left
{
  float:left;
  height:34px; 
  width:37px;
  background:url(../controls_users/images/back_account_left.jpg) top no-repeat;
  display:inline-block;
}

.back_account_mid
{
  float:left;
  height:28px;
  padding:6px 5px 0;
  font-weight:bold; 
  background:url(../controls_users/images/back_account_mid.jpg) top repeat-x;
  display:inline-block;
}

.back_account_right
{
  float:left;
  height:34px; 
  width:5px;
  background:url(../controls_users/images/back_account_right.jpg) top no-repeat;
  display:inline-block;
}

.account_icon
{
  float:left;
  height:68px; 
  margin:0 10px 11px 0; 

}

.account_icon_left
{
    float:left;
    width:9px;
    height:68px;  
    background:url(../controls_users/images/accounts_box_left.jpg) top no-repeat;
}

.account_icon_center
{
    float:left;
    width:213px;
    height:68px;
    background:url(../controls_users/images/accounts_box_center.jpg) top repeat-x;
    font-weight:bold;
}

.account_icon_right
{
    float:left;
    width:7px;
    height:68px;
    background:url(../controls_users/images/accounts_box_right.jpg) top no-repeat;
}

 /*.account_password
{
    height:68px;
    display:block;
   padding:0 0 0 62px;
    background:url(../controls_users/images/forgot_pass_icon.jpg) 0px 1px no-repeat;
    font-weight:bold;
}

.account_order
{
    height:68px;
    display:block;
  padding:0 0 0 62px;
    background:url(../controls_users/images/order_details_icon.jpg) 0px 1px no-repeat;
    font-weight:bold;
}

.account_track
{
    height:68px;
    display:block;
   /* padding:0 0 0 62px;
    background:url(../controls_users/images/track_package_icon.jpg) 0px 1px no-repeat;
    font-weight:bold;
}
.account_faq
{
    height:68px;
    display:block;
    padding:0 0 0 62px;
    background:url(../controls_users/images/faq_icon.jpg) 0px 1px no-repeat;
    font-weight:bold;
}*/
/*-------------------------account table styles -------------------------*/

.tbl_status td
{
    padding:4px;
    text-align:left;
}

.orders_table table td  {
    font-weight: normal;
    border-bottom: dashed 1px #CCC;
    text-align: left;
    padding:4px 2px;
    color: black;
}

.orders_table th
{
    background:#777;
    color:#fff;
    font-weight:bold;
    padding:2px 5px;
}

.odd th
{
    background:#e3e2e0;
    padding:5px;
    color:#666;
    border-bottom:1px solid #ccc;
}

.even th
{
    background:#e3e2e0;
    padding:5px;
    color:#666;
    border-bottom:1px solid #ccc;
}
/* --------------------------- tracking ------------------------- */
.orders_table .tracking_table td  {
    font-weight: normal;
    border:none;
    text-align: left;
    color: #666;
    padding:1px 0px 0px 5px;
}

.orders_table .tracking_table th  {
    background:#f3f3f3;
    color:#666;
    border-bottom: dashed 1px #CCC;
    font-weight:bold;
    padding:2px 5px;
}
/* ------------------------------------------ */
/*--------------------------------------------*/


/* Sort Bar --------------------------*/

.sort-bar{
    height:24px;
    padding:3px 1px;
    position:relative;
    float:right;
    /*position:absolute;*/
    right:7px;
    top:2px;
    width:400px;
	/*border-bottom: #ccc 1px solid;*/
}

.css_Panel_sort_literal
{
    float:left;
    display:inline;
    padding:0 3px 0 0;
}
    
.css_Panel_sort_dropdown
{
    float:left;
    display:inline;
    padding:0 4px 0 4px;
}


/* Start - Pagination ----------------*/

.pagination{
    margin-top:6px;
    margin-bottom:2px;
    float:right;
    height:21px;
    padding-right:4px;
    text-align:right;
    width:300px;  
}

.pagination div{
	text-align:right;
}

.pagination a{
    color:#fff;
    text-decoration: none;
    border:1px solid #2C76A6;
    padding: 2px 6px;
    background:#4696D1;
    background: -webkit-gradient(linear, left top, left bottom, from(#5da8de), to(#1071b3));
	background: -moz-linear-gradient(top,  #5da8de,  #1071b3);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#5da8de', endColorstr='#1071b3');
    margin-right:4px;  
}

.pagination a:hover{
    background:#4696D1;
    border:1px solid #2C76A6;
    text-decoration: underline;
    color:#FFF;
}

.pagination strong{
    padding: 2px 6px;
    margin: 1px;
    font-weight:bold;
    background:none repeat scroll 0 0 #EEEEEE;
    border:1px solid #BBBBBB;
    color:#555;
    margin-right:4px;
}

#PanelInfo
{
    display:none;
}

/* ------ Register Form ------ */

.fieldW
{
    width:250px;
    border: 1px solid #666;
	background: url(../controls_web/images/register_form_bg.png) repeat-x; 
}
.fieldW2
{
    width:110px;
    border: 1px solid #666;
	background: url(../controls_web/images/register_form_bg.png); 
}

.text_pm_gray
{
	color: #666;
	text-align: left;
}

.hcolor
{ 
    text-align:left; 
    font-weight:bold;
    vertical-align:middle;
    padding:0;  
    
}

.hcolor .title_left
{  
    background: url(../controls_web/images/title_left_bg.png) no-repeat left bottom #66A3DD;       
}
.hcolor .title_right
{ 
    padding:5px 8px 5px 8px;
    background: url(../controls_web/images/title_right_bg.png) no-repeat right bottom;       
    color:White;
    
}

form .ftable td, form .ftable_up td, form .ftable_down td
{
	 vertical-align:middle;
	 padding-bottom:5px;
}

.ftable_up
{
	border-top: 1px solid #C4C5C7;
	border-left: 1px solid #C4C5C7;
	border-right: 1px solid #C4C5C7;
}

.ftable_down
{
	border-bottom: 1px solid #C4C5C7;
	border-left: 1px solid #C4C5C7;
	border-right: 1px solid #C4C5C7;
}
.ftable
{
   border: 1px solid #C4C5C7;
}


.fspace
{
    height:8px;
}

/************************************* labels on registration page for phones *************************************/
.mini_label
{
    font-size:9px;
    vertical-align:top;
    letter-spacing:-.04em;
    padding: 0;
    margin:0;
    border:0;
    text-align:center;
}
/************************************* End of labels on registration page for phones *************************************/

/* ------ End of Register Form ------ */


/*Product Page - Growl Notification*/

.productpage_growl_blockMsg {	
	left:634px !important;
    width: 310px !important;
    top: 52px !important;   
    right: 2px !important;
    border: none !important;
    padding: 5px !important;
    background-color:#000 !important;     
    opacity: .8 !important;    
    color: #fff !important;  
}

/*  Shadow box for location */

.location_shadowbox_background {		
	 background:url('../controls_app/images/country_popup_bg.jpg') 0px 0px no-repeat #ff8300; 
	 padding:15px; 
	 border:solid 2px #fff; 
	 color:#fff; 
	 position:relative;	
}

.location_shadowbox_heading {
	border-top:dotted 1px #fff;
	border-bottom:dotted 1px #fff; 
	padding:10px; 
	font-weight:bold;
}

.location_shadowbox_logo {
	position:absolute;
	right:5px; 
	bottom:5px;
}