/* CSS Document */
/* Theme color - #9C2C06 */

body{
	margin:0px;
	font:12px Tahoma, Arial;
	color:#000000;
}
.clear{	clear:both;}
@font-face
{
font-family: 'Raleway', sans-serif;
}

A:link, A:active, A:visited{
	text-decoration:none;
	color:#000000;
	/*text-decoration:underline;*/
}

A:hover{
	/*text-decoration:underline;*/
	color:#888888;
}

INPUT,SELECT{
	font:12px Arial;
}

img{
	border:none;
	border:0;
}

.left{
	float:left;
}

.right{
	float:right;
}
.txtleft{
	text-align:left;
}
.txtright{
	text-align:right;
}
.comm_div{
	clear:both;
	margin-bottom:10px;
	width:100%;
}
.comm_div #scroller img{
	width:auto!important;
}
.comm_div .product_diplay_image{
	width:auto!important;
}

/* ----------------- Container styles --------------------- */

.outerwrapper_container{
	width:100%;
	padding:0px;
}
.wrapper{
}
.header_row{
	/*background:url(../img/OrangePeel/top_hdr_bg.jpg) #FBFCFC bottom left repeat-x;*/
	width:100%;
	padding:0px;
}


.header_container{
	position:relative;
}

.menu_row{
	width:100%;
	padding:0px;
	background-color: #F37321; margin:0;
}

.banner_row{
	width:100%;
	padding:0px;
	background-repeat:repeat-x;
}

.content_row{
	width:100%;
	padding:0px;
}

.main_content_area{	
	padding-top:30px;
	background-color:#FFFFFF;
	padding-bottom:10px;
}


.home_body_left{
	
}
.home_body_right{
	margin:15px 0 0 0;
}

.inner_left_area{
	/* width:200px;
	float:left; */		
	
}

.inner_right_area{
	/* width:730px;
	float:right; */
	
}

/* ----------------- Container styles ends --------------------- */



.img_product{
	width:270px;
	/*width:270px;
	height:340px;*/
}

.img_listing{
	height:170px;
}

.img_thumb{
	width:48px;
	height:60px;
}

.menu_top_cnt_left{
	width:13px;
	float:left;
	height:37px;
	display:none;
}

.menu_top_cnt_right{
	width:13px;
	float:left;
	height:37px;
	display:none;
	
}

.menu_top_cnt_area{
	float:left;
	height:37px;
	
}




.clear{
clear:both;
}

#mainbody{
background-color: #fff; 

/* background-repeat:repeat-x; */

/*
-moz-border-radius-topleft: 10px;
-webkit-border-radius-topright: 10px;
*/
	
/*  border:1px solid #ED9A2E; */

/* padding: 1px; */

}

#header{	
	background-color:#00528E;
	height:100px;
	background-image:url(../img/OrangePeel/top_bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
}

#admn_header{	
	background-color:#00528E;
	height:80px;
	background-image:url(../img/OrangePeel/top_bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
}


.logo{	
	padding-top:10px;
}

.logo a:link,
.logo a:active,
.logo a:visited
 {
	font-family: 'PT Sans', sans-serif;
	font-size: 25px;
	color: #FD5A1F;
	letter-spacing:0px;
	text-decoration:none;
	text-shadow:0 1px 0  #fff;

}
.logo a:hover
 {
	
	color: #000;
	

}
#header_right{
	width:500px;
	float:right;
	padding:10px 15px 0px 0px;
}

#header_right IMG{
	margin-top:10px;
}

#links_container{

	
	
}

.float_clear{
	height:0px;
	line-height:0px;
	clear:both;
	background:url(../img/clear.gif) repeat-x left top;
}

.float_clear1{
	height:0px;
	line-height:0px;
	clear:both;
}

.float_clear2{
	height:0px;
	line-height:0px;
	clear:both;
	overflow:hidden;
}


.links{
	float:left;
	font-family:'PT Sans', sans-serif;
	font-size:12px;
	
	overflow:hidden;
}

.links A:link,.links A:active,.links A:visited{
	

	display:block;
	
	float:left;
	text-decoration:none;		
	color:#fff;
	padding:0px 30px;
	border-right:1px solid #fff;
	line-height:25px;
}

.links A:hover{
	
	text-decoration:none;
	color:#FFFFFF;
	background-color:#EE3524;
	float:left;

	
}

#links_active{
	
	text-decoration:none;
	color:#FFFFFF;
}
.toplinks {
	font-family: 'PT Sans', sans-serif;
	font-size: 18px;
	color: #000000;
	letter-spacing: 0px;
}

.search_area{
	color:#000;
	float:right;
	font-family:Arial,Helvetica,sans-serif;
	font-size:24px;
	letter-spacing:-1px;
	margin-top:158px;
	padding:3px;
	width:190px;
}

.search_area SELECT{
	width:121px;
}

.go_btn{
	background:url(../img/go_bttn.gif) no-repeat left top;
	width:50px;
	height:19px;
	border:0;
	cursor:pointer;
}





#login_area{
	width:500px;
	height:50px;
	float:right;
	
}

#username{
width:170px;
float:left;
color:#000;
}
#password{
width:250px;
float:right;
padding-right:50px;
}

#login_area INPUT{
	margin:0px 0px 7px;
}
.box1{
background-color: #000;
padding: 5px;
height:auto;
}
.box2{
	background-color: #fff;
	/*
-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-radius-topright: 5px;
*/
	border: 1px solid #E0EAF1;
	padding: 5px;
	height:auto;
	font-family:'PT Sans', sans-serif;
	font-size:13px;
	color:#618499;
	letter-spacing:0px;

}
.login_bttn{
	background:url(../img/login_bttn.gif) no-repeat left top;
	height:19px;
	width:47px;
	border:0;
	cursor:pointer;
}

.bttn_cnt{
	height:19px;
	margin-bottom:15px;
}

.bttn_cnt INPUT{
	vertical-align:top;
}

.login_btm_lnks{
	margin-bottom:5px;	
}

html>body .login_btm_lnks{
	margin:8px 0px 5px;	
}

.login_btm_lnks IMG{
	vertical-align:top;
}
.main_body{
	height: auto !important;
	font-family: 'PT Sans', sans-serif;
}

html>body .main_body{
	font-family: 'PT Sans', sans-serif;
}

.main_bodysendadmin{
	
	height: auto !important;
		height:415px;

	 
	font-family: 'PT Sans', sans-serif; background:#fff
	
}

html>body .main_bodysendadmin{
	/*min-height:415px;*/
	
	
	font-family: 'PT Sans', sans-serif; background:#fff
}


.tbl_footer{
	width:100%;
}
.tbl_footer td{
	padding:0px 10px 10px 10px;
	color:#FFFFFF;
}

.tbl_footer td.divider{
	
	color:#FFFFFF;
	border-left:#1A72B3 solid 1px;
}

.footer_head{
	color:#FFFFFF;
	
	clear:both;
	font-size:12px;	
	margin-bottom:10px;
	text-align:left;
}

.footer_cnt{
	color:#FFFFFF;	
	clear:both;
	text-align:left;	
}

.footer_cnt a:link,
.footer_cnt a:visited,
.footer_cnt a:active
{
	color:#FFFFFF;	
	clear:both;
	text-align:left;
	text-decoration:none;	
	font-weight:normal;
}

.footer_cnt a:hover
{
	color:#A1D4FC;		
}

.footerlink{
	color:#FFFFFF!important;
	text-decoration:none!important;
}
a.footerlink:hover{
	
	color:#FFFFFF;
	text-decoration:underline!important;
}

.tbl_footer td.head{
	padding:10px;
	color:#FFFFFF;
	font-size:14px;
	
}



#copyright_lft{
	/*width:300px;      Aswin */
	float:left;
	
	padding:10px 0px 0px 15px;
}

#copyright_lft A:link, #copyright_lft A:active, #copyright_lft A:visited{
	color:#fff;
	text-decoration:none;
}

#copyright_lft A:hover{
	color:#7c3508;
}




.home_contact_container{
	width:250px;
}


.home_contact_head{
	/*width:250px;
	height:35px;
	background-image:url(../img/OrangePeel/home_contact_head.jpg);
	background-repeat:no-repeat;*/	
}

.home_contact_btm{
	width:250px;
	height:15px;
	background-image:url(../img/OrangePeel/home_contact_btm.jpg);
	background-repeat:no-repeat;
	display:none;
}

.home_contact_cnt{
	width:227px;
	border:1px solid #eaeaea;
	padding:10px;
	background:#eaeaea; border-radius:5px; margin:45px 0 0 0;
}
.home_contact_cnt:hover{
	border:1px solid #f9af73;
}




.home_error{
	clear:both;
	background-color:#F3F3F3;
	padding:10px;
	color:#00721D;
	
	margin-bottom:10px;
	border:#D7D7D7 solid 1px;
}
.left_module{
	margin-bottom:10px;
	width:90%; margin-right:10%;/*box-shadow:inset 0 0 10px #f1dbc5; */
}



.left_module_bg{	
	/*border-top:1px solid #eaeaea;
	margin:5px 0 0 0;
	*/
	padding:0px 0px 0px 0px;
	color:#000000;
}
.left_module_btm{	
	background-image:url(../img/OrangePeel/leftmodule_btm2.jpg);
	height:15px;
	background-repeat:no-repeat;
}

.right_module_container{
	margin-bottom:10px;
}

.right_module_top{
	height:12px;
	background-image:url(../img/OrangePeel/right_module_top.jpg);
	display:none;
}


.right_module_btm{
	background-image:url(../img/OrangePeel/right_module_btm.jpg);
	height:12px;
	display:none;
}

#body_left_area{
	width:200px;
	float:left;
	padding-left:10px;
		
}

#admn_body_left_area{
	width:210px;
	float:left;			
}



.subheading{
	height:27px;
	clear:both;
	background-image:url(../img/OrangePeel/dot.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	
	color:#9C2C06;
	font-family:'PT Sans', sans-serif;
	font-size:15px;
	padding:8px 0px 0px 0px;
	margin-bottom:10px;
 }

#categories{
	width:200px;
	/* border:solid 1px #DBD7D7; */

	padding:0px;
	margin-bottom:10px;
}

#category_list UL{
	margin:10px 0px 10px 9px;
	padding:0;

}

#category_list UL LI{
	font-family: 'PT Sans', sans-serif;
	color: #000000;
	list-style-type:none;
	
	margin:7px 0px ;
	background:url(../img/arrow2.gif) no-repeat left center;
	padding:4px 4px 4px 16px;
	border-bottom: 1px dashed #B1C6E8;
}
.grid {
	font-family: 'PT Sans', sans-serif;
	font-size: 13px;
	color: #000000;
	
	text-decoration:none;
	border-bottom: 1px dashed #B1C6E8;
	padding:4px;
}
.grid a:link {
	font-family: 'PT Sans', sans-serif;
	font-size: 13px;
	color: #000000;
	
	text-decoration:none;
	padding:4px;
}
.grid a:hover {
	font-family: 'PT Sans', sans-serif;
	font-size: 13px;
	color: #727272;
	
	text-decoration:none;
	padding:4px;
}
.grid a:active {
	font-family: 'PT Sans', sans-serif;
	font-size: 13px;
	color: #000000;
	
	text-decoration:none;
	padding:4px;
}
.grid a:visited {
	font-family: 'PT Sans', sans-serif;
	font-size: 13px;
	color: #6C4B9D;
	
	text-decoration:none;
	padding:4px;
}

.home_body{		
	clear:both;
	
}



.admn_body_rightarea{
	width:750px;	
	float:left;	
	
}


.bodyright{
	margin-left:215px;
	background-color:#fff;


}
.menu_container{
	background:#f37321;
}
.comm_side_module{
	clear:both;
	margin-bottom:10px;
	background:none;
	text-align:center;
}


.content_header_left{
	background-image:url(../img/OrangePeel/cnt_header_left.jpg);
	background-repeat:no-repeat;
	display:table;
	width:100%;
}
.content_header_txt{
	font-family: 'Raleway', sans-serif;
	font-size:21px;
	padding:0px 5px 0px 0px;
	display:table-cell;
	width:80%;
}
.content_header_end{
	background-image:url(../img/OrangePeel/cnt_header_right.jpg);	
	background-repeat:no-repeat;
	display:none;
}

.content_header2_left{
	background-image:url(../img/OrangePeel/cnt_header2_left.jpg);
	background-repeat:no-repeat;
	display:none;
}
.content_header2_txt{
	height:28px;
	font-family: 'Raleway', sans-serif;
	float:left;
	font-size:24px;
	padding:5px 5px 10px 0px;
}
.content_header2_end{
	background-image:url(../img/OrangePeel/cnt_header2_right.jpg);	
	height:35px;
	width:8px;
	background-repeat:no-repeat;
	float:left;
	display:none;
}

.content_header_blank{
	padding:6px 0px 0px 5px;
	text-transform:lowercase;
	font-size:12px !important;
	display:table-cell;
	width:20%;
	float:none!important;
}

.content_box_1{
	padding:0px 0px 4px 0px;
}

.content_box_2{
	
	font-family:'PT Sans', sans-serif;
	padding:8px;	
	background-color:#FFFFFF;
	border:1px solid #F2E7D7; border-radius:5px;
	margin:0 0 10px 0;
}
.home_cat_rt{
	width:95%;
	margin-right:5%;
}
.content_box_inner{
	border-top:#34B31E solid 2px;
	font-family:'PT Sans', sans-serif;
	padding:20px;	
	background-color:#D8D8D8;
	background-image:url(../img/OrangePeel/box2_bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	
}

.content_box_shadow{
	height:15px;
	clear:both;
	background-image:url(../img/OrangePeel/box_shadow.jpg);
	background-repeat:repeat-x;
	background-position:top;
	margin-bottom:10px;
	display:none;
}

.pr_listing_container{
	clear:both;
	font-family:'PT Sans', sans-serif;
	padding-bottom:10px;
}

.cat_listing_container{
	clear:both;
	font-family:'PT Sans', sans-serif;
	padding-bottom:10px;
	
}

/*------------------*/
.home_product_box{
	width:90%;
	background-color:#fff;
	border:1px solid #e4e4e4;
	padding-bottom:10px;
	padding-top:0px;
	margin-bottom:20px;
	margin-right:10%;
	text-align:center;
}



.list_img{
	/*margin-bottom:5px;
	clear:both;
	width:170px;
	margin-left:auto;
	margin-right:auto;*/
	text-align:center;
	/*padding-bottom:10px;*/
	background:#FFF;
	text-align:center!important;
	display:block;	
	width:90%;
	margin:5%;
}


/*------------------*/



.inner_list_img{
	text-align:center;
	background:#FFF;
	text-align:center!important;
	display:block;	
	width:90%;
	margin:5%;
}

.inner_list_name{
	margin: 10px 0 0px 0;
text-align: center;
color: #E13F01;
font-size: 16px;
}

.inner_list_name a:link,
.inner_list_name a:visited,
.inner_list_name a:active{
color: #E13F01;
font-size: 16px;
	text-decoration:none;
}

.inner_list_name a:hover{
	color:#BA3E01;
	}


.inner_list_desc{
text-align: center;
color: #666;
margin: 10px 0;}

.inner_list_link{
	margin-bottom:5px;
	width:200px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;		
}


#items{
	min-height:313px;
	height:auto !important;
	height:313px;
	width:505px;
	float:left;
	margin-left:5px;
	
}

#items_top_area{
	height:33px;
	
	overflow:hidden;
}

#items_top_area_ttl{
	min-width:75px;
	width:auto !important;
	width:75px auto;
	height:23px;
	
	overflow:hidden;
	float:left;
	color:#F4700E;
	
	padding-top:10px;
}

.items_top_area_img{
	float:left;
}

#items_display_area{	
	height:auto !important;
	/*height:260px;
	
border-top:solid 1px #DBD7D7;
	border-left:solid 1px #DBD7D7;
	border-right:solid 1px #DBD7D7;	
	border-bottom:solid 1px #DBD7D7;
*/
	background:#fff;
	padding:10px 8px 8px 9px;
	margin:10px 0;
	/*
background-image:url(../img/bgg.jpg);
	background-repeat:repeat-x;
*/
}


html>body #items_display_area{
	min-height:100px;
	height:auto !important;	
	
	/*
border-top:solid 1px #DBD7D7;

	border-left:solid 1px #DBD7D7;
	border-right:solid 1px #DBD7D7;	
	border-bottom:solid 1px #DBD7D7;
*/
	background:#fff;
	padding:0px;
	/*margin-bottom:10px;*/
	/*
background-image:url(../img/bgg.jpg);
	background-repeat:repeat-x;
*/
}

#items_display_area_admin{
	height:auto !important;
	
	background:#fff;
	padding:0px 0px 0px 0px;
	/*margin-bottom:10px;*/
	
}
html>body #items_display_area_admin{
	height:auto !important;	
	
	background:#fff;
	padding:0px 0px 0px 0px;
	/*margin-bottom:10px;*/
	
}

.displaybottom {
	/* border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #DBD7D7; */
	padding:2px;
	
}
.smallfont {
	font-family: 'PT Sans', sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: 500;
}
.maintext1 {
	color:#949494;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	letter-spacing:0;
	line-height:14px;
	}
	
.maintext1 a:link, .maintext1 a:visited,.maintext1 a:active{
	color:#949494;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	letter-spacing:0;
	line-height:14px;
	}
	
.maintext1 a:hover{
	color:#000;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	letter-spacing:0;
	line-height:14px;
	}
.maintext {
	font-family: 'PT Sans', sans-serif;
	font-size: 12px;
	color: #949494;
	vertical-align:top;
}
.item_block1{
	width:138px;
	height:220px;
	
	float:left;
	margin:2px; 
	background-color: #fff;
	/*
-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-radius-topright: 10px;
*/
	border: 1px solid #E0EAF1;
	padding: 5px;
}

.item_block2{
	width:220px;
	height:330px;
	
	float:left;
	margin:4px; 
	background-color: #EAEBCB;
	/*
-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-radius-topright: 10px;
*/
	border: 1px solid #C3BFA4;
	padding: 5px;
}

.item_block3{
	width:185px;
	height:185px;
	
	float:left;
	margin:4px; 
	background-color: #EAEBCB;
	/*
-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-radius-topright: 10px;
*/
	border: 1px solid #C3BFA4;
	padding: 5px;
	
	
}

.item_thumb{
	margin-top:5px;
}

.item_block_links{
	margin-top:1px;
}

html>body .item_block_links{
	margin-top:3px;
}

.more_links{
	float:left;
	width:100%;
}
.more_links A:link,.more_links A:active,.more_links A:visited{
	text-decoration:none;
	color:#333;	
}

.more_links A:hover{
	text-decoration:underline;	
}

#body_right_area{
	float:right;
	width:197px;
	border:1px solid #EAEAEA;
}

.container_rgt{
	background:#fff;
	/* border:solid 1px #cecece; */
	margin-bottom:10px;
	/*
background-image:url(../img/bgg.jpg);
	background-repeat:repeat-x;
*/
padding-top:7px;
}

#news_body{
	padding:10px 10px 0px 10px;
}

.news_date {
	color:#FF0000;
	font-size:14px;
	
	padding:3px;
	background-color:#fff;
	
	

}


.news_date A:link, .news_date A:active, .news_date A:visited,.news_date A:hover{
	color:#ED9A2E;
	font-size:14px;
	
		text-decoration:none;
	

}
.news_date A:hover{
	color:#000;
	font-size:14px;
	
		text-decoration:none;
	

}

.news_discription{
	margin:0px;
	line-height:15px;
	padding:3px;
}

.marketing_prdct_ttl{
	
	color:#fff;
	font-size:14px;
	
	padding:3px;
	background-color:#F1725D;
}


.marketing_prdct_ttl A:link,.marketing_prdct_ttl A:active,.marketing_prdct_ttl A:visited{
	text-decoration:none;
	color:#fff;
}

.marketing_prdct_ttl A:hover{
	text-decoration:none;
	color:#000;
}

#marketing_body{
	padding:10px 10px 0px 10px;
}

.marketing_discription{
	padding:4px 0px 10px;
	line-height:15px;
	border-bottom:dashed 1px #555;
	margin-bottom:10px;
}

.marketing_discription_bottom{
	padding:4px 0px 9px;
	line-height:15px;
}

.login_arrow{
	margin:2px 5px 0px 0px;
}

.previous{
	float:left;
	width:17px;
	height:14px;
}

.next{
	float:right;
	width:17px;
	height:14px;
}

/* product Detils*/

#item_details{	
	width:100%;
	margin:0px 0 0 0px;
	/*margin:15px 0 0 0px;*/
	
}


#item_details_admin{
	height:auto !important;
/* 	padding-left:3px; */
}
#itemBigimage{
	width:250px;
	height:auto;
	float:left;
	margin:0px 12px 0px 0px;
}
#productBigimage{
	background-color:#fff;
	padding:5px;
	width:210px;
}
#productBigimage IMG{
	border:solid 1px #fff;
}

#itemDescription{
	width:415px;
	height:auto;
	float:right;
	text-align:left;
	padding:10px;

	
	
}
#productDescription{
	width:240px;
	height:auto;
	float:right;
	text-align:left;
	font-family:'PT Sans', sans-serif;
	font-size:12px;
	color:#4C4C4B;
	line-height:20px;
	
	
}

#itemDescription .product_sold{
	color:#ff0000;
}

h4.productHead{
	font-size:13px;
	
	display:block;
	padding-bottom:5px;
	margin:0px;
	font-family:'PT Sans', sans-serif; 
}

.hilite{
	color:#666666;
	font-size:13px;
}

.productId{
	padding:3px;
	font-size:13px;
	
	background-color:#D7D3B0;
	border-bottom:solid 1px #fff;
}



.pr_thumb{
	
	
}





.detailsBotLinks{
	padding:3px 5px;
	text-align:center;
	background-color:#DBF1FF;
	margin-top:12px;
	clear:both;
	font-family:'PT Sans', sans-serif;
	
}

.detailsBotLinks a:links,
.detailsBotLinks a:visited,
.detailsBotLinks a:active{
	color:#ACACAC!important;
	text-decoration:none;}

.detailsBotLinks a:hover{
	color:#000000;
	text-decoration:underline;}

/*Portfilio*/

#portfilo_top_links{
	height:17px;
	background:#7BBD51;
	padding-top:2px;
}

#seller_info_container{
	margin-top:13px;
}

#seller_info_left{
	width:341px;
	float:left;
}

#seller_info_right{
	width:280px;
	float:left;
	height:66px;
	border:solid 1px #E9E9E9;
}

html>body #seller_info_right{
	width:280px;
	float:left;
	height:63px;
	border:solid 1px #E9E9E9;
}

#seller_info_right IMG{
	margin:7px 0px 0px 15px;
}

.seller_info_table TD{
	height:22px;
	background:#E9E9E9;
	border-bottom:solid 1px #fff;
}

#seller_discription{
	margin:8px 0px 16px;
}

#sample_work_title{
	height:19px;
	background:#E9E9E9;
	border:solid 1px #ddd;
	
	font-size:14px;
	padding:1px 0px 0px 6px;
}

.sample_photo{
	width:133px;
	height:100px;
	padding:1px;
	border:solid 3px #ccc;
	float:left;
	margin:14px 20px 0px 0px;
}

.sample_photo1{
	width:133px;
	height:100px;
	padding:1px;
	border:solid 3px #ccc;
	float:left;
	margin-top:14px;
}

#my_cart{
	width:197px;
	border:solid 1px #DBD7D7;
	background:#fff;
	padding:2px 0px;
	margin-bottom:10px;
}

#mycart_discription{
	padding:10px 10px 10px 8px;
}
.item_block_adminbox{
	width:345px;
	height:250px;
	
	float:left;
	margin:0px 10px 10px 0px; 
	background-color: #ffffff;
	/*
-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
*/
	border: 1px solid #eaeaea;


}
.adminbox_left{
	width:200px;
	float:left;
	height:20px;
	text-align:left;
	
	
	}
 .adminbox_center{
	width:200px;
	float:center;
	height:20px;
	text-align:left;
	
	
	}
.adminbox_right{
	width:50px;
	float:right;
	height:20px;
	}
	
.maintext1_admin {
	font-family: 'PT Sans', sans-serif;
	font-size: 12px;
	color: #585858;
	line-height: 18px;

}

/* newclases_admin */
	
.loginbg_admin{
margin-top:50px;
width:960px;
height:300px;
}
.loginbg_user{
padding-top:50px;
width:700px;

}

.loginbg_signup
{
	width:100%;

}

.login_top{
height:16px;
background-image:url(../img/OrangePeel/login_top.jpg);
background-repeat:no-repeat;
display:none;
}

.login_btm{
height:16px;
background-image:url(../img/OrangePeel/login_btm.jpg);
background-repeat:no-repeat;
display:none;
}

	.loginbg_admin_bg{

}	
.red-span{color:#f00}
.txt-sgn{width:275px !important; border:1px solid #ccc !important}
.slct-sgn{width:290px !important; border:1px solid #ccc !important}
.slct-width{}
.slct-sgn select{width:290px !important; border:1px solid #ccc !important}

.btn-input{
	border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;  cursor:pointer;
	transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;}
.btn-input:hover{
	background:#494d4f;
}	
.login_adminbox{
	width:700px;
	float:left;
	height:20px;
	text-align:left;
	padding-top:30px;
	padding-left:200px;
	height:330px;

	}
.login_userbox{
	width:100%;
	/*margin-left:auto;
	margin-right:auto;	*/
	text-align:left;
	
	}
.login_userbox_top{
	width:540px;
	height:15px;
	background-repeat:no-repeat;
	background-image:url(../img/OrangePeel/login2_top.jpg);
	display:none;
	}
	
	.login_userbox_cnt{	
	background-color:#F1EFF0;	
	
	font-size:16px;
	color:#000000;
	}
	
.login_userbox_btm{
	width:540px;
	height:15px;
	background-repeat:no-repeat;
	background-image:url(../img/OrangePeel/login2_btm.jpg);
	display:none;
	}
	
	
.inner_content_area{
	height:auto;
	padding-top:20px;
	width:540px;
	

}
.inner_content_area_admin{
	height:auto;
	padding-top:0px;
	margin:8px 0 0 0

}


#inner_conent_area1{
	width:650px;
	height:auto;
	float:left;
	text-align:left;
	font-family:'PT Sans', sans-serif;
	font-size:12px;
	color:#4C4C4B;
	line-height:20px;
	
}
#inner_leftcontent{
	min-width:150px;
	float:left;
	/*padding:0px 0px 0px 20px;*/
}
#inner_leftcontent p{}



#inner_rightcontent{
	/*width:435px;*/
	padding:5px 15px 0px 0px;
	text-align:left;
	}

.login_inner_leftcontent{
	width:100%;
	padding:5px 0px 5px 20px;
	height:24px;
}
.login_inner_leftcontent p{ line-height:10px; text-align:right}

.login_inner_rightcontent{
	width:100%;
	padding:5px 0px 5px 0px;
	text-align:left;
	}

.inner_content_main{
	background-color:#FFFFFF;
	padding:10px 0px;	
	clear:both;
	min-height: 300px;
}



#inner_rightcontent_feed{
	
	float:right;
	
	padding:5px 15px 0px 0px;
	text-align:left;
}


.maintext_admin{
font-family:'PT Sans', sans-serif;
	font-size:12px;
	color:#000000;
	padding:0px 15px 5px 0px;

}
.box2_admin{
	background-color: #fff;
	/*
-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-radius-topright: 5px;
*/
	border: 1px solid #FFC079;
	padding: 6px;
	height:auto;
	width:200px;
	font-family:'PT Sans', sans-serif;
	font-size:13px;
	color:#000000;
	letter-spacing:0px;

}

.box3_admin{
	
	border: 1px solid #CCCCCC;
	padding: 3px;
	height:auto;
	
	font-family:'PT Sans', sans-serif;
	font-size:13px;
	color:#000000;
	letter-spacing:0px;

}	
.loginhead_admin {
	font-family:Georgia, "Times New Roman", Times, serif;
	 font-size:17px;
	color: #FFFFFF;
	letter-spacing: -1px;
	
	text-decoration:none;		
	padding:10px 0px 10px 15px;
	background-color:#000000!important;
}
.loginhead_admin a:link,
.loginhead_admin a:active,
.loginhead_admin a:visited
 {
	font-family: 'PT Sans', sans-serif;
	font-size: 26px;
	color: #000000;
	letter-spacing: -1px;
	font-weight: 500;
	text-decoration:none;

}
.loginhead_admin a:hover
 {
	font-family: 'PT Sans', sans-serif;
	font-size: 40px;
	color: #fff;
	letter-spacing: -1px;
	font-weight: 500;
	text-decoration:none;

}
.invalid_admin{
	font-family: 'PT Sans', sans-serif;
	font-size: 12px;
	color: #FF0000;
	padding:5px;
	width:400px;
	float:right;
	padding:5px;	

}
.invalid_user{
	font-family: 'PT Sans', sans-serif;
	font-size: 12px;
	color: #FF0000;
	padding:0px;
	text-align:center;
	


}
.forgotpass_admin{
	font-family: 'PT Sans', sans-serif;
	font-size: 12px;
	color: #5D6062;
	padding:5px;
	width:360px;
	float:right;
	padding-top:10px;

}

/* Style For Mutlilevel Side Menu stars here.............................*/
.sidebarmenu ul{
margin: 0px;
padding: 0;
list-style-type: none;
font-family: 'PT Sans', sans-serif;
font-size: 12px;
 /* Main Menu Item widths */
/* border-bottom: 1px solid #ccc; */
position: relative;
z-index:99;
}
 
.sidebarmenu ul li{
position: relative;
margin:0px 0px 0px 0px;
}
.sidebarmenu ul li h6{
padding:8px 0; margin:0 0px 5px 0px; font-size:13px; line-height:20px; color:#7f140a; background:#f1dbc5; text-indent:15px;box-shadow:inset 0 0 10px #e3c2a0; 
}

/* Top level menu links style */
.sidebarmenu ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: #fff;
text-decoration: none;
padding-top:7px!important;
padding-bottom:7px!important;
padding-left:3px;
padding-right:3px;
border-bottom:0;
/*background:url(../img/OrangeRed/arrow.png) no-repeat 0 10px;*/
/*
border-bottom: 1px solid #BA351F;
border-right: 1px solid #BA351F;
*/
}
.sidebarmenu ul li a:link, .sidebarmenu ul li a:visited, .sidebarmenu ul li a:active{
 /*background of tabs (default state)*/
 /*background-image:url(../img/OrangePeel/menu_bg2.jpg);
 background-position:left bottom;
 background-repeat:no-repeat;*/
 padding-left:15px;
 margin-left:0px;
 margin-right:2px;
}

.sidebarmenu ul li a:hover{
text-decoration:none;
 /*background-color:#126199;
 background-image:none;
 background-image:url(../img/OrangePeel/menu_bg2_hover.jpg);
 background-position:left bottom;
 background-repeat:no-repeat;*/
 }
 
 
 .sidebarmenu ul li.parentLI a:link,
  .sidebarmenu ul li.parentLI a:visited,
   .sidebarmenu ul li.parentLI a:active
  
 {
text-decoration:none;
/* background-color:#ffffff;
 background-image:none;
 background-image:url(../img/OrangeRed/arrow_sub.gif);
 background-position:5% 50%;
 background-repeat:no-repeat;
 padding-left:20px;*/
   background-image:url(../img/OrangeRed/arrow_sub.gif);
 background-repeat:no-repeat;
 background-position:95% 50%;

 }
 .sidebarmenu ul li.parentLI a:link,
  .sidebarmenu ul li.parentLI a:visited,
   .sidebarmenu ul li.parentLI a:active
  
 {
text-decoration:none;
/* background-color:#ffffff;
 background-image:none;
 background-image:url(../img/OrangeRed/arrow_sub.gif);
 background-position:5% 50%;
 background-repeat:no-repeat;
 padding-left:20px;*/
   background-image:url(../img/OrangeRed/arrow_sub.gif);
 background-repeat:no-repeat;
 background-position:95% 50%;

 }

 .sidebarmenu ul li.parentLI a:hover{
text-decoration:none;
 }
 

#act_parentLI{
 text-decoration:none;
}


/*Sub level menu items */
.sidebarmenu ul li ul{
position: absolute;
width: 198px; /*Sub Menu Items width */
/*top: 33px;*/
visibility: hidden;
background-color:#FFFFFF;

}

.sidebarmenu ul li ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: #000000;
text-decoration: none;
padding: 5px 3px 5px 3px;
}

.sidebarmenu ul li ul#sidebarmenu1{
	/*left:55px!important;*/
} 

.sidebarmenu ul li ul li a:link, .sidebarmenu ul li ul li a:visited, .sidebarmenu ul li ul li a:active{
 /*background of tabs (default state)*/
 color: #000000;
 background-image:url(../img/OrangePeel/menu_bg2.jpg);
 background-position:left top;
 background-repeat:no-repeat;
 padding-left:20px;
 margin-left:0px;
}



.sidebarmenu ul li ul li a:hover{
color:#FFFFFF;
text-decoration:none;
 background-color:#D4D4D4;
 background-image:url(../img/OrangePeel/menu_bg2_hover.jpg);
 background-repeat:no-repeat;
 background-position:top left;
 }


.subfolderstyle{



}

 
/* Holly Hack for IE \*/
* html .sidebarmenu ul li { float: left; height: 1%; }
* html .sidebarmenu ul li a { height: 1%; }
/* End */

/* Style For Mutlilevel Side Menu stars here.............................*/




.inner_subhead_container{
	clear:both;
	margin-bottom:10px; border-bottom:1px solid #eaeaea; padding:0 0 10px 0;
}

.inner_subhead_left{
	height:30px;
	width:15px;
	background-image:url(../img/OrangePeel/inner_head_left.jpg);
	background-color:#EAEAEA;
	float:left;
	display:none;
}

.inner_subhead_right{
	height:30px;
	width:15px;
	background-image:url(../img/OrangePeel/inner_head_right.jpg);
	background-color:#EAEAEA;
	float:right;
	display:none;
}

/*.inner_subhead_content{
	height:27px;
	clear:both;
	background-image:url(../img/OrangePeel/dot.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	
	color:#9C2C06;
	font-family:'PT Sans', sans-serif;
	font-size:15px;
	padding:8px 0px 0px 15px;
	margin-bottom:10px;
}*/

.inner_subhead_content{
	
	clear:both;
	font-family: 'Raleway', sans-serif;
	float: left;
	font-size: 26px;
	padding: 0px 5px 0px 0px}

#productBigimage1{
	background-color:#fff;
	padding:5px;
	width:175px;
}
.productPrice1{
	padding:5px;
	font-size:16px;
	color:#000;
	
	text-align:left;
	/* background-color:#D7D3B0; */
}


#itemDescription1{
	width:450px;
	height:auto;
	float:right;
	text-align:left;

}

#category_list_box{
	border:1px solid #ccc;
	}
	.maintext_inner{
	font-family: 'PT Sans', sans-serif;
	font-size: 12px;
	color: #000;
	padding:0;
	}
	.maintext_inner label{
	clear:both;
	}
	.toplinks label{
	clear:both;
}

	.maintext_inner_new{
	
	font-size:16px;
	color: #4d4d4d;
	padding:0;

    font-weight: 500;
	}

/*- Menu Tabs 5--------------------------- */

    #tabs5 {
      float:left;
      width:100%;
      font-size:93%;
      line-height:normal;

      }
    #tabs5 ul {
          margin:0;
          padding:10px 10px 0 50px;
          list-style:none;
      }
    #tabs5 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs5 a {
      float:left;
      background:url(../img/tableft5.gif) no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs5 a span {
      float:left;
      display:block;
      background:url(../img/tabright5.gif) no-repeat right top;
      padding:5px 15px 5px 15px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs5 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs5 a:hover span {
      color:#FFF;
      }
    #tabs5 a:hover {
      background-position:0% -42px;
      }
    #tabs5 a:hover span {
      background-position:100% -42px;
      }

      #tabs5 #current a {
              background-position:0% -42px;
      }
      #tabs5 #current a span {
              background-position:100% -42px;
      }


#grid_admin{
padding-bottom:0px;
/*background-color:#F4F4F4;
border-bottom:#D8D8D8 solid 1px;*/
font-family:'PT Sans', sans-serif;
color:#666666;
}

.help_content{
	padding-bottom:3px;	
	font-family:'PT Sans', sans-serif;
	color:#000000;
	margin-bottom:10px;
}

.help_content ul li{
	margin-left:-10px;
	margin-bottom:10px;
	
	list-style-type:none;
	list-style-image:url(../img/OrangePeel/bullet6.jpg);
}




#admin_heading span{ font-weight:normal}

#admin_heading1{
border:1px solid #DBD7D7;
background-color:#EAEAE4;
height:20px;
font-family:'PT Sans', sans-serif;
font-size:12px;
color:#000;



}
#admin_bottom{
/*border:1px solid #DBD7D7;

background-color:#F4F4F4;
height:20px;*/
font-family:'PT Sans', sans-serif;
font-size:12px;
 padding:0 0 0 10px; color:#3e3e3e
}
#admin_bottom td{
 color:#3e3e3e
}
#list_admin{

font-family:'PT Sans', sans-serif;
font-size:12px;
color:#3e3e3e;
}
#list_admin a{
color:#3e3e3e !important;
}


.list1{
width:100px;
padding-left:3px;
float:left;
text-align:left;
border-right:1px solid #DBD7D7;
height:29px;

}
.list2{
width:120px;
padding-left:3px;
padding-top:3px;
float:left;
text-align:left;
border-right:1px solid #DBD7D7;
height:29px;

}
.list3{
width:70px;
padding-left:3px;
padding-top:3px;
float:left;
text-align:left;
border-right:1px solid #DBD7D7;
height:29px;

}
.list4{
width:90px;
padding-left:3px;
padding-top:3px;
float:left;
text-align:left;
border-right:1px solid #DBD7D7;
height:29px;

}

.list5{
width:300px;
padding-left:3px;
padding-top:3px;
float:left;
text-align:left;
border-right:1px solid #DBD7D7;
height:29px;

}

.list6{
width:70px;
padding-left:3px;
padding-top:3px;
float:left;
text-align:left;
height:29px;

}

.list7{
width:250px;
/*border-right:1px solid #DBD7D7;*/
padding-left:3px;
padding-top:3px;
float:left;
text-align:left;
height:29px;

}

.list8{
width:240px;
padding-left:3px;
padding-top:3px;
float:left;
text-align:left;
height:29px;
}

.list9{
width:44px;
padding-left:3px;
/*border-right:1px solid #DBD7D7;*/
padding-top:3px;
float:left;
text-align:left;
height:27px;
}


/* For Coupon report */
.list10{
width:80px;
padding-left:3px;
border-right:1px solid #DBD7D7;
padding-top:3px;
float:left;
text-align:left;
height:29px;
}

/* For Sales report */
.list11{
width:110px;
border-right:1px solid #DBD7D7;
padding-left:3px;
padding-top:3px;
float:left;
text-align:left;
height:29px;
}

.list12{
width:60px;
padding-left:3px;
padding-top:3px;
float:left;
text-align:left;
height:29px;
}



/* For User report */
.list13{
width:100px;
border-right:1px solid #DBD7D7;
padding-left:3px;
padding-top:3px;
float:left;
text-align:left;
height:29px;
}


/* For Promocode report */
.list14{
width:80px;
/*border-right:1px solid #DBD7D7;*/
padding-left:3px;
padding-top:3px;
float:left;
text-align:left;
height:29px;
}
.list15{
width:75px;
padding-left:3px;
padding-top:3px;
float:left;
text-align:left;
height:29px;
}
.listoverview{
width:190px;
border-right:1px solid #DBD7D7;
padding-left:3px;
padding-top:3px;
float:left;
text-align:left;
height:29px;
}

/* For Orders list */
.list16{
width:100px;
border-right:1px solid #DBD7D7;
padding-left:3px;
padding-top:3px;
float:left;
text-align:left;
height:29px;
}

.list17{
width:130px;
padding-left:3px;
padding-top:3px;
float:left;
text-align:left;
height:29px;
}


/* For Feedback list */
.list18{
width:130px;
border-right:1px solid #DBD7D7;
padding-left:3px;
padding-top:3px;
float:left;
text-align:left;
height:29px;
}

.list19{
width:125px;
padding-left:3px;
padding-top:3px;
float:left;
text-align:left;
height:29px;
}

/* For User report */
.list20{

width:90px;
border-right:1px solid #DBD7D7;
padding-left:3px;
padding-top:3px;
float:left;
text-align:left;
height:29px;
}
.list21{
width:80px;
border-right:1px solid #DBD7D7;
padding-left:3px;
padding-top:3px;
float:left;
text-align:left;
height:29px;
}
.list22{
width:80px;
padding-left:3px;
padding-top:3px;
float:left;
text-align:left;
height:29px;
}



.list0{
width:20px;
padding-left:3px;
padding-top:3px;
float:left;
text-align:left;
border-right:1px solid #DBD7D7;
height:29px;

}


.list1_h{
width:100px;
padding-left:3px;
float:left;
text-align:left;
border-right:1px solid #DBD7D7;
height:29px;

}
.list2_h{
width:120px;
padding-left:3px;
padding-top:3px;
float:left;
text-align:left;
border-right:1px solid #DBD7D7;
height:29px;

}
.list3_h{
width:70px;
padding-left:3px;
padding-top:3px;
float:left;
text-align:left;
border-right:1px solid #DBD7D7;
height:29px;

}
.list4_h{
width:90px;
padding-left:3px;
padding-top:3px;
float:left;
text-align:left;
border-right:1px solid #DBD7D7;
height:29px;

}

.list0_h{
width:20px;
padding-left:3px;
padding-top:3px;
float:left;
text-align:left;
border-right:1px solid #DBD7D7;
height:29px;

}
.buttn_admin{
height:30px;
	border:none;
	color:#FFFFFF;
	font-family:'PT Sans', sans-serif;
	font-size:12px;
	cursor:pointer;
	
	padding:0px 15px 0px 15px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}
.buttn_admin1{
background-color: #fefefe;
	/*
-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-radius-topright: 5px;
*/
	border: 1px solid #BFCBD2;
	padding: 6px;
	height:auto;
	width:200px;

}

.buttn_admin2{
height:25px;
	border:none;
	background-color:#8C3500;
	color:#FFFFFF;
	font-family:'PT Sans', sans-serif;
	font-size:12px;
	
	padding:0px 5px 0px 5px;
}

#list_admin_top{
	font-family: 'PT Sans', sans-serif;
	font-size: 12px;
	color:#3e3e3e; 
}

#list_admin_top td{
	color:#3e3e3e!important;border-bottom:1px solid #eaeaea
}

#list_admin_top td a:link,
#list_admin_top td a:link,
{
	color:#3e3e3e;	
}



#list_admin_top a:link,
#list_admin_top a:visited,
#list_admin_top a:active
{
color:#000000!important;
text-decoration:none;
font-size:12px;

}

#list_admin_top a:hover
{
text-decoration:underline;
}

.buttn_user{
height:30px;
	border:none;
	background-image:url(../img/OrangePeel/menu_bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	color:#FFFFFF;
	font-family:'PT Sans', sans-serif;
	font-size:12px;
	
	padding:0px 15px 0px 15px;
}




#login_leftcontent{
	width:150px;
	float:left;
	padding:5px 0px 0px 15px;
	height:24px;

}
.listf1{
width:15px;
padding-left:3px;
border-right:1px solid #DBD7D7;
padding-top:3px;
float:left;
text-align:left;
height:29px;
}
.listf2{
width:90px;
padding-left:30px;
border-right:1px solid #DBD7D7;
padding-top:3px;
float:left;
text-align:left;
height:29px;
}
.listf3{
width:90px;
padding-left:3px;
padding-top:3px;
float:left;
text-align:left;
height:29px;
}
.listf4{
width:225px;
padding-left:3px;
border-right:1px solid #DBD7D7;
padding-top:3px;
float:left;
text-align:left;
height:29px;
}
.listc4{
width:280px;
padding-left:3px;
border-right:1px solid #DBD7D7;
padding-top:3px;
float:left;
text-align:left;
height:29px;
}
.listu1{
width:195px;
padding-left:3px;
border-right:1px solid #DBD7D7;
padding-top:3px;
float:left;
text-align:left;
height:29px;
}
.listu2{
width:300px;
padding-left:3px;
border-right:1px solid #DBD7D7;
padding-top:3px;
float:left;
text-align:left;
height:29px;
}
.listu3{
width:194px;
padding-left:3px;
border-right:1px solid #DBD7D7;
padding-top:3px;
float:left;
text-align:left;
height:29px;
}
.listo1{
width:95px;
padding-left:3px;
border-right:1px solid #DBD7D7;
padding-top:3px;
float:left;
text-align:left;
height:29px;
}
.listo2{
width:100px;
padding-left:3px;
border-right:1px solid #DBD7D7;
padding-top:3px;
float:left;
text-align:left;
height:29px;
}
.listo3{
width:82px;
padding-left:3px;
border-right:1px solid #DBD7D7;
padding-top:3px;
float:left;
text-align:left;
height:29px;
}
.listo4{
width:100px;
padding-left:3px;
border-right:1px solid #DBD7D7;
padding-top:3px;
float:left;
text-align:left;
height:29px;
}
.listo5{
width:150px;
padding-left:3px;
border-right:1px solid #DBD7D7;
padding-top:3px;
float:left;
text-align:left;
height:29px;
}
.listo6{
width:150px;
padding-left:3px;
border-right:1px solid #DBD7D7;
padding-top:3px;
float:left;
text-align:left;
height:29px;
}
.listp1{
width:50px;
padding-left:3px;
border-right:1px solid #DBD7D7;
padding-top:3px;
float:left;
text-align:left;
height:29px;

}
.listp2{
width:72px;
padding-left:3px;
border-right:1px solid #DBD7D7;
padding-top:3px;
float:left;
text-align:left;
height:29px;

}
.listp3{
width:72px;
padding-left:3px;
border-right:1px solid #DBD7D7;
padding-top:3px;
float:left;
text-align:left;
height:29px;

}
.listp4{
width:72px;
padding-left:3px;
border-right:1px solid #DBD7D7;
padding-top:3px;
float:left;
text-align:left;
height:29px;

}
.listp5{
width:72px;
padding-left:3px;
border-right:1px solid #DBD7D7;
padding-top:3px;
float:left;
text-align:left;
height:29px;

}
.listp6{
width:150px;
padding-left:3px;
border-right:1px solid #DBD7D7;
padding-top:3px;
float:left;
text-align:left;
height:29px;

}
.listp7{
width:80px;
padding-left:3px;
padding-top:3px;
float:left;
text-align:left;
height:29px;

}


.listw1{
width:175px;
padding-left:3px;
border-right:1px solid #DBD7D7;
padding-top:3px;
float:left;
text-align:left;
height:29px;
}
.listw2{
width:350px;
padding-left:3px;
border-right:1px solid #DBD7D7;
padding-top:3px;
float:left;
text-align:left;
height:29px;
}
.listw3{
width:114px;
padding-left:3px;
padding-top:3px;
float:left;
text-align:left;
height:29px;
}
.lists1{
width:70px;
padding-left:3px;
border-right:1px solid #DBD7D7;
padding-top:3px;
float:left;
text-align:left;
height:29px;
}
.lists2{
width:150px;
padding-left:3px;
border-right:1px solid #DBD7D7;
padding-top:3px;
float:left;
text-align:left;
height:29px;
}
.lists3{
width:145px;
padding-left:3px;
border-right:1px solid #DBD7D7;
padding-top:3px;
float:left;
text-align:left;
height:29px;
}
.lists4{
width:130px;
padding-left:3px;
border-right:1px solid #DBD7D7;
padding-top:3px;
float:left;
text-align:left;
height:29px;
}
.lists5{
width:90px;
padding-left:3px;
border-right:1px solid #DBD7D7;
padding-top:3px;

float:left;
text-align:left;
height:29px;
}
.lists6{
width:87px;
padding-left:3px;
border-right:1px solid #DBD7D7;
padding-top:3px;
float:left;
text-align:left;
height:29px;
}
.thump_size{
width:125px;
height:125px;

}


.account_index_container{
	
}

.index_column{
	float:left;
	background-image:url(../img/OrangePeel/dot.gif);
	background-position:left;
	background-repeat:repeat-y;
	margin-right:10px;
	padding-left:5px;	
}

.index_column_1st{
	padding-left:5px;	
}

.index_item{
	margin-bottom:10px;
	clear:both;
	
}


/* --------------- index icon styles ----------------- */
.link_cart{
	float:left;
	background-image:url(../img/OrangePeel/indexicon_cart.gif);
	background-repeat:no-repeat;
	background-position:left;
	height:60px;
	width:60px;
}

.link_order{
	float:left;
	background-image:url(../img/OrangePeel/indexicon_order.jpg);
	background-repeat:no-repeat;
	background-position:left;
	height:60px;
	width:60px;
}

.link_profile{
	float:left;
	background-image:url(../img/OrangePeel/indexicon_profile.jpg);
	background-repeat:no-repeat;
	background-position:left;
	height:60px;
	width:60px;
}

.link_designs{
	float:left;
	background-image:url(../img/OrangePeel/indexicon_designs.jpg);
	background-repeat:no-repeat;
	background-position:left;
	height:60px;
	width:60px;
}

.link_address1{
	float:left;
	background-image:url(../img/OrangePeel/indexicon_address1.jpg);
	background-repeat:no-repeat;
	background-position:left;
	height:60px;
	width:60px;
}

.link_address2{
	float:left;
	background-image:url(../img/OrangePeel/indexicon_address2.jpg);
	background-repeat:no-repeat;
	background-position:left;
	height:60px;
	width:60px;
}


.link_messagebrd{
	float:left;
	background-image:url(../img/OrangePeel/cat_icon4.jpg);
	background-repeat:no-repeat;
	background-position:left;
	height:60px;
	width:60px;
}


/* --------------- index icon styles ends ----------------- */


.index_img{
	float:left;
	height:60px;
	width:60px;
}

.index_link{
	float:left;
	height:40px;
	padding-top:20px;
	padding-left:5px;
}
.index_link a:link,
.index_link a:visited,
.index_link a:active
{
	color:#000000;
	text-decoration:none;
	font-family:'PT Sans', sans-serif;
	font-size:15px;
	
}

.index_link a:hover
{
	color:#666666;
	text-decoration:underline;
}

#items_display_area_admin_table{
	height:auto !important;
	border:solid 1px #eaeaea;
	padding:0px 0px 0px 0px;
	margin-bottom:10px; border-radius:5px;
	
}
html>body #items_display_area_admin_table{
	height:auto !important;	
	/*border:solid 1px #DBD7D7;
	border-left:solid 1px #DBD7D7;
	border-right:solid 1px #DBD7D7;	
	border-bottom:solid 1px #DBD7D7;
	background:#DBD7D7;*/
	padding:0px 0px 0px 0px; border-radius:5px;
	margin-bottom:10px;
}


/*Style for hint tooltip */
#tooltip{
	position:absolute;
	border:1px solid #DBD7D7;
	background:#EAEAE4;
	padding:10px;
	color:#000;
	display:none;
	font-family: 'PT Sans', sans-serif;
	font-size: 12px;
	color: #000;
	
	}	
	
/*Style for image tooltip */
#preview{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	}
	
.product_img{
	width:100px;
	height:120px;
}
	
/*Style for pagination */
div.pagination {
	padding: 3px;
	margin: 3px;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #EB533A;
	
	text-decoration: none; /* no underline */
	color: #000;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #EB533A;

	color: #000;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
		border: 1px solid #EB533A;
		
		font-weight: 500;
		background-color: #EB533A;
		color: #000;
	}
	div.pagination span.disabled {
		padding: 2px 5px 2px 5px;
		margin: 2px;
		border: 1px solid #EB533A;
	
		color: #000;
	}
	
/* Default style sheet for jQuery date picker v3.7.3. */
#datepick-div, .datepick-inline {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	padding: 0;
	margin: 0;
	background: #ddd;
	color: #000;
	width: 15em;
}
#datepick-div {
	display: none;
	border: 1px solid #777;
	z-index: 100; /*must have*/
}
.datepick-inline {
	float: left;
	display: block;
	border: 0;
}
.datepick-rtl {
	direction: rtl;
}
.datepick-dialog {
	padding: 5px !important;
	border: 4px ridge #ddd !important;
}
.datepick-disabled {
	position: absolute;
	z-index: 100;
	background-color: white;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
button.datepick-trigger {
	width: 25px;
	padding: 0px;
}
img.datepick-trigger {
	margin:8px 0 0 0px;
	vertical-align: middle; float:left
}
.datepick-prompt {
	float: left;
	padding: 2px;
}
* html .datepick-prompt { /* IE6 */
	width: 15em;
}
.datepick-control, .datepick-links, .datepick-header, .datepick {
	clear: both;
	float: left;
	width: 100%;
	color: #fff;
}
.datepick-control {
	background: #400;
	padding: 2px 0px;
}
.datepick-links {
	background: #000;
	padding: 2px 0px;
}
.datepick-control, .datepick-links {
	font-weight: 500;
	font-size: 80%;
}
.datepick-links label {
	padding: 2px 5px;
	color: #888;
}
.datepick-clear, .datepick-prev {
	float: left;
	width: 34%;
}
.datepick-rtl .datepick-clear, .datepick-rtl .datepick-prev {
	float: right;
	text-align: right;
}
.datepick-current {
	float: left;
	width: 30%;
	text-align: center;
}
.datepick-close, .datepick-next {
	float: right;
	width: 34%;
	text-align: right;
}
.datepick-rtl .datepick-close, .datepick-rtl .datepick-next {
	float: left;
	text-align: left;
}
.datepick-header {
	background: #333;
	text-align: center;
	font-weight: 500;
	min-height: 1.75em;
}
.datepick-header select {
	background: #333;
	color: #fff;
	border: 0px;
	font-weight: 500;
}
.datepick-header span {
	position: relative;
	top: 3px;
}
.datepick {
	background: #ccc;
	text-align: center;
	font-size: 100%;
}
.datepick a {
	display: block;
	width: 100%;
}
.datepick-title-row {
	background: #777;
}
.datepick-title-row th {
	text-align: center;
	font-weight: normal;
}
.datepick-days-row {
	background: #eee;
	color: #666;
}
.datepick-week-col {
	background: #777;
	color: #fff;
}
.datepick-days-cell {
	color: #000;
	border: 1px solid #ddd;
}
.datepick-other-month {
	background: #fff;
}
.datepick-week-end-cell {
	background: #ddd;
}
.datepick-title-row .datepick-week-end-cell {
	background: #777;
}
.datepick-week-over {
	background: #ddd;
}
.datepick-unselectable {
	color: #888;
}
.datepick-today {
	background: #fcc;
}
.datepick-current-day {
	background: #777;
	color: #fff;
}
.datepick-days-cell-over {
	background: #fff;
	color: #000;
	border: 1px solid #777;
}
.datepick-status {
	background: #ddd;
	width: 100%;
	font-size: 80%;
	text-align: center;
}
#datepick-div a, .datepick-inline a {
	cursor: pointer;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
.datepick-inline .datepick-links a {
	padding: 0 5px !important;
}
.datepick-control a, .datepick-links a {
	padding: 2px 5px !important;
	color: #eee;
}
.datepick-title-row a {
	color: #eee;
}
.datepick-control a:hover {
	background: #fdd;
	color: #333;
}
.datepick-links a:hover, .datepick-title-row a:hover {
	background: #ddd;
	color: #333;
}
.datepick-multi .datepick {
	border: 1px solid #777;
}
.datepick-one-month {
	float: left;
	width: 15em;
}
.datepick-new-row {
	clear: left;
}
/* ___________ IE6 IFRAME FIX ________ */
.datepick-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -1px; /*must have*/
    left: -1px; /*must have*/
    width: 187px; /*must have*/
    height: 187px; /*must have*/
}

.toplinks_red {
	font-family: 'PT Sans', sans-serif;
	font-size: 18px;
	color: #EB533A;
	letter-spacing: -1px;
}

#okbox{
	
	padding:10px 10px 10px 25px;
	font-family:'PT Sans', sans-serif;
	font-size:12px;
	color:#339900;
	
	margin-bottom:10px;
	
	background-color:#F1EFF0;
	text-align:center;
	}

#errorbox{
	background-color:#F8F2F2;
	border:1px dashed #FF0000;
	height:35;
	padding:10px 10px 10px 25px;
	font-family:'PT Sans', sans-serif;
	font-size:12px;
	color:#FF0000;
	margin-bottom:5px;
	margin-left:15px;
	
	background-repeat:no-repeat;
	background-position:left center;
	width:90%;
	}
	
.boxtopheader1{
	background-color:#EB533A;
	font-family: 'PT Sans', sans-serif;
	font-size: 14px;
	color: #fff;
	font-weight: 500;

}
#item_details_mycart{
	min-height:313px;
	height:auto !important;
	height:313px;
	margin-left:0px;
	padding-left:0px;
	clear:both;
	/*

	background-repeat:repeat;
	background-position:left top;
*/
}


.tbl_prdetails{
	width:100%!important;
	margin-top:5px;
}


.product_name{
	color:#000000;
	/*background-image:url(../img/OrangePeel/dot.gif);
	background-repeat:repeat-x;
	background-position:bottom;	*/
	padding:0px 0px 5px 0px;
}

.product_name h3{
	font-size:25px;	
	font-family: 'Raleway', sans-serif;
	margin:0px!important; color:#E13F01; font-weight:normal
}

.price_color{
	color:#146199;
}

#addnewcategory{
	background-color:#EB533A;
	padding:5px;
	font-family: 'PT Sans', sans-serif;
	font-size: 14px;
	color: #fff;
	font-weight: 500;
}
#notices{
-moz-box-shadow: -2px 2px 2px #C8C8C8;
background:none repeat scroll 0 0 #FFEB90;
clear:both;
color:#3E3E3E;
font-size:12px;
margin-bottom:5px;
padding:5px 10px;
text-align:left;
}

/*
	Coin Slider jQuery plugin CSS styles
	http://workshop.rs/projects/coin-slider
*/
.coin-slider { overflow: hidden; zoom: 1; position: relative; }
.coin-slider a{ text-decoration: none; outline: none; border: none; }
.cs-active { background-color: #B8C4CF; color: #FFFFFF; }
.cs-title { width: 545px; padding: 10px; background-color: #7A020A; color: #FFFFFF; }
.cs-prev, 
.cs-next { background-color: #FFFFFF; color: #000000; padding: 0px 10px; }

/*Css for Drag and Drop blocks on admin side*/
	.column { width: 470px; float: left; padding-bottom: 25px;font-size: 100%; }
	.column1 { width: 260px; float: right; padding-bottom: 25px;font-size: 100%; }
	
	
	
	
	
#inneritemsbock{
float:left;
width:500px;

}

#productdetail{
padding:3px;

}

#productslider{
width:450px;

float:left;

}
#productdescri{


float:right;
padding:3px;

}
#productHead1{
font-family: Georgia,'PT Sans', sans-serif;
	font-size: 26px;
	color: #EA982C;
	letter-spacing: -1px;
	text-align:left;

}

#productHead2{
	font-family:'PT Sans', sans-serif;
	font-size: 13px;
	
	color: #000;
	text-align:left;
	margin-top:10px;

}




.search-image-shadow  {
background:url (../img/thumb_shadow.png) no-repeat scroll right bottom transparent;
bottom:0;
left:0;
padding:0 3px 3px 0;
position:absolute;
}
.displaybottom_checkout {
	
	padding:10px 5px 5px 20px;
}

/*css for rater */
.ui-rater>span {vertical-align:top;}
.ui-rater-rating {margin-left:.8em}
.ui-rater-starsOff, .ui-rater-starsOn {display:inline-block; height:18px; background:url(../img/stars.png) repeat-x 0 0px;}
.ui-rater-starsOn {display:block; max-width:90px; top:0; background-position: 0 -36px;}
.ui-rater-starsHover {background-position: 0 -18px!important;}


/*Code for New Slider*/

 #gallery {
    padding: 20px;
	
  }
.ad-gallery {
  width: 350px;
}
.ad-gallery, .ad-gallery * {
  margin: 0;
  padding: 0;
}
  .ad-gallery .ad-image-wrapper {
    width: 100%;
    height: 200px;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
  }
    .ad-gallery .ad-image-wrapper .ad-loader {
      position: absolute;
      z-index: 10;
      top: 48%;
      left: 48%;
      border: 1px solid #CCC;
    }
    .ad-gallery .ad-image-wrapper .ad-next {
      position: absolute;
      right: 0;
      top: 0;
      width: 25%;
      height: 100%;
      cursor: pointer;
      display: block;
      z-index: 100;
    }
    .ad-gallery .ad-image-wrapper .ad-prev {
      position: absolute;
      left: 0;
      top: 0;
      width: 25%;
      height: 100%;
      cursor: pointer;
      display: block;
      z-index: 100;
    }
    .ad-gallery .ad-image-wrapper .ad-prev, .ad-gallery .ad-image-wrapper .ad-next {
      /* Or else IE will hide it */
      
    }
      .ad-gallery .ad-image-wrapper .ad-prev .ad-prev-image, .ad-gallery .ad-image-wrapper .ad-next .ad-next-image {
        
        width: 30px;
        height: 30px;
        display: none;
        position: absolute;
        top: 47%;
        left: 0;
        z-index: 101;
      }
      .ad-gallery .ad-image-wrapper .ad-next .ad-next-image {
        
        width: 30px;
        height: 30px;
        right: 0;
        left: auto;
      }
    .ad-gallery .ad-image-wrapper .ad-image {
      position: absolute;
      overflow: hidden;
      top: 0;
      left: 0;
      z-index: 0;
    }
      .ad-gallery .ad-image-wrapper .ad-image a img {
        border: 0;
      }
      .ad-gallery .ad-image-wrapper .ad-image .ad-image-description {
        position: absolute;
        bottom: 0px;
        left: 0px;
        padding: 7px;
        text-align: left;
        width: 100%;
        z-index: 2;
       
        color: #000;
      }
      * html .ad-gallery .ad-image-wrapper .ad-image .ad-image-description {
        background: none;
        filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (enabled=true, sizingMethod=scale, src='opa75.png');
      }
        .ad-gallery .ad-image-wrapper .ad-image .ad-image-description .ad-description-title {
          display: block;
        }
  .ad-gallery .ad-controls {
    border-top:#D8D8D8 solid 1px;
	height:18px;
	background-color:#FFFFFF;
	color:#000000;
	font-family:'PT Sans', sans-serif;
	padding:2px 0px 0px 0px;
  }
    .ad-gallery .ad-info {
      float: left;
	  
	  margin-left:3px;
    }
    .ad-gallery .ad-slideshow-controls {
      float: right;
    }
      .ad-gallery .ad-slideshow-controls .ad-slideshow-start, .ad-gallery .ad-slideshow-controls .ad-slideshow-stop {
        padding-left: 5px;
        cursor: pointer;
		
		margin-right:3px;
      }
      .ad-gallery .ad-slideshow-controls .ad-slideshow-countdown {
        padding-left: 5px;
        font-size: 0.9em;
		color:#999999;
      }
    .ad-gallery .ad-slideshow-running .ad-slideshow-start {
      cursor: default;
      color:#999999;
    }
  .ad-gallery .ad-nav {
   
    position: relative;
	
	border-bottom:#D8D8D8 solid 1px;
	border-top:#D8D8D8 solid 1px;
	padding:10px 0px 10px 0px;
  }
    .ad-gallery .ad-forward, .ad-gallery .ad-back {
      position: absolute;
      top: 0;
      height: 100%;
      z-index:0;
	  margin-top:20px;
    }
    /* IE 6 doesn't like height: 100% */
    * html .ad-gallery .ad-forward, .ad-gallery .ad-back {
      height: 100px;
    }
    .ad-gallery .ad-back {
      cursor: pointer;
      left: -20px;
      width: 13px;
      display: block;
      
    }
    .ad-gallery .ad-forward {
      cursor: pointer;
      display: block;
      right: -20px;
      width: 13px;
      
    }
    .ad-gallery .ad-nav .ad-thumbs {
      overflow: hidden;
      width: 100%;
    }
      .ad-gallery .ad-thumbs .ad-thumb-list {
        float: left;
        width: 9000px;
        list-style: none;
      }
        .ad-gallery .ad-thumbs li {
          float: left;
          padding-right: 5px;
        }
          .ad-gallery .ad-thumbs li a {
            display: block;
          }
            .ad-gallery .ad-thumbs li a img {
              border: 1px solid #CCC;
              display: block;
            }
            .ad-gallery .ad-thumbs li a.ad-active img {
              border: 1px solid #616161;
            }
/* Can't do display none, since Opera won't load the images then */
.ad-preloads {
  position: absolute;
  left: -9000px;
  top: -9000px;
}

/*-----------------------------Error class:Aswin----------------------------*/
.errTxt{
	border: 1px solid red;
	background-color: #FFFF66;
}

.err{
	display: none;
}

/* New login styles */

.login_outer{
	
	margin:10px auto 0px auto;
	/*border-bottom:#E0DEDF solid 3px;*/
}

.editor_login_outer{
	margin:10px auto 0px auto;
	width:400px;
	/*background-image:url(../img/OrangePeel/login_bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-position:top;*/
	padding:10px;
	border:#F2E7D7 solid 1px;
	background-color:#FFFFFF; border-radius:8px
}
.sendtoadmin{
	margin:10px auto 0px auto;
	width:738px; 	
        height:393px;
	padding:10px;
	border:#F2E7D7 solid 1px;
	background-color:#FFFFFF; border-radius:8px
}

.login-hd{ background:#fa972b; padding:10px; color:#fff !important; border-radius:5px}
.login-hd strong{ font-size:14px; line-height:25px; padding:0 0 0 5px}
.pad-lft{padding:0 0 0 5px; font-weight:normal !important}
.login_header{
	/*background-image:url(../img/OrangePeel/content_header_bg.jpg);
	background-repeat:repeat-x;
	height:28px;*/
	color:#6c6b6a;
	font-family:'PT Sans', sans-serif; font-weight:normal;
	font-size:22px;padding: 0 0 15px 0
	/*padding:8px 0px 0px 15px;	*/
}

.login_content{
	padding:10px;
	/*background-image:url(../img/OrangePeel/login_bg.jpg);
	background-position:top;
	background-repeat:repeat-x;*/
}
.login_table{
	width:100%;
}
.table-login{width:60% !important}
.table-login td{font-weight:normal !important; padding:10px !important}
.login_table td{
	padding:2px;
	
}

.login_table td a:link,
.login_table td a:visited,
.login_table td a:active
{
	text-decoration:none;
	color:#666666;
	font-family:'PT Sans', sans-serif;
	font-size:12px;
	line-height:20px;
}

.login_table td a:hover
{	
	color:#000;	
}

.login_input{
	border:#B9B8B8 solid 1px;
	/*background-color:#FFFFFF;        commented by Aswin */
	padding:5px;
	font-size:12px!important;
	font-family:'PT Sans', sans-serif;
}
.login_message{
	font-family:'PT Sans', sans-serif;
	font-size:12px;
	
	color:#FF0000;
	text-align:center;
}

/* header username display & searcharea */

.user_name{
	
	color:#9C2C06;
}

.top_search_area{
/*position:absolute;
right:0px;*/
height:30px;
background-color:#fff;
border-radius:5px;
margin:0;
}

.topsearch_left{
	width:6px;
	height:35px;
	background-image:url(../img/OrangePeel/topsearch_left.jpg);
	background-repeat:no-repeat;
	float:left;
	display:none;
}
.topsearch_right{
	width:6px;
	height:35px;
	background-image:url(../img/OrangePeel/topsearch_right.jpg);
	background-repeat:no-repeat;
	float:right;
	display:none;
}
.cms_content{
	text-align:left;
	padding:0px 0px 10px 0px;
	font-family:'PT Sans', sans-serif;
	color:#000000;
}

.cms_content p{
	margin-top:10px;
	
}

.comm_table{
	
}

.comm_table td{
	padding:5px;
}

.comm_input{
	border:none;
	background-color:#EEEEEE;
	padding:5px;
	border:#D1D1D1 solid 1px;
}

.content_search_container{
	background-color:#f1dbc5;
	padding:8px 0px 8px 10px;
	margin:15px 0
}
.admin_content_link{
	display:block;
	padding:5px 10px 5px 10px;
	text-decoration:none!important;
	color:#FFFFFF!important;
	background-color:#883501;
	float:left;
	
	margin-bottom:5px;
	margin-right:10px;
}
a.admin_content_link:hover{	
	
	text-decoration:underline!important;
}


.editcms_comments{
	width:615px;
	background-color:#F1EFF0;
	padding:15px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	border:#E1DFE0 solid 1px;
}

/*.clipart_container{
	
	margin:0px 0px 0px 0px;
	padding:10px;
}*/


#parentDiv img{
	max-width:none!important;
}
/*-----------------------------------------------------JQUERY COLORBOX CSS---------------------------------------------------------*/
    /*
        ColorBox Core Style:
        The following CSS is consistent between example themes and should not be altered.
    */
    #colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:10001; overflow:hidden;}
    #cboxOverlay{position:fixed; width:100%; height:100%;}
    #cboxMiddleLeft, #cboxBottomLeft{clear:left;}
    #cboxContent{position:relative;}
    #cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
    #cboxTitle{margin:0;}
    #cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
    #cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
    .cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none;}
    .cboxIframe{width:100%; height:100%; display:block; border:0;}
    #colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

    /* 
        User Style:
        Change the following styles to modify the appearance of ColorBox.  They are
        ordered & tabbed in a way that represents the nesting of the generated HTML.
    */
    #cboxOverlay{background:url(../img/jquery/colorbox/overlay.png) repeat 0 0;}
    #colorbox{outline:0;}
    #cboxTopLeft{width:21px; height:21px; background:url(../img/jquery/colorbox/controls.png) no-repeat -101px 0;}
    #cboxTopRight{width:21px; height:21px; background:url(../img/jquery/colorbox/controls.png) no-repeat -130px 0;}
    #cboxBottomLeft{width:21px; height:21px; background:url(../img/jquery/colorbox/controls.png) no-repeat -101px -29px;}
    #cboxBottomRight{width:21px; height:21px; background:url(../img/jquery/colorbox/controls.png) no-repeat -130px -29px;}
    #cboxMiddleLeft{width:21px; background:url(../img/jquery/colorbox/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(../img/jquery/colorbox/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(../img/jquery/colorbox/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(../img/jquery/colorbox/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff; overflow:hidden;}
    .cboxIframe{background:#fff;}
    #cboxError{padding:50px; border:1px solid #ccc;}
    #cboxLoadedContent{margin-bottom:28px;}
    #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
    #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
    #cboxLoadingOverlay{background:url(../img/jquery/colorbox/loading_background.png) no-repeat center center;}
    #cboxLoadingGraphic{background:url(../img/jquery/colorbox/loading.gif) no-repeat center center;}

    /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
    #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }

    /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
    #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

    #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
    #cboxPrevious{position:absolute; bottom:0; left:0; background:url(../img/jquery/colorbox/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
    #cboxPrevious:hover{background-position:-75px -25px;}
    #cboxNext{position:absolute; bottom:0; left:27px; background:url(../img/jquery/colorbox/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
    #cboxNext:hover{background-position:-50px -25px;}
    #cboxClose{position:absolute; top:0px; right:-3px; background:url(../img/jquery/colorbox/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
    #cboxClose:hover{background-position:-25px -25px;}

    /*
      The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
      when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
      See: http://jacklmoore.com/notes/ie-transparency-problems/
    */
    .cboxIE #cboxTopLeft,
    .cboxIE #cboxTopCenter,
    .cboxIE #cboxTopRight,
    .cboxIE #cboxBottomLeft,
    .cboxIE #cboxBottomCenter,
    .cboxIE #cboxBottomRight,
    .cboxIE #cboxMiddleLeft,
    .cboxIE #cboxMiddleRight {
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
    }
	
/*-------------------------------------------------------JQUERY IMGAREASELECT-------------------------------------------------------*/
/*
 * imgAreaSelect default style
 */

.imgareaselect-border1 {
	background: url(../img/jquery/border-v.gif) repeat-y left top;
}

.imgareaselect-border2 {
    background: url(../img/jquery/border-h.gif) repeat-x left top;
}

.imgareaselect-border3 {
    background: url(../img/jquery/border-v.gif) repeat-y right top;
}

.imgareaselect-border4 {
    background: url(../img/jquery/border-h.gif) repeat-x left bottom;
}

.imgareaselect-border1, .imgareaselect-border2,
.imgareaselect-border3, .imgareaselect-border4 {
    filter: alpha(opacity=50);
	opacity: 0.5;
}

.imgareaselect-handle {
    background-color: #fff;
    border: solid 1px #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.imgareaselect-outer {
    background-color: #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.imgareaselect-selection {  
}


/*------------------------------------------------------------------SLIMBOX----------------------------------------------------------*/

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(../img/jquery/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../img/jquery/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../img/jquery/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../img/jquery/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: 500;
}

/*------------------------------------------------------ RICHEDITOR CSS------------------------------------------------------------------*/
.editor_container{
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
	font-family:'PT Sans', sans-serif;
	font-size:12px;
	color:#000000;
}

.editor_left{
	width:190px;
	float:left;	
	margin-right:10px;
}

.editor_right{
	width:625px;
	float:left;
}

.editor_anchor{
	cursor:pointer;
	color:#FFFFFF;
	font-size:10px;
	font-family:'PT Sans', sans-serif;
	position: absolute;
	bottom:0;
	left:0;
}

.tab_container{
	height:53px;
	background-image:url(../img/richeditor_new/tab_bg.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}
.tab_container2{
	height:53px;
	background-image:url(../img/richeditor_new/tab_bg2.jpg);
	background-position:top;
	background-repeat:no-repeat;
	
}

.button_container{
	height:53px;
	width:53px;
	float:left;
	margin-left:5px;
	margin-right:5px;
}

.tab_content_container{
	width:170px;	
	padding:10px;
	background-image:url(../img/richeditor_new/tab_content_bg.jpg);
	background-repeat:repeat-y;	
}

.tab_content_heading{
	
}

.tab_content_heading_txt{
	background-color:#9B9B9B;
	color:#FFFFFF;
	font-size:11px;
	
	text-align:center;
	padding:2px 0px 2px 0px;
}


.tab_content_bottom{
	background-image:url(../img/richeditor_new/content_btm.jpg);
	background-repeat:repeat-x;
	height:6px;
	margin-bottom:10px;
	
}

.tab_info{
	background-image:url(../img/richeditor_new/info_bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#FFFFFF;
	color:#000000;
	padding:10px 10px 10px 10px;
	font-weight: 500;
	font-size:12px;
	border-left:#FFFFFF solid 1px;
	border-top:#FFFFFF solid 1px;
	border-right:#FFFFFF solid 1px;
	border-bottom:#C4C3C3 solid 1px;
	margin-bottom:10px;
}

.editor_comm_div{
	margin-bottom:10px;
}

.tab_com_box{
	background-color:#F3F3F3;
	padding:10px;
	border:#C7C3C3 solid 1px;
	color:#666666;
	
	clear:both;
}
.tab_com_heading{
	background-color:#969696;
	padding:5px 10px 5px 10px;
	color:#FFFFFF;
	
	float:left;
	clear:both;
}

.info_hilite{
	color:#FF0000;
}


.btn_green{
	background-image:url(../img/richeditor_new/btn_green_bg.jpg);
	background-repeat:repeat-x;
	border:#1ABB11 solid 1px;
	color:#FFFFFF;
	
	font-family:'PT Sans', sans-serif;
	font-size:12px;
	/*padding:2px 10px 2px 10px;      commented aswin*/
}

.btn_blue{
	background-image:url(../img/richeditor_new/btn_blue_bg.jpg);
	background-repeat:repeat-x;
	border:#0B32B5 solid 1px;
	color:#FFFFFF;
	
	font-family:'PT Sans', sans-serif;
	font-size:12px;
	padding:2px 10px 2px 10px;
}

.btn_cyan{
	background-image:url(../img/richeditor_new/btn_cyan_bg.jpg);
	background-repeat:repeat-x;
	border:#6BBDDB solid 1px;
	color:#FFFFFF;
	
	font-family:'PT Sans', sans-serif;
	font-size:12px;
	padding:2px 10px 2px 10px;
}

.left_module_container{
	width:190px;
	margin-bottom:10px; 
}

.add_text_tbl{
	width:100%;
}

.add_text_tbl td{
	padding:3px;
	text-align:left;
}

.add_text_tbl td.txt{
	font-size:12px;
	
}
.editor_btn1{
	background-image:url(../img/richeditor_new/editor_btn_bg.jpg);
	background-repeat:repeat-x;
	height:24px;
	border:none;
	color:#FFFFFF;
	font-size:11px;
	
	padding-bottom:3px;
	font-family:'PT Sans', sans-serif;
}

.editor_btn2{
	background-image:url(../img/richeditor_new/editor_btn_bg.jpg);
	background-repeat:repeat-x;
	height:24px;
	border:none;
	color:#FFFFFF;
	font-size:12px;
	
	padding-bottom:3px;
	width:190px;
	font-family:'PT Sans', sans-serif;
}

.editor_font_select{
	width:165px;
}

.editor_img_header{
	margin-bottom:5px;
	clear:both;
	background-color:#000000;
	padding:5px;
}


.editor_img_header_l{
	float:left;
}
.editor_img_header_r{
	float:right;
}

.editor_img_area{
	border:#B4DFFF solid 1px;
	clear:both;
	width:625px;
	height:420px;
}

/*---------------------------CSS for DOM----------------------------*/
.draggable { 
	height: auto; 
	cursor:move
}

/*------------------------color picker css----------------------------------*/

div.colorPicker-picker {
  height: 16px;
  width: 16px;
  padding: 0 !important;
  border: 1px solid #ccc;
  background: url(../img/images/arrow.gif) no-repeat top right;
  cursor: pointer;
  line-height: 16px;
}

div.colorPicker-palette {
  width: 110px;
  position: absolute;
  border: 1px solid #598FEF;
  background-color: #EFEFEF;
  padding: 2px;
  z-index: 9999;
}
  div.colorPicker_hexWrap {width: 100%; float:left }
  div.colorPicker_hexWrap label {font-size: 95%; color: #2F2F2F; margin: 5px 2px; width: 25%}
  div.colorPicker_hexWrap input {margin: 5px 2px; padding: 0; font-size: 95%; border: 1px solid #000; width: 65%; }

div.colorPicker-swatch {
  height: 12px;
  width: 12px;
  border: 1px solid #000;
  margin: 2px;
  float: left;
  cursor: pointer;
  line-height: 12px;
}
.form_row{
	margin:8px 0;
}
.form_row label{
	margin-bottom:5px;
}
/*-------------------------------------------------------------------------*/

.highlight{
	
}
#navlist li{
	display: inline;
	list-style-type: none;
	height:40px;
	padding-top:40px;
}
.imgdraggable{
	width: auto; 
	height: auto; 
	cursor:move
}
.domDiv{
	float:left; 
	margin:1px 1px 1px 1px;
}
.galDiv{
	overflow: auto; 
	height:100px;
}

/*-------------------------------------------------------------------------------------*/
div.sc_menu {
  position: relative;
  height: 65px;
  overflow: auto;

}
ul.sc_menu {
  display: block;
  height: 110px;
  width: 4500px;
  padding: 5px 0 0 0;
  margin: 0;
  list-style: none;
  
}
.sc_menu li {
  display: block;
  float: left;
  padding: 0 2px;
  
}

/*-------------------------------------------------------------------------------------*/
.text_pointer_active{
	background:url(../img/richeditor_new/btn_addtext_active.jpg);
	cursor:pointer;
}
.text_pointer_disabled{
	background:url(../img/richeditor_new/btn_addtext.jpg);
	cursor:pointer;
}
.gal_pointer_active{
	background:url(../img/richeditor_new/btn_gallery_active.jpg);
	cursor:pointer;
}
.gal_pointer_disabled{
	background:url(../img/richeditor_new/btn_gallery.jpg);
	cursor:pointer;
}
.upld_pointer_active{
	background:url(../img/richeditor_new/btn_upload_active.jpg);
	cursor:pointer;
}
.upld_pointer_disabled{
	background:url(../img/richeditor_new/btn_upload.jpg);
	cursor:pointer;
}
.swap_pointer_active{
	background:url(../img/richeditor_new/btn_swap_active.jpg);
	cursor:pointer;
}
.swap_pointer_disabled{
	background:url(../img/richeditor_new/btn_swap.jpg);
	cursor:pointer;
}

/*-------------------------------------Product Details--------------------------------*/
/* ---Message style --*/

.flash { border:3px solid #ff9b00; background:#ffcc80; padding:10px;  margin:15px 0;}  
.flash_success { border:3px solid #bedf5d; background:#e2f1a8; padding:10px;  margin:15px 0;}  
.flash_failure { border:3px solid #990000; background:#f97d88; padding:10px;  margin:15px 0;} 

.failure{
	text-align:center;
	
	color:#FF0000;
}

.success{
	text-align:center;
	
	color:#006600;
} 

.leftmodule_adlink{
	margin-bottom:10px;
	clear:both;
	background-image:url(../img/GoldenYellow/left_ad.gif);
	width:250px;
	height:145px;
	display:none;
}
.leftmodule_adlink a{
	display:block;
	width:250px;
	height:145px;
}
.leftmodule_adlink a span{
	display:none;
}

/*--------------------------------color picker-----------------------------*/
.farbtastic {
  position: relative;
}
.farbtastic * {
  position: absolute;
  cursor: crosshair;
}
.farbtastic, .farbtastic .wheel {
  width: 195px;
  height: 195px;
}
.farbtastic .color, .farbtastic .overlay {
  top: 47px;
  left: 47px;
  width: 101px;
  height: 101px;
}
.farbtastic .wheel {
  background: url(../img/wheel.png) no-repeat;
  width: 195px;
  height: 195px;
}
.farbtastic .overlay {
  background: url(../img/mask.png) no-repeat;
}
.farbtastic .marker {
  width: 17px;
  height: 17px;
  margin: -8px 0 0 -8px;
  overflow: hidden;
  background: url(../img/marker.png) no-repeat;
}
.product_diplay_image{
	width:90%;
	margin:2% 5%;
}
/* home top login */
.home_login_btn{
	width:92px;
	height:35px;
	background:url(../img/OrangeRed/login-btn.png) no-repeat;
}
.home_login_btn a{
	width:150px;
	height:35px;
	display:block;
}
.home_login_btn a span{
		display:none;
}
.login_info{
	font-family:'PT Sans', sans-serif;
	font-size:14px;
	color:#666666!important;
	float:left; text-align:right; min-width:160px; line-height:32px;
}
.login_info span{
	color:#B70118!important;
}
.login_info a:link,
.login_info a:visited,
.login_info a:active
{
	color:#666666;
	text-decoration:none;
}
.login_info a:hover
{
	color:#B70118!important;	
}

.fb-like{
	margin:5px 0 0 0;
	padding:0!important;
        text-align: center !important;
        background: none;
        clear:both !important;
        
}

/*------------------------------------- new styles --*/

.fb_edge_widget_with_comment{ 
    margin:0!important;
    padding:0 0 0 40px!important;
}
.tweetbutton{ 
    width:80px!important;
     margin:auto!important; padding:10px 0 0 0;

}


/*--------------------------------------------------Editor Version 1.3------------------------------------------*/
.main_container {width:940px; height:auto; margin: 0 auto;}
.main_container_admin {width:940px; height:781px; margin: 0 auto;}
.left_side {width:300px; height:auto; float:left;}
.right_side {width:623px; float:left;}
.right_side_top {width:612px; height:515px; float:right; background-color:#fff; border:1px solid #fff0cf; margin: 0 0 5px 0; overflow: hidden;}
.right_side_bottom {width:584px; height:38px;float:left; background-color:#fcba53; margin: 520px 0 5px 0; font-family:'PT Sans', sans-serif; padding:0 15px; border-radius:0 0 6px 6px}


.left_center_container {width:284px; min-height:550px; border-top:none!important; border:1px solid #eaeaea; background-color:#fff; padding:0 0 0px 0; font-family:Arial, Helvetica, sans-serif!important; border-radius:0 0 6px 6px;}
.left_center_container_admin {width:284px; min-height:550px; border-top:none!important; border:1px solid #eaeaea; background-color:#fff; padding:0 0 0px 0; font-family:Arial, Helvetica, sans-serif!important; border-radius:0 0 6px 6px}
.left_center_content {width:270px;  min-height:100px; margin:0 auto; padding:15px 0 0 0;}
/*.heading_1 {font-family:'PT Sans', sans-serif; color:#FFF; background-color:#738900; font-size:14px;  text-align:left; padding:3px 3px 3px 5px;}*/
.heading_1 {font-family:'PT Sans', sans-serif; color:#bb5210; font-size:13px;  text-align:left; padding:3px 3px 0px 0px;  border-bottom:1px solid #eaeaea}
.text_area_bgr {width:276px; height:79px; background-image:url(../img/editor_new/text_field_bgr.png); background-repeat:no-repeat; background-position:center top;}
.text_area {width:257px; height:40px;font-family:'PT Sans', sans-serif; font-size:12px; background-color:#fff; padding:5px 5px 5px 8px;border:#eaeaea solid 1px; border-radius:4px; resize:none; margin:10px 0; color:#a04309}
.text_area:focus{outline:none}
.continue_but{ width:82px; height:29px; background:url(../img/OrangeRed/tab-btn.png) no-repeat; color:#FFF; border:0; font-size:14px;}
.save_ur_image {width:302px; height:65px;padding: 5px 0 0 0; background:#eaeaea; border-radius:0 0 8px 8px}
.save_ur_image_but {width:223px; height:54px; background:url(../img/OrangeRed/save-image-btn.png); background-repeat:no-repeat; border:0; cursor: pointer; margin:0 0 0 40px}
/*.save_ur_image_but {width:100px; height:54px;  background-repeat:no-repeat; border:0; cursor: pointer; margin:0 0 0 40px}*/


.font_list_box {width:270px;
height:30px;
border: 1px solid #CCCCCC;
    font-size: 12px;
    padding: 5px 5px 5px 10px;
}

.font_size_list_box{width:60px;
 height:30px;
 border: 1px solid #CCCCCC;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    padding: 5px 5px 5px 10px;
 }

.font_color {
    width:180px;
    height:20px;
    border: 1px solid #CCCCCC;
    padding: 3px 3px 3px 3px;
}
.font_color2 {
    width:160px!important;
    height:20px;
    border: 1px solid #CCCCCC;
    padding: 3px 3px 3px 3px;
}

.font_rotate {
    width:40px;
    height:20px;
    border: 1px solid #eaeaea;
    padding:3px;
}

.italic {font-family:"Times New Roman", Times, serif; font-size:16px;  font-style:italic;}
.bold {font-family:"Times New Roman", Times, serif; font-size:16px; }

.text_outline {width:100px; height:25px; height:30px;
 border: 1px solid #eaeaea;
 padding:3px;
 }

.bullets {font-size:12px;  color:#FF9900;}
.but_add_to_cart {width:94px; height:25px; background-image:url(../img/editor_new/but_add_to_cart.png); background-repeat:no-repeat; border:0;}


.nav_bar_container {
width:286px;
height:60px;
/*background:#eaeaea;*/ border-radius:6px 6px 0 0;
background: #FFF0D0;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFF0D0), to(#fddcb1));
background: -webkit-linear-gradient(#FFF0D0, #fddcb1);
background: -moz-linear-gradient(#FFF0D0, #fddcb1);
background: -ms-linear-gradient(#FFF0D0, #fddcb1);
background: -o-linear-gradient(#FFF0D0, #fddcb1);
background: linear-gradient(#FFF0D0, #fddcb1);
-pie-background: linear-gradient(#FFF0D0, #fddcb1);

}
.nav_bar{overflow:hidden}
.nav_bar ul {
    margin:1px 5px 0 1px;
    padding: 0; display:block
}

.nav_bar li {
    float: left;
    list-style-type: none; display:block; height:60px; border-radius:0px 0px 0 0; margin:0 0px;
}

.nav_bar li a
/*.nav_bar li a:visited,
.nav_bar li a:active*/
{
    display: block;
   	font-size: 10px;
    height: 20px; width:70px; text-align:center;
     border-radius:8px 8px 0 0; text-decoration:none; text-transform:lowercase; color:#cf5a0f; font-size:12px
}


.nav_bar li a.selected{
    color: #333333;
    display: block;
    height: 60px;
    background:#fff !important; text-decoration: none;width:70px; text-align:center
}
.nav_bar li a:visited{
    height: 60px;
    text-decoration: none;width:70px; text-align:center
}

.addtext{background:url(../img/OrangeRed/tab-icons.png) no-repeat 17px 6px !important; height:34px; display:block; padding:40px 0 0 0}
.addtext a:visited{text-decoration: none !important; padding:40px 0 0 0 !important}
.addtext:hover{background:url(../img/OrangeRed/tab-icons.png) no-repeat 17px 6px #fff !important; height:34px; display:block; padding:40px 0 0 0;border-radius:8px 8px 0 0}
.addart{background:url(../img/OrangeRed/tab-icons.png) no-repeat -60px 6px !important; height:34px; display:block; padding:40px 0 0 0}
.addart:hover{background:url(../img/OrangeRed/tab-icons.png) no-repeat -60px 6px #fff !important; height:34px; display:block; padding:40px px 0 px;border-radius:8px 8px 0 0}
.swap{background:url(../img/OrangeRed/tab-icons.png) no-repeat -130px 6px !important; height:34px; display:block; padding:40px 0 0 0}
.swap:hover{background:url(../img/OrangeRed/tab-icons.png) no-repeat -130px 6px #fff !important; height:34px; display:block; padding:40px px 0 px;border-radius:8px 8px 0 0}
.upload{background:url(../img/OrangeRed/tab-icons.png) no-repeat -210px 6px !important; height:34px; display:block; padding:40px 0 0 0}
.upload:hover{background:url(../img/OrangeRed/tab-icons.png) no-repeat -210px 6px #fff !important; height:34px; display:block; padding:40px px 0 px;border-radius:8px 8px 0 0}

#hruler{
    cursor: move;
    height: 1px;
    background-color: black;
    width: 612px;
    margin-top: 5px;
    position: absolute;
    z-index: 1000;
}
#vruler{
    cursor: move;
    height: 515px;
    background-color: black;
    width: 1px;
    margin-left: 5px;
    position: absolute;
    z-index: 1000;
}
.editorlist{
	margin:5px 0 10px 0;
	padding:8px;
	border:1px solid #eaeaea; border-radius:8px;
}
.editorlist li{
	list-style-type:none;
	padding:3px 3px 3px 10px;
	line-height:20px;
	margin:0 0 2px 0;
	background:url(../img/OrangeRed/arrow.png) no-repeat 0 10px;
	border-bottom:1px dotted #ccc
}
.editorlist li:last-child{border-bottom:none}
.editorlist li a{color:#3e3e3e}
.editorlist li a:hover{color:#cf4d0d; text-decoration:none}
.clipart_container{
	background-color:#FFFFFF;
	padding:10px 0 0px 0px;
	/*border:1px solid #eaeaea; border-radius:8px;*/
	margin:0px 0 0px 0; overflow:hidden; overflow-y:auto;

}
.clipart_container label b{display:block; padding:10px 0; text-align:left !important; background:#fff3d9; color:#3e3e3e; padding:5px; margin:0 0 15px 0}
.backbutton{
	width:35px;
	height:10px;
	margin:5px 0 5px 0;
	background-image:url(../img/editor_new/backbutton.png);
	background-repeat:no-repeat;
	float:left;
	clear:both;
	cursor:pointer;
}
.editor_info_box{
	background-color:#FFFFFF;
	padding:5px 5px 5px 10px;
}

/*-------------------------DROP DOWN LIST STYLE------------------------------*/
.borderRadius{-moz-border-radius:5px; border-radius:5px; }
.borderRadiusTp{-moz-border-radius:5px 5px 0 0; border-radius:5px 5px 0 0;}
.borderRadiusBtm{-moz-border-radius:0 0 5px 5px ; border-radius:0 0 5px 5px;}

.ddcommon {position:relative;display:-moz-inline-stack; zoom:1; display:inline-block; *display:inline; cursor:default;}
.ddcommon ul{padding:0;margin:0;}
.ddcommon ul li{list-style-type:none;}
.borderRadiusTp ul li:last-child{-moz-border-radius:0 0 5px 5px ; border-radius:0 0 5px 5px;border-bottom:0 none #c3c3c3; }
.borderRadiusBtm ul li:first-child{-moz-border-radius:5px 5px 0 0; border-radius:5px 5px 0 0 ;border-bottom:1 solid #c3c3c3; }

.ddcommon .disabled img, .ddcommon .disabled span, .ddcommon.disabledAll{
opacity: .5; /* standard: ff gt 1.5, opera, safari */
-ms-filter:"alpha(opacity=50)"; /* ie 8 */
filter:alpha(opacity=50); /* ie lt 7 */
-khtml-opacity:.5; /* safari 1.x */
-moz-opacity:.5; /* ff lt 1.5, netscape */
color:#999999;
}
.ddcommon .clear{clear:both}
.ddcommon .shadow{-moz-box-shadow:5px 5px 5px -5px #888888;-webkit-box-shadow:5px 5px 5px -5px #888888;box-shadow: 5px 5px 5px -5px #888888;}
.ddcommon input.text{color:#7e7e7e;padding:0 0 0 0; position:absolute; background:#fff; display:block; width:98%; height:98%; left:2px; top:0; border:none;}
.ddOutOfVision{position:relative; display:-moz-inline-stack; display:inline-block; zoom:1; *display:inline;}
.borderRadius .shadow{-moz-box-shadow:5px 5px 5px -5px #888888;-webkit-box-shadow:5px 5px 5px -5px #888888;box-shadow: 5px 5px 5px -5px #888888;}
.borderRadiusBtm .shadow{-moz-box-shadow:-5px -5px 5px -5px #888888;-webkit-box-shadow:-5px -5px 5px -5px #888888;box-shadow: -5px -5px 5px -5px #888888}
.borderRadiusTp .border, .borderRadius .border{-moz-border-radius:0 0 3px 3px ; border-radius:0 0 3px 3px;}
.borderRadiusBtm .border{-moz-border-radius:3px 3px 0 0; border-radius:3px 3px 0 0;}
img.fnone{float:none !important}
.ddcommon .divider{width:0; height:100%; position:absolute;}
.ddcommon .arrow{display:inline-block; position:absolute; top:50%; right:4px;}
.ddcommon .arrow:hover{background-position:0 100%;}
.ddcommon .ddTitle{padding:0; position:relative; display:inline-block; width:100%}
.ddcommon .ddTitle .ddTitleText{display:block;}
.ddcommon .ddTitle .ddTitleText .ddTitleText{padding:0;}
.ddcommon .ddTitle .description{display:block;}
.ddcommon .ddTitle .ddTitleText img{position:relative; vertical-align:middle; float:left}
.ddcommon .ddChild{position:absolute;display:none;width:100%;overflow-y:auto; overflow-x:hidden; zoom:1; z-index:9999}
.ddcommon .ddChild li{clear:both;}
.ddcommon .ddChild li .description{display:block;}
.ddcommon .ddChild li img{border:0 none; position:relative;vertical-align:middle;float:left}
.ddcommon .ddChild li.optgroup{padding:0;}
.ddcommon .ddChild li.optgroup .optgroupTitle{padding:0 5px;  font-style:italic}
.ddcommon .ddChild li.optgroup ul li{padding:5px 5px 5px 15px}
.ddcommon .noBorderTop{border-top:none 0  !important; padding:0; margin:0;}
.ddTitle{width:165px; height:35px; font-size:14px}
.ddTitleText {width:135px; overflow:hidden; padding-right:0px !important}

/*************** default theme **********************/
.dd{border:1px solid #c3c3c3}
.dd .divider{border-left:1px solid #c3c3c3; border-right:1px solid #fff; right:24px;}
.dd .arrow{width:16px;height:16px; margin-top:-8px; background:url(../img/dd_arrow.gif) no-repeat;}
.dd .arrow:hover{background-position:0 100%;}
.dd .ddTitle{color:#000;background:#e2e2e4 repeat-x left top;}
.dd .ddTitle .ddTitleText{padding:5px 20px 5px 5px;}
.dd .ddTitle .ddTitleText .ddTitleText{padding:0;}
.dd .ddTitle .description{font-size:12px; color:#666}
.dd .ddTitle .ddTitleText img{padding-right:5px;}
.dd .ddChild{border:1px solid #c3c3c3; background-color:#fff; left:-1px;}
.dd .ddChild li{padding:5px; background-color:#fff; border-bottom:1px solid #c3c3c3;}
.dd .ddChild li .description{color:#666;}
.dd .ddChild li .ddlabel{color:#333;}
.dd .ddChild li.hover{background-color:#f2f2f2}
.dd .ddChild li img{padding:0 6px 0 0;}
.dd .ddChild li.optgroup{padding:0;}
.dd .ddChild li.optgroup .optgroupTitle{padding:0 5px;  font-style:italic}
.dd .ddChild li.optgroup ul li{padding:5px 5px 5px 15px}
.dd .ddChild li.selected{background-color:#d5d5d5; color:#000;}

/*------------------------------------- Category Sort --*/
   .sortableCat {
            list-style: none;
            margin: 0px;
            padding: 0px;
    }

    .sortableCat li {
            display: block;

    }

    .sortableCat li img.handle {
            
            cursor: move; margin:10px 15px 0 5px
    }

/*------------------------------------- Home Page Layout Sort --*/
textarea:focus, input:focus{
    outline: none;
}
.comm_side_module_img{padding: 9px}
.comm_side_module_img ul{padding:10px; margin:0px}
.comm_side_module_img ul li{line-height:26px; list-style-type:none;background: url(../img/OrangeRed/arrow.png) no-repeat left; padding:0 0 0 15px; color:#943105}
.design_head {font-size: 21px;color: #F37321;clear: both;font-family: 'Raleway', sans-serif;height: 25px;border-bottom: 1px solid #A09086}
.editor-st{width:235px; height:197px;background: url(../img/OrangeRed/editor.jpg) no-repeat}
.login-msg_outer{
	float:right;
}
.login-msg{display:inline-block; color:#fff; line-height:30px}
.login-msg span{font-weight:bold}

.more-opt{display:block; float:right;  color:#a7a6a7; font-size:11px;  margin-top:-25px}
.more-opt a{display:block; color:#a7a6a7}
.mrg-lft{margin-left:130px}
.btm-dtls strong{color:#a04309; font-size:14px;  display:block;   line-height:20px; float:left}
.btm-dtls span{color:#A04309; font-size:12px;  font-style:italic; text-decoration:underline;  display:block; float:right;}
.btm-dtls span a{color:#A04309;}
.brder{border-bottom:1px dotted #bd6d3b; margin:0 0 10px 0}

.boxtopheader2{
	background-color:#eaeaea;
	font-family: 'PT Sans', sans-serif;
	font-size: 14px; border-radius:5px 5px 0 0;
	color:#3e3e3e;
	font-weight: 500;
	margin-top:10px;

}
.list_admin2{

font-family:'PT Sans', sans-serif;
font-size:12px;
color:#3e3e3e;
border:1px solid #eaeaea;
border-top:0 none;
}
.list_admin2 a{
color:#3e3e3e !important;
}
.boxtopheader2 .list9,
.boxtopheader2 .list16,
.boxtopheader2 .list17,
.boxtopheader2 .listp6{
	border-right:1px solid #EECA7C;}
.list_admin2 .list9,
.list_admin2 .listp6,
.list_admin2 .list17,
.list_admin2 .list16{
	border-right:1px solid #eaeaea;}
	
.shipping-addrs{}
.shipping-addrs p{margin:5px 0 !important}
.shipping-adrs-ryt{padding: 2px 15px 0px 0px !important}
.shipping-hd{margin-top:5px;}
.shipping-hd h4{font-size:22px;font-family: 'Raleway', sans-serif;margin-top:5px; font-weight:normal; margin:0px}
.paynow-lft{min-width:170px !important; margin:8px 0}
.paynow-lft01{min-width:160px !important; margin:8px 0}
.slct-small{width:135px !important; border:1px solid #ccc !important}
.shipping-lft{width:158px !important; display:block; float:left; margin:0 0 10px 0}
.order-details-panel{width:750px}
.box-lft{width:360px; float:left; margin:0 0 20px 0}
.box-ryt{width:360px; float:right; margin:0 0 20px 0}
.slct-big{border:1px solid #ccc !important}
.txt-area-big{width:98%; height:250px; border:1px solid #ccc !important; margin:0 0 15px 0}
.usrbrd{ margin:0px; padding:10px 0; line-height:18px}
.a-class{ background:#e5c175; line-height:30px; padding:0 10px; text-align:center; text-decoration:none !important; color:#3e3e3e !important; border-radius:3px}

.shipping-hd h4{font-size:22px;font-family: 'Raleway', sans-serif;margin-top:5px; font-weight:normal}


/*-----------------------------------------------------admin new styles-----------------------------------------------------*/

.login_content_new{
	/*border:1px solid #ECD29B;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;*/
	margin:65px auto 0 auto; width:355px; border:1px solid #ececec; border-radius:5px;
	padding:0 25px 25px 25px;box-shadow:inset 0 0 10px #ececec;
	}
.admin_newlbl{
	font-family:'PT Sans', sans-serif;
	font-size:14px;
	color:#7f7f7f;
	font-weight:normal;}
.login_table_new{
	}
.login_table_new input[type=text], .login_table_new input[type=password]{width:200px !important}
.login_table_new input[type=submit]{
background: url(../img/OrangeRed/login-btn-bg.png) no-repeat;
border: 0px;
color: #FFFFFF;
font-size: 14px;
height: 30px;
width: 63px;
line-height: 30px; cursor:pointer
}
.login_table_new input[type=submit]:hover{text-shadow: 1px 1px #4d4d4d;}

.login_table_new td {
	padding:10px;}
.login_input_new{
	padding:7px;
	border:1px solid #e4e4e4;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	color:#666666;
	width:350px;box-shadow: inset 0 0 5px #ececec;}
.admin_btn_new{
	background: url(../img/OrangeRed/tab-btn.png) no-repeat scroll 0 0 transparent;
    border: 0 none;
    color: #FFFFFF;
    font-size: 14px;
    height: 29px;
    width: 82px;
	line-height:29px;}
.hdrstyle{
	border-bottom:5px solid #F37321;}

.admin_subheading {
    color: #E13F01;
    font-family: 'PT Sans', sans-serif;
    font-size: 20px;
    /*margin:5px 0 10px 0;
	padding:0 0 7px 0;
	border-bottom:1px solid #eaeaea;*/}
.item_block_adminbox_new{
	width:360px;
	height:250px;
	float:left;
	margin:0px 15px 15px 0px; 
	background-color: #ffffff;
	border: 1px solid #eaeaea;
}
.dashboard_block_conent_new{
	padding:0 10px 10px 10px;
	font-family:'PT Sans', sans-serif;
	font-size:12px;}
.dashboard_block_conent_new h3{
    color: #3e3e3e;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: normal;
	text-align:left;
	padding:0 0 10px 0;
	margin:0;
    }
.row_style_new{
	border-bottom:1px dotted #eaeaea;
	padding:5px 0;}
.inner_content_area_admin_new {
    /*border: 1px solid #eaeaea;
    border-radius: 5px 5px 5px 5px;*/
    height: auto;
    margin: 8px 0 0;
	clear:both;
    padding:10px 0 0 0;}
.inner_content_area_admin_new #inner_leftcontent{
	/* width:165px;*/
	width:210px;
	}
.inner_content_area_admin_new .maintext_inner{
	color:#666666;}
.maintext_inner{
width:100%;
}
.inner_content_area_admin_new .box2_admin{
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	padding:7px;
	color:#666666;
	width:300px;}
.inner_content_area_admin_new select{
	width:316px!important;}
.inner_content_area_admin_new #grid_admin{
	padding:5px 0;}
.maintext_inner i{
	padding:3px 0 0 0;
	color:#C44D02;
	font-size:11px}

.inner_content_area_admin_new #temp img{
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	padding:5px;
	margin-top:5px;}
.text-color{
	color:#C44D02!important;}
.inner_content_area_admin_new #inner_rightcontent{
	width:459px;
	float:left;}

.btn-input_grey{
	background:#8D8D8D !important; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;
	transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	}
.btn-input_grey:hover{
background:#2f2f2f !important;
}	
.maintext_inner1{
	padding:5px 0!important;}
#tabs5{
	margin-bottom:-2px!important;}
#tabs5 a span,
  #tabs5 a:hover span {
	color:#C44D02;
	font-family:'PT Sans', sans-serif;
	font-size:15px;
	font-weight:normal;}
#tabs5 a{
	margin-right:5px;}
.inner_content_area_admin_new #item_details_admin{
	width:748px;}
.padd_10,
/*.withpadding{
	padding:10px!important;}*/
.search_container_new{
	background-color:#eaeaea;
	padding:5px;}
.search_container_new .box2_admin{
	height:30px;
	line-height:30px;
	padding:3px 7px;}
.inner_content_area_admin_new #list_admin_top{
	/*border:1px solid #E3D1AC;*/
	background-color:#f1dbc5;}
.inner_content_area_admin_new #list_admin{
	/*border:1px solid #eaeaea;*/
	border-top:none;}
.add_btn_new{
	background:url(../img/OrangeRed/btn-bg.jpg) repeat-x scroll 0 0 #FE9446 !important;
	 border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;
	display:block;
	float:left;
	text-decoration:none!important;
	padding:3px 10px;
	margin-right:5px;}
.add_btn_new a{
	text-decoration:none!important;}
.box2_admin_new{
	background-color: #FFFFFF;
    border: 1px solid #FFC079;
    color: #000000;
	padding:6px;
	margin-right:10px;}
.wrpapper_style1{
	border:1px solid #eaeaea;
	padding:5px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	margin:10px 0;}

/*.clipart_container img{
	border:1px solid #eaeaea;}*/
.inner_content_area_admin_new h2{
	margin:0;
	padding:0;
	font-size:16px;
	
	width:auto;
}

.draggable:hover{
    border: 1px dotted #66CCFF;
}
.imgdraggable:hover{
    border: 1px dotted #66CCFF;
}

.draggable .edit{
    cursor:move;
}
/*-----------------context menu css-------------------------*/
.context-menu-list {
    margin:0; 
    padding:0;
    
    min-width: 120px;
    max-width: 250px;
    display: inline-block;
    position: absolute;
    list-style-type: none;
    
    border: 1px solid #DDD;
    background: #EEE;
    
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
       -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
        -ms-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
         -o-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    
    font-family: Verdana, 'PT Sans', sans-serif;
    font-size: 11px;
}

.context-menu-item {
    padding: 2px 2px 2px 24px;
    background-color: #EEE;
    position: relative;
    -webkit-user-select: none;
       -moz-user-select: -moz-none;
        -ms-user-select: none;
            user-select: none;
}

.context-menu-separator {
    padding-bottom:0;
    border-bottom: 1px solid #DDD;
}

.context-menu-item > label > input,
.context-menu-item > label > textarea {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
}

.context-menu-item.hover {
    cursor: pointer;
    background-color: #39F;
}

.context-menu-item.disabled {
    color: #666;
}

.context-menu-input.hover,
.context-menu-item.disabled.hover {
    cursor: default;
    background-color: #EEE;
}

.context-menu-submenu:after {
    content: ">";
    color: #666;
    position: absolute;
    top: 0;
    right: 3px;
    z-index: 1;
}

/* icons
    #protip:
    In case you want to use sprites for icons (which I would suggest you do) have a look at
    http://css-tricks.com/13224-pseudo-spriting/ to get an idea of how to implement 
    .context-menu-item.icon:before {}
 */
.context-menu-item.icon { min-height: 18px; background-repeat: no-repeat; background-position: 4px 2px; }
.context-menu-item.icon-edit { background-image: url(../img/contextmenu/page_white_edit.png); }
.context-menu-item.icon-cut { background-image: url(../img/contextmenu/cut.png); }
.context-menu-item.icon-copy { background-image: url(../img/contextmenu/page_white_copy.png); }
.context-menu-item.icon-paste { background-image: url(../img/contextmenu/page_white_paste.png); }
.context-menu-item.icon-delete { background-image: url(../img/contextmenu/page_white_delete.png); }
.context-menu-item.icon-add { background-image: url(../img/contextmenu/page_white_add.png); }
.context-menu-item.icon-quit { background-image: url(../img/contextmenu/door.png); }

/* vertically align inside labels */
.context-menu-input > label > * { vertical-align: top; }

/* position checkboxes and radios as icons */
.context-menu-input > label > input[type="checkbox"],
.context-menu-input > label > input[type="radio"] {
    margin-left: -17px;
}
.context-menu-input > label > span {
    margin-left: 5px;
}

.context-menu-input > label,
.context-menu-input > label > input[type="text"],
.context-menu-input > label > textarea,
.context-menu-input > label > select {
    display: block;
    width: 100%;
    
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
         -o-box-sizing: border-box;
            box-sizing: border-box;
}

.context-menu-input > label > textarea {
    height: 100px;
}
.context-menu-item > .context-menu-list {
    display: none;
    /* re-positioned by js */
    right: -5px;
    top: 5px;
}

.context-menu-item.hover > .context-menu-list {
    display: block;
}

.context-menu-accesskey {
    text-decoration: underline;
}

/*-----------------------------------------JQUERY UI CSS [THEME - HUMANITY]-------------------------------*/

.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0);
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin-top: 2px;
	padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-noicons {
	padding-left: .7em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
	width: 2.4em;
}
.ui-button-icons-only {
	width: 3.4em;
}
button.ui-button-icons-only {
	width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
	display: block;
	line-height: normal;
}
.ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
	padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}

/* button sets */
.ui-buttonset {
	margin-right: 7px;
}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
	width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 49%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: 500;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 21px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-menu {
	list-style: none;
	padding: 2px;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	margin-top: -3px;
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	padding: 0;
	width: 100%;
}
.ui-menu .ui-menu-divider {
	margin: 5px -2px 5px -2px;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-menu-item a {
	text-decoration: none;
	display: block;
	padding: 2px .4em;
	line-height: 1.5;
	min-height: 0; /* support: IE7 */
	font-weight: normal;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}

.ui-menu .ui-state-disabled {
	font-weight: normal;
	margin: .4em 0 .2em;
	line-height: 1.5;
}
.ui-menu .ui-state-disabled a {
	cursor: default;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item a {
	position: relative;
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: .2em;
	left: .2em;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	position: static;
	float: right;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url(../img/images/animated-overlay.gif);
	height: 100%;
	filter: alpha(opacity=25);
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 22px;
}
.ui-spinner-button {
	width: 16px;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to overide default borders */
.ui-spinner a.ui-spinner-button {
	border-top: none;
	border-bottom: none;
	border-right: none;
}
/* vertical centre icon */
.ui-spinner .ui-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	background-position: -65px -16px;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav li a {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
	cursor: text;
}
.ui-tabs .ui-tabs-nav li a, /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Helvetica,Arial,sans-serif;
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Helvetica,Arial,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #e0cfc2;
	background: #f4f0ec url(../img/images/ui-bg_inset-soft_100_f4f0ec_1x100.png) 50% bottom repeat-x;
	color: #1e1b1d;
}
.ui-widget-content a {
	color: #1e1b1d;
}
.ui-widget-header {
	border: 1px solid #d49768;
	background: #cb842e url(../img/images/ui-bg_glass_25_cb842e_1x400.png) 50% 50% repeat-x;
	color: #ffffff;
	font-weight: 500;
}
.ui-widget-header a {
	color: #ffffff;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #cdc3b7;
	background: #ede4d4 url(../img/images/ui-bg_glass_70_ede4d4_1x400.png) 50% 50% repeat-x;
	font-weight: normal;
	color: #3f3731;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #3f3731;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #f5ad66;
	background: #f5f0e5 url(../img/images/ui-bg_glass_100_f5f0e5_1x400.png) 50% 50% repeat-x;
	font-weight: normal;
	color: #a46313;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
	color: #a46313;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #e0cfc2;
	background: #f4f0ec url(../img/images/ui-bg_highlight-hard_100_f4f0ec_1x100.png) 50% 50% repeat-x;
	font-weight: normal;
	color: #b85700;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #b85700;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #d9bb73;
	background: #f5f5b5 url(../img/images/ui-bg_highlight-hard_75_f5f5b5_1x100.png) 50% top repeat-x;
	color: #060200;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #060200;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f8893f;
	background: #fee4bd url(../img/images/ui-bg_highlight-hard_65_fee4bd_1x100.png) 50% top repeat-x;
	color: #592003;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #592003;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #592003;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: 500;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70);
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35);
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* For IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
	background-position: 16px 16px;

}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(../img/images/ui-icons_c47a23_256x240.png);
}
.ui-widget-header .ui-icon {
	background-image: url(../img/images/ui-icons_ffffff_256x240.png);
}
.ui-state-default .ui-icon {
	background-image: url(../img/images/ui-icons_f08000_256x240.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url(../img/images/ui-icons_f08000_256x240.png);
}
.ui-state-active .ui-icon {
	background-image: url(../img/images/ui-icons_f35f07_256x240.png);
}
.ui-state-highlight .ui-icon {
	background-image: url(../img/images/ui-icons_cb672b_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(../img/images/ui-icons_ff7519_256x240.png);
}

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 6px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 6px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 6px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 6px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa url(../img/images/ui-bg_flat_75_aaaaaa_40x100.png) 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30);
}
.ui-widget-shadow {
	margin: -8px 0 0 -8px;
	padding: 8px;
	background: #aaaaaa url(../img/images/ui-bg_flat_75_aaaaaa_40x100.png) 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30);
	border-radius: 8px;
}

/*--------------------------------------------------------------------------*/


.view-all{ background:#e8e9ed; border-radius:3px; text-align:center; border:1px solid #cfcfcf; display:block}
.view-all a{ display:block; text-decoration:none; padding:5px 10px;color: #5a5a5a}

.sub-li-bg{ background:none !important}

.list-Items{border-bottom:1px solid #f1dbc5; border-left:1px solid #f1dbc5; border-right:1px solid #f1dbc5; line-height:32px !important}

/*************************buttons****************************************/
.btn-pnl{padding:5px 0 10px 0}
.btn-pnl a{color:#fff; text-decoration:none; font-size:12px}
.btn-pnl a.white{color:#000; text-decoration:none}
.btn-pnl .white{color:#000; text-decoration:none}
.forbutton{padding:5px 10px!important;}
.btn-right{width:325px !important; text-align:right !important; padding:0px !important}


.bigrounded {
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}
.medium {
	font-size: 12px;
	padding: .4em 1.5em .42em;
}
.small {
	font-size: 11px;
	padding: .2em 1em .275em;
}

/* color styles 
---------------------------------------------- */



/* rosy */
.rosy {
	color: #fae7e9;
	border: solid 1px #b73948;
	background: #da5867;
	background: -webkit-gradient(linear, left top, left bottom, from(#f16c7c), to(#bf404f));
	background: -moz-linear-gradient(top,  #f16c7c,  #bf404f);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f16c7c', endColorstr='#bf404f');
}
.rosy:hover {
	background: #ba4b58;
	background: -webkit-gradient(linear, left top, left bottom, from(#cf5d6a), to(#a53845));
	background: -moz-linear-gradient(top,  #cf5d6a,  #a53845);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#cf5d6a', endColorstr='#a53845');
}
.rosy:active {
	color: #dca4ab;
	background: -webkit-gradient(linear, left top, left bottom, from(#bf404f), to(#f16c7c));
	background: -moz-linear-gradient(top,  #bf404f,  #f16c7c);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf404f', endColorstr='#f16c7c');
}

/* green */
.green {
	color: #e8f0de;
	border: solid 1px #538312;
	background: #64991e;
	background: -webkit-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e));
	background: -moz-linear-gradient(top,  #7db72f,  #4e7d0e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f', endColorstr='#4e7d0e');
}
.green:hover {
	background: #538018;
	background: -webkit-gradient(linear, left top, left bottom, from(#6b9d28), to(#436b0c));
	background: -moz-linear-gradient(top,  #6b9d28,  #436b0c);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b9d28', endColorstr='#436b0c');
}
.green:active {
	color: #a9c08c;
	background: -webkit-gradient(linear, left top, left bottom, from(#4e7d0e), to(#7db72f));
	background: -moz-linear-gradient(top,  #4e7d0e,  #7db72f);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e7d0e', endColorstr='#7db72f');
}

/* pink */
.pink {
	color: #feeef5;
	border: solid 1px #d2729e;
	background: #f895c2;
	background: -webkit-gradient(linear, left top, left bottom, from(#feb1d3), to(#f171ab));
	background: -moz-linear-gradient(top,  #feb1d3,  #f171ab);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#feb1d3', endColorstr='#f171ab');
}
.pink:hover {
	background: #d57ea5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f4aacb), to(#e86ca4));
	background: -moz-linear-gradient(top,  #f4aacb,  #e86ca4);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4aacb', endColorstr='#e86ca4');
}
.pink:active {
	color: #f3c3d9;
	background: -webkit-gradient(linear, left top, left bottom, from(#f171ab), to(#feb1d3));
	background: -moz-linear-gradient(top,  #f171ab,  #feb1d3);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f171ab', endColorstr='#feb1d3');
}
/*************************buttons****************************************/

.spacer01{display:inline-block; width:25px}
.spacer02{display:inline-block; width:15px}
.send-msg-pnl{padding:20px; background:#fdf4ea; border:1px solid #f1dbc5; margin:15px 0 0 0}
.msg-lft{float:left; width:140px; padding: 0 0 0 0px}
.msg-lft label{ color:#7f140a; font-size:14px; display:inline-block; line-height:26px}
.msg-ryt{float:left; width:526px; padding: 0 0 0 0px}
.msg-ryt select{width:525px !important;height: 30px;border: 1px solid #efcba8; padding:5px}
.msg-ryt textarea{width:520px !important;height: 150px;border: 1px solid #efcba8; resize:none}
.msg-display{padding:20px 0!important;}
.msg-display-border{padding:20px 0 !important; border-top:1px solid #ccc}
.msg-sender{width:105px; float:left}
.msg-sender strong{color:#7f140a; display:block; font-size:13}
.msg-content{width:625px; float:left; color:#363636; text-align:justify}
.msg-to{padding:15px 0 10px 0; float:left; width:250px}
.msg-btns{padding:15px 0 10px 0; float:right; width:200px; text-align:right}
.msg-btns a{color:#000; text-decoration:none}

.msg-reply{padding:10px 0 0 0}
.msg-reply strong{ text-decoration:underline; display:block}
.reply-cnt{padding:5px 0; line-height:20px; text-align:justify}

.clipart-ctgry{display:block; padding:10px 0; width:150px; float:left; overflow:hidden}

.sortableCat-hd{margin:10px 0px 0 5px}


.editor_order{
	margin:10px auto 0px auto;
	width:600px;
	/*background-image:url(../img/OrangePeel/login_bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-position:top;*/
        height: 600px;
	padding:10px;
	border:#F2E7D7 solid 1px;
	background-color:#FFFFFF; border-radius:8px
}

/********************************send to admin****************************************/
.sendtoadmin-pop{
	margin:10px;
	padding:10px 10px 0 10px;
	/*border:#F2E7D7 solid 1px;*/
	background-color:#FFFFFF; border-radius:8px
}
.sendtoadmin-pop h6{color:#e45108; font-size:25px; font-weight:normal; display:block; margin:0px; padding:0px; border-bottom:1px solid #dbdbdb; line-height:36px}
.summary-desc-ryt{padding:0px}
.summary-desc-ryt th{font-size:20px; color:#e45108; text-align:left; font-weight:normal}
.summary-desc-ryt td{font-size:13px; color:#3d3d3d; padding-left:0px !important; font-weight:normal !important}
.summary-desc-ryt td p{font-size:13px; color:#3d3d3d; padding:10px 0 !important; margin:0px; line-height:20px}
.summary-desc-ryt td input{ border:1px solid #fcdebd; border-radius:4px; height:25px; width:100px; padding:5px}
.price{font-size:25px; color:#057203; font-weight:bold}

.pp-hd{color:#3d3d3d; font-size:16px !important;display:block ; border-bottom:1px solid #dbdbdb; font-weight:normal !important; padding:0px !important; margin:0 0 10px 0}
.pp-hd01{color:#3d3d3d; font-size:16px !important;display:block; border-bottom:1px solid #dbdbdb; font-weight:normal !important; padding:0px !important; margin:0 0 10px 0; line-height:25px}

.design-cost{padding-left:0px !important}
.design-cost td{padding:5px 0px !important; font-weight:normal; font-size:13px;color:#3d3d3d; }

.pp-form{padding:0px 0 0 0;/* border-top:1px solid #dbdbdb;*/}
.pp-form td{padding:8px 0 !important}
.pp-form td input[type=text]{width:335px !important;border:1px solid #dbdbdb; height:35px; padding:2px 5px; border-radius:4px}
.pp-form td input[type=password]{width:335px !important;border:1px solid #dbdbdb; height:35px; padding:2px 5px; border-radius:4px; float:left !important}
.pp-btn-ctn{width:335px; text-align:right}

.btn01{width:158px; height:48px; text-align:center;background:url(../img/OrangeRed/place-order-btn.jpg) no-repeat; color:#fff; font-size:21px; border:0px; font-weight:normal; cursor:pointer}
.txt01{color:#a7a6a7; font-size:11px; display:inline-block; padding:10px 0 0 0}
.txt01 a{color:#a7a6a7; text-decoration:none}
.txt01 a:hover, .txt01:hover{color:#e45108; cursor:pointer}

/*-----------------------------------JCROP------------------------------------*/
.crop-pnl-bg{ background:#c2c2c2; border:1px solid #bbb; height:450px; overflow-y:auto}
.jcrop-holder {
  direction: ltr;
  text-align: left; background:#fff; padding:5px;
}
.jcrop-holder img{border:0px !important; margin:10px}
/* Selection Border */
.jcrop-vline,
.jcrop-hline {
 
  font-size: 0;
  position: absolute;
}
.jcrop-vline {
  height: 100%;
  width: 2px !important;  background:#000
}
.jcrop-vline.right {
  right: 0; background:#000
}
.jcrop-hline {
  height: 2px !important;
  width: 100%; background:#000
}
.jcrop-hline.bottom {
  bottom: 0; background:#000
}
/* Invisible click targets */
.jcrop-tracker {
  height: 100%;
  width: 100%;
  /* "turn off" link highlight */
  -webkit-tap-highlight-color: transparent;
  /* disable callout, image save panel */
  -webkit-touch-callout: none;
  /* disable cut copy paste */
  -webkit-user-select: none;
}
/* Selection Handles */
.jcrop-handle {
  background-color: #333333;
  border: 1px #eeeeee solid;
  width: 7px;
  height: 7px;
  font-size: 1px;
}
.jcrop-handle.ord-n {
  left: 50%;
  margin-left: -4px;
  margin-top: -4px;
  top: 0;
}
.jcrop-handle.ord-s {
  bottom: 0;
  left: 50%;
  margin-bottom: -4px;
  margin-left: -4px;
}
.jcrop-handle.ord-e {
  margin-right: -4px;
  margin-top: -4px;
  right: 0;
  top: 50%;
}
.jcrop-handle.ord-w {
  left: 0;
  margin-left: -4px;
  margin-top: -4px;
  top: 50%;
}
.jcrop-handle.ord-nw {
  left: 0;
  margin-left: -4px;
  margin-top: -4px;
  top: 0;
}
.jcrop-handle.ord-ne {
  margin-right: -4px;
  margin-top: -4px;
  right: 0;
  top: 0;
}
.jcrop-handle.ord-se {
  bottom: 0;
  margin-bottom: -4px;
  margin-right: -4px;
  right: 0;
}
.jcrop-handle.ord-sw {
  bottom: 0;
  left: 0;
  margin-bottom: -4px;
  margin-left: -4px;
}
/* Dragbars */
.jcrop-dragbar.ord-n,
.jcrop-dragbar.ord-s {
  height: 7px;
  width: 100%;
}
.jcrop-dragbar.ord-e,
.jcrop-dragbar.ord-w {
  height: 100%;
  width: 7px;
}
.jcrop-dragbar.ord-n {
  margin-top: -4px;
}
.jcrop-dragbar.ord-s {
  bottom: 0;
  margin-bottom: -4px;
}
.jcrop-dragbar.ord-e {
  margin-right: -4px;
  right: 0;
}
.jcrop-dragbar.ord-w {
  margin-left: -4px;
}
/* The "jcrop-light" class/extension */
.jcrop-light .jcrop-vline,
.jcrop-light .jcrop-hline {
  background: #ffffff;
  filter: alpha(opacity=70) !important;
  opacity: .70!important;
}
.jcrop-light .jcrop-handle {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #000000;
  border-color: #ffffff;
  border-radius: 3px;
}
/* The "jcrop-dark" class/extension */
.jcrop-dark .jcrop-vline,
.jcrop-dark .jcrop-hline {
  background: #000000;
  filter: alpha(opacity=70) !important;
  opacity: 0.7 !important;
}
.jcrop-dark .jcrop-handle {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #ffffff;
  border-color: #000000;
  border-radius: 3px;
}
/* Simple macro to turn off the antlines */
.solid-line .jcrop-vline,
.solid-line .jcrop-hline {
  background: #ffffff;
}
/* Fix for twitter bootstrap et al. */
.jcrop-holder img,
img.jcrop-preview {
  max-width: none;
}

.knob{font-size:16px !important; color:#c06402 !important}
.knob1{font-size:16px !important; color:#c06402 !important}
.re-opt-table{padding:0px 3px}
.re-opt-table td span{float:left; display:block}
.re-opt-table td div{float:left}
.re-opt-table th{padding:15px 0 3px 0; text-align:left; border-bottom:1px solid #eaeaea; font-size:15px; color:#3e3e3e; font-weight:normal}
.re-opt-table td{padding:5px 0; text-align:left; width:266px}
.re-opt-table th strong{font-size:13px; color:#4f4f4f}
.re-opt-table td textarea{width: 252px;height: 35px;font-family: 'PT Sans', sans-serif;font-size: 12px; padding:6px;border: #eaeaea solid 1px;border-radius: 4px;resize: none}
.re-opt-table td input[type=button]{width: 60px;height: 25px;background:url(../img/OrangeRed/btn02.jpg) no-repeat; text-align:center; color:#844508; font-size:11px; border:0px; margin:0 0px 0 0; cursor:pointer}
.spcer01{margin-right:10px}
.center{ text-align:center !important}
.opt-font{padding:10px 0 0 0 !important}
.opt-font label{padding:10px 10px 0 0; display:block; float:left}
.opt-size{padding:10px 0 !important}
.opt-size span{padding:5px 10px 0 0}
.opt-size select{width:60px;padding: 3px;border: #eaeaea solid 1px;border-radius: 4px; margin:0 0 0 30px}
.opt-fnt-align{padding:0 40px 0 0}
.opt-center{padding:0 6px 0 0}
.opt-txt-otline{padding:2px 0 0 0}
.opt-txt-otline span{padding:5px 5px 0 0}
.opt-txt-otline select{width:70px;padding: 3px;border: #eaeaea solid 1px;border-radius: 4px; display:inline-block}
.opt-txt-wrap{padding:0px}
.opt-txt-wrap td{padding:6px 0}
.opt-txt-wrap label{display:inline-block;padding:10px 8px 0 0; float:left}
.opt-txt-wrap select{width:165px;padding:5px 3px;border: #eaeaea solid 1px;border-radius: 4px; height:30px}

.ryt{float:right !important; padding-right:8px !important }
.order-btn-btm{padding-top:10px}


.save-pop{
	margin:10px;
	padding:10px 10px 0 10px;
	/*border:#F2E7D7 solid 1px;*/
	background-color:#FFFFFF; border-radius:8px
}
.save-pop h6{color:#e45108; font-size:25px; font-weight:normal; display:block; margin:0px; padding:0px; border-bottom:1px solid #dbdbdb; line-height:36px}
.save-table{padding:8px 0}
.save-table td{padding:6px 0}
.save-table input[type=text]{width:250px !important;border:1px solid #dbdbdb; height:30px; padding:2px 5px; border-radius:4px}
.save-table input[type=password]{width:250px !important;border:1px solid #dbdbdb; height:30px; padding:2px 5px; border-radius:4px; float:none !important}

.opt-art{padding:0px; position:relative}
.opt-art td{padding:6px 0}
.opt-art label{display:inline-block;padding:10px 8px 0 0; float:left}
.opt-art select{width:135px;padding:5px 3px;border: #eaeaea solid 1px;border-radius: 4px; height:30px}

.art-controls{padding:10px 10px 5px 10px; background:#fef4df; margin:0px 0 0 0; position:absolute; top:223px}
.art-controls th{padding:0px 0 3px 0; text-align:left; border-bottom:1px solid #eaeaea; font-size:15px; color:#3e3e3e; font-weight:normal}
.image-controls{display:inline-block}
.image-controls01{display:inline-block; padding:0 0 0 45px}
.image-controls label, .image-controls01 label{padding:2px 8px  0 0 !important}
.art-controls td input[type=button]{width: 60px;height: 25px;background:url(../img/OrangeRed/btn02.jpg) no-repeat; text-align:center; color:#844508; font-size:11px; border:0px; margin:0 0px 0 0; cursor:pointer}
.btn-back{width: 60px;height: 25px;background:url(../img/OrangeRed/btn02.jpg) no-repeat; text-align:center; color:#844508 !important; font-size:11px !important; border:0px; margin:0 0px 0 0; cursor:pointer;  display:inline-block; line-height:25px; font-weight:normal !important}
.btn-back a{color:#844508;text-decoration:none; line-height:25px}

.opt-upload{padding:0px}
.opt-upload th{padding:0px 0 3px 0; text-align:left; border-bottom:1px solid #eaeaea; font-size:15px; color:#3e3e3e; font-weight:normal}
.opt-upload strong{padding:0px 0 10px 4px; text-align:left; font-size:13px; color:#f37321;  display:block}

.opt-browse{padding:0px}
.opt-browse th{padding:0px 0 3px 0; text-align:left; font-size:15px; color:#3e3e3e; font-weight:normal}
.opt-rotate{padding:0 0 10px 0}
.category-lists{
	margin:5px 0 10px 0;
	padding:8px 0;
}
.category-lists li{
	list-style-type:none;
	padding:3px 3px 3px 10px;
	line-height:20px;
	margin:0 0 2px 0;
	background:url(../img/OrangeRed/arrow.png) no-repeat 0 10px;
}
.category-lists li:last-child{border-bottom:none}
.category-lists li a{color:#3e3e3e}
.category-lists li a:hover{color:#cf4d0d; text-decoration:none}

/*.btn-my-uploads{width:93px; height:29px; text-align:center; color:#b66940; display:block; line-height:29px}*/
.btn-my-uploads{padding:0 10px; height:29px;background:#f2813b; text-align:center; color:#fff !important; display:block; line-height:29px; border-radius:4px;font-size:13px; border:1px solid #feeabd;}
.btn-backGallery{color:#3e3e3e !important; display:block; line-height:29px; font-size:12px; text-decoration:underline; font-style:italic}

.txt05{color:#ee3524; font-size:15px; float:left; padding:0 0 10px 0; font-weight:normal}
.crop-btn{width:116px; height:38px;background:url(../img/OrangeRed/crop-btn.jpg) no-repeat; border:0px; cursor:pointer}
.cancel-btn{width:116px; height:38px;background:url(../img/OrangeRed/cancel-btn.jpg) no-repeat; border:0px; cursor:pointer}

.rate-star{padding-top:10px}

.productPrice{
	padding:0px 0 10px 0;
	font-size:26px;
	text-align:left;	
	/* background-color:#D7D3B0; */
	color:#cb0000;
	margin-top:10px;
}

.option_selectbox{	
	padding:5px !important;
	width:120px!important;
	border:none;
	font-family:'PT Sans', sans-serif;
	font-size:12px;
	border-radius: 3px;}
.product_desc_head{
	font-size:16px;
	padding:15px 0 8px 0;
	font-family:'PT Sans', sans-serif;
	
}

.product_desc{
	font-family:'PT Sans', sans-serif;
	color:#000000; line-height:20px;
	padding-top:5px;
	padding-bottom:10px;
}


.product_details{
	/*width:330px;	*/
	text-align:left;
	vertical-align:top;
}
#container{
	position:relative;
	overflow:hidden;
	margin: 5px 0 5px 0;
}

#scroller{
	/*width:2000px; */
}

.content{
	float:left;
	margin: 5px 5px 5px 5px;
	padding:5px;
	text-align:justify;
	border:#999999 solid 1px;
	cursor:pointer;
}



/*********************      Printlogic    1.6  Customization  ***************************************/


.custom_info_txt{
    border: 1px solid #FCDEBD;
    border-radius: 4px 4px 4px 4px;
    height: 25px;
    padding: 5px;
    width: 100%;
}

.custom_info_popup{
    
    width: 100%;
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
border-left-width: 0px;
border-spacing: 1px;
}

 #navigation {
position: relative;
text-align:right;
/*margin-top: -1px;*/
margin-top:0;
}
 
#navigation li {
position: relative;
list-style: none;
display: inline-block;
/*margin: 0 20px;*/
}
 
#navigation li a {
padding: 5px 30px;
display: block;
 
font-family: 'PT Sans', sans-serif;
font-size: 12px;
font-weight: 700;
color: #fff;
text-align: left;
border-right:1px solid #fff;
}
 
#navigation li:hover .main {
color: #ffffff;
background-color:#EE3524;
}
 
#navigation li .sub-nav-wrapper {
display: block;
position: absolute;
z-index: 30;
margin-left: -4px;

}
 
#navigation li .sub-nav-wrapper .sub-nav {
width: 150px;
margin-top: -5px;
background: #F37321;
border-top: 1px solid #fff;
box-shadow: 0 1px 2px rgba(0,0,0,0.35);
-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.35);
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.35);
padding:0!important;
}
 
#navigation li:hover .sub-nav-wrapper {
display: block;
z-index:100000;
}
 
#navigation li .sub-nav-wrapper .sub-nav li {
list-style: none;
display: block;
margin: 0;
padding: 0;

text-align: left;
border-bottom: 1px solid #F6D1B8;
}
 
#navigation li .sub-nav-wrapper .sub-nav li:first-child {
}
 
#navigation li .sub-nav-wrapper .sub-nav li:last-child {
border: none;
}
 
#navigation li .sub-nav-wrapper .sub-nav li a {
display: block;
padding: 5px 20px;
font-size: 12px;
font-weight: 600;

}
 
#navigation li .sub-nav-wrapper .sub-nav li:hover {
background: #EE3524;
border-bottom: 1px solid #F6D1B8;
}
a, #navigation li .sub-nav-wrapper .sub-nav li {
transition: all 1s;
-moz-transition: all 1s;
-webkit-transition: all 1s;
}
 
#navigation li .sub-nav-wrapper {
pointer-events: none;
opacity: 0;
filter: alpha(opacity=0);
top: 0;
 
transition: all 1s ease-in-out;
-moz-transition: all 1s ease-in-out;
-webkit-transition: all 1s ease-in-out;
}
 
#navigation li:hover .sub-nav-wrapper {
pointer-events: auto;
opacity: 1;
filter: alpha(opacity=100);
top: 30px;
}

.order-now2{
	width:237px; height:43px;background:url(../img/OrangeRed/ordernow.png) no-repeat; cursor:pointer; border:0px; margin-top:10px;}


.jersey-info_div{border: 1px solid #DBDBDB; max-height:300px; min-height:100px; overflow:auto; padding:15px;}
.info_head_td{ color: #3D3D3D;  font-size: 14px; font-weight:normal!important;}
.info_td{  color:#444444!important;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: normal!important;
    line-height: 18px;
    margin: 0;
    padding:7px!important;}
.info_td p{  color:#666666; border-bottom:1px dotted #cfcfcf; padding:5px 0;}
.jersey-open{ color: #E45108;font-size: 11px;}
.jersey-close{color:#cfcfcf;font-size: 11px;}

/*--------------------------------------custom filed styles------------------------------*/
.custom_values_style{color:#666666;}
.filed_delete{color:#8B0B02; font-size:11px; padding:0 2px;}
.customvalue_addfield{border:1px solid #cfcfcf; width:190px; margin:6px 0; padding:2px; color:#777777;}
.help_txt{font-size:11px; color:#999999;}
.customfieldadd_link{font-size:12px; margin-left:15px;}
.customfieldadd_link:hover{ text-decoration:underline!important}
/*-----------------------------------new styles--*/
.customfield_wrapper{
	width:214px;
	background-color:#FFFFFF;}
.customfield_wrapper ul{margin:0; padding:0; list-style:none;}
.customfield_wrapper li{display: inline-block; margin: 0 9px 0 0;  min-height: 18px;  padding: 0;}
.customfield_wrapper span{color:#999999;}
.fieldname{float:left;}
.deletelink {display:block; float:right; height:9px; width:14px; padding-top:3px; text-align:right; line-height:3px; font-size:18px; display:block; cursor: pointer;}
/*------------------sidebar download----------------------*/
.newsidebar{ border:1px solid #cfcfcf; border-radius:5px; -webikit-border-radius:5px; -moz-border-radius:5px; width:160px!important; margin-bottom: 20px!important;}
/*-----------------------editor modifications sides----------------------------------*/
.sides_pannel{width:57px;float:right;  position:absolute; right:5px; top:5px;}
.sides_pannelcontent{border:1px solid #cfcfcf; padding:2px; margin:5px;}
.sides_pannel .img_thumb{width:40px; height:45px;}
.sides_pannelcontent_active{border:1px solid #F37321; padding:2px; margin:5px;}
.leftpadding1{padding-left:20px;}
#item_details_admin #item_details_admin{margin-left:0;}

/*-----------------------------product flow---------------------------*/
.defaultfront{
	border-bottom:1px solid #cfcfcf;
	padding:5px 0;
	width:315px;}
.add_modeside_box{
	/*border:1px solid #cfcfcf;*/
	width:315px;}
.addmoreside{
	font-family:'PT Sans', sans-serif;
	font-size:12px;
	text-decoration:underline!important;
	color:#0C8FFD!important;
	display:block;
	float:right;
	padding:0 0 0 20px;
	background:url(../img/OrangeRed/add_icon.gif) 0% 0% no-repeat; }
.addside{
	float:left;}
.addnewwrapper{
	width:323px!important;}
.addnewwrapper li{
	padding:7px 0;
	border-bottom:1px solid #cfcfcf;}
.addnewwrapper .box3_admin{
	width:145px;}
.addnewwrapper .deletelink{
	padding-top:5px;}
.customsideimage_upload{
	width:100px;
	position:relative;
	height:133px;
	border:2px solid #D4CFCF;
	padding:2px;
	float:left;
	margin:0 10px 10px 0; }
.customsideimage_upload .text{
	display:block;
	position:absolute;
	bottom:2px;
	width:98px;
	height:30px;
	left:3px;
	color:#666666;
	font-size:11px;}
.customsideimage_upload_wrapper{
	clear:both;
	width:500px;
        position:relative;}
.designdisplay{
    
}
.designdisplay td{
       border:1px solid #cfcfcf;
}


.sidebarmenu ul li.parentLI ul li a:link:not(.subfolderstyle),.sidebarmenu ul li.parentLI ul  li a:visited,.sidebarmenu ul  li.parentLI ul li a:active{
	background-image:none;
}
/***Dimensions to product add/edit page***/
.box4_admin{
	background-color: #fff;	
	border: 1px solid #FFC079;
	padding: 6px;
	height:auto;
	width:30px;
	font-family:'PT Sans', sans-serif;
	font-size:13px;
	color:#000000;
	letter-spacing:0px;
        float: left;

}

.dimensions_div {
	float:left; 
        margin-left: 20px;     
}
/***Dimensions to product add/edit page***/
.mandatory{
color : #FF0000;
}
.error {
    color: red;
    font-size: 15px;  
}
/*============================***********Responsive*********====================================*/

.left { float: left; }

.right { float: right; }

.text-left { text-align: left; }

.text-right { text-align: right; }

.text-center { text-align: center; }

.hide { display: none; }

.highlight { background:none; }

#googlemap img, object, embed { max-width: none; }

#map_canvas embed { max-width: none; }

#map_canvas img { max-width: none; }

#map_canvas object { max-width: none; }

/* Base Type Styles Using Modular Scale ---------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, p, blockquote, th, td { margin: 0; padding: 0; font-size: 14px; }

p { font-size: 14px; line-height: 1.6; margin-bottom: 17px; }
p.lead { font-size: 17.5px; line-height: 1.6; margin-bottom: 17px; }
p img.left, p img { margin: 17px; margin-left: 0; }
p img.right { margin: 17px; margin-right: 0; }

aside p { font-size: 13px; line-height: 1.35; font-style: italic; }

h1, h2, h3, h4, h5, h6 { text-rendering: optimizeLegibility; line-height: 1.1; margin-bottom: 14px; margin-top: 14px; }
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small { font-size: 60%; color: #888; line-height: 0; }


h5 { font-size: 16px; }

h6 { font-size: 14px; }

img.scale-with-grid { outline: 0; max-width: 100%; height: auto; }

hr { border: solid #ddd; border-width: 5px 0 0; clear: both; margin: 22px 0 21px; height: 0; }

.subheader { line-height: 1.3; color: #777; font-weight: 300; margin-bottom: 17px; }

em, i { font-style: italic; line-height: inherit; }

strong, b { font-weight: 500; line-height: inherit; }

small { font-size: 60%; line-height: inherit; }

code { font-weight: 500; background: #ffff99; }

/* Lists ---------------------- */
ul, ol { font-size: 14px; line-height: 1.6; margin-bottom: 17px; list-style-position: inside; }

ul.square, ul.circle, ul.disc { margin-left: 17px; }

ul.square { list-style-type: square; }

ul.circle { list-style-type: circle; }

ul.disc { list-style-type: disc; }

ul.no-bullet { list-style: none; }

ul.large li { line-height: 21px; }

/* Blockquotes ---------------------- */
blockquote, blockquote p { line-height: 1.5; color: #777; }

blockquote { margin: 0 0 17px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }

blockquote cite { display: block; font-size: 13px; color: #555; }

blockquote cite:before { content: "\2014 \0020"; }

blockquote cite a, blockquote cite a:visited { color: #555; }

abbr, acronym { text-transform: uppercase; font-size: 90%; color: #222; border-bottom: 1px solid #ddd; cursor: help; }

abbr { text-transform: none; }

/* Print styles.  Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/ Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
*/
.print-only { display: none !important; }

@media print { * { background: transparent !important; color: black !important; box-shadow: none !important; text-shadow: none !important; filter: none !important; -ms-filter: none !important; }
  /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
  .hide-on-print { display: none !important; }
  .print-only { display: block !important; } 
  
  }

/* The Grid ---------------------- */
.row { width: 1050px; max-width: 100%; min-width: 768px; margin: 0 auto; }
.row .row { width: auto; max-width: none; min-width: 0; margin: 0 /*-15px*/; }
.row.collapse .column, .row.collapse .columns { padding: 0; }
.row .row.collapse { margin: 0; }

.column, .columns { float: left; min-height: 1px; /*padding: 0 15px;*/ padding:0px; position: relative; }
.column.centered, .columns.centered { float: none; margin: 0 auto; }

[class*="column"] + [class*="column"]:last-child {/* float: right;*/ }

[class*="column"] + [class*="column"].end { float: left; }

.4columns { float: left; min-height: 1px; padding: 0 5px; position: relative; }
.4columns.centered { float: none; margin: 0 auto; }


.row .one { width: 8.333%; }

.row .two { width: 16.667%; }

.row .three { width: 25%; }

.row .four { width: 33.333%; }

.row .five { width: 41.667%; }

.row .six { width: 50%; }

.row .seven { width: 58.333%; }

.row .eight { width: 66.667%; }

.row .nine { width: 75%; }

.row .ten { width: 83.333%; }

.row .eleven { width: 91.667%; }

.row .twelve { width: 100%; }

.row .offset-by-one { margin-left: 8.333%; }

.row .offset-by-two { margin-left: 16.667%; }

.row .offset-by-three { margin-left: 25%; }

.row .offset-by-four { margin-left: 33.333%; }

.row .offset-by-five { margin-left: 41.667%; }

.row .offset-by-six { margin-left: 50%; }

.row .offset-by-seven { margin-left: 58.333%; }

.row .offset-by-eight { margin-left: 66.667%; }

.row .offset-by-nine { margin-left: 75%; }

.row .offset-by-ten { margin-left: 83.333%; }

.push-two { left: 16.667%; }

.pull-two { right: 16.667%; }

.push-three { left: 25%; }

.pull-three { right: 25%; }

.push-four { left: 33.333%; }

.pull-four { right: 33.333%; }

.push-five { left: 41.667%; }

.pull-five { right: 41.667%; }

.push-six { left: 50%; }

.pull-six { right: 50%; }

.push-seven { left: 58.333%; }

.pull-seven { right: 58.333%; }

.push-eight { left: 66.667%; }

.pull-eight { right: 66.667%; }

.push-nine { left: 75%; }

.pull-nine { right: 75%; }

.push-ten { left: 83.333%; }

.pull-ten { right: 83.333%; }

img, object, embed { max-width: 100%; height: auto; padding: 0px;}

img { -ms-interpolation-mode: bicubic; }

#map_canvas img, .map_canvas img { max-width: none!important; }

/* Nicolas Gallagher's micro clearfix */
.row { *zoom: 1; }
.row:before, .row:after { content: ""; display: table; }
.row:after { clear: both; }

/* Mobile Grid and Overrides ---------------------- */
@media only screen and (max-width: 767px) { body { -webkit-text-size-adjust: none; -ms-text-size-adjust: none; width: 100%; min-width: 0; margin-left: 0; margin-right: 0; padding-left: 0; padding-right: 0; }
  .row { width: auto; min-width: 0; margin-left: 0; margin-right: 0; }
  .column, .columns { width: auto !important; float: none; }
  .column:last-child, .columns:last-child { float: none; }
  [class*="column"] + [class*="column"]:last-child { float: none; }
  .column:before, .columns:before, .column:after, .columns:after { content: ""; display: table; }
  .column:after, .columns:after { clear: both; }
  .no-left-margin, .offset-by-one, .offset-by-two, .offset-by-three, .offset-by-four, .offset-by-five, .offset-by-six, .offset-by-seven, .offset-by-eight, .offset-by-nine, .offset-by-ten { margin-left: 0 !important; }
  .left-auto, .push-two, .push-three, .push-four, .push-five, .push-six, .push-seven, .push-eight, .push-nine, .push-ten { left: auto; }
  .right-auto, .pull-two, .pull-three, .pull-four, .pull-five, .pull-six, .pull-seven, .pull-eight, .pull-nine, .pull-ten { right: auto; }
  /* Mobile 4-column Grid */
  .row .mobile-one { width: 25% !important; float: left; padding: 0 15px; }
  .row .mobile-one:last-child { float: right; }
  .row.collapse .mobile-one { padding: 0; }
  .row .mobile-two { width: 50% !important; float: left; padding: 0 15px; }
  .row .mobile-two:last-child { float: right; }
  .row.collapse .mobile-two { padding: 0; }
  .row .mobile-three { width: 75% !important; float: left; padding: 0 15px; }
  .row .mobile-three:last-child { float: right; }
  .row.collapse .mobile-three { padding: 0; }
  .row .mobile-four { width: 100% !important; float: left; padding: 0 15px; }
  .row .mobile-four:last-child { float: right; }
  .row.collapse .mobile-four { padding: 0; }
  .push-one-mobile { left: 25%; }
  .pull-one-mobile { right: 25%; }
  .push-two-mobile { left: 50%; }
  .pull-two-mobile { right: 50%; }
  .push-three-mobile { left: 75%; }
  .pull-three-mobile { right: 75%; } 
  .innercontentrea_leftcol{
	width:94%;
	margin:3%;
	}
.innercontentrea_rightcol{
	width:94%;
	margin:3%;
	}
	.marg3{
	width:98%;
	margin-right: 1%;
	margin-left: 1%;
}
.footer{
	width:100%;
}
.order_6{
	margin-right:0;
	width:100%;
}


  }
/* Block Grids ---------------------- */
/* These are 2-up, 3-up, 4-up and 5-up ULs, suited
for repeating blocks of content. Add 'mobile' to
them to switch them just like the layout grid
(one item per line) on phones

For IE7/8 compatibility block-grid items need to be
the same height. You can optionally uncomment the
lines below to support arbitrary height, but know
that IE7/8 do not support :nth-child.
-------------------------------------------------- */
.block-grid { display: block; overflow: hidden; padding: 0; }
.block-grid > li { display: block; height: auto; float: left; }

.block-grid.two-up { margin: 0 -15px; }

.block-grid.two-up > li { width: 50%; padding: 0 15px 15px; }

/*  .block-grid.two-up>li:nth-child(2n+1) {clear: left;} */
.block-grid.three-up { margin: 0 -12px; }

.block-grid.three-up > li { width: 33.33%; padding: 0 12px 12px; }

/*  .block-grid.three-up>li:nth-child(3n+1) {clear: left;} */
.block-grid.four-up { margin: 0 -10px; }

.block-grid.four-up > li { width: 25%; padding: 0 10px 10px; }

/*  .block-grid.four-up>li:nth-child(4n+1) {clear: left;} */
.block-grid.five-up { margin: 0 -8px; }

.block-grid.five-up > li { width: 20%; padding: 0 8px 8px; }

/*  .block-grid.five-up>li:nth-child(5n+1) {clear: left;} */
/* Mobile Block Grids */
@media only screen and (max-width: 767px) { .block-grid.mobile { margin-left: 0; }
  .block-grid.mobile > li { float: none; width: 100%; margin-left: 0; } }

/* Requires: globals.css */
/* Table of Contents

:: Visibility
:: Alerts
:: Labels
:: Tooltips
:: Panels
:: Side Nav
:: Sub Nav
:: Pagination
:: Breadcrumbs
:: Lists
:: Link Lists
:: Keystroke Chars
:: Video
:: Tables
:: Microformats

*/
/* Visibility Classes ---------------------- */
/* Standard visibility targeting */
.show-for-small, .show-for-medium, .hide-for-large, .show-for-xlarge { display: none !important; }

.hide-for-xlarge, .show-for-large, .hide-for-small, .hide-for-medium { display: block !important; }

/* Very large display targeting */
@media only screen and (min-width: 1441px) { .hide-for-small, .hide-for-medium, .hide-for-large, .show-for-xlarge { display: block !important; }
  .show-for-small, .show-for-medium, .show-for-large, .hide-for-xlarge { display: none !important; } 
  .innercontentrea_leftcol{
	width:94%;
	margin:3%;
	}
	.innercontentrea_rightcol{
	width:94%;
	margin:3%;
	}
  }
/* Medium display targeting */
@media only screen and (max-width: 1279px) and (min-width: 768px) { .hide-for-small, .show-for-medium, .hide-for-large, .hide-for-xlarge { display: block !important; }
  .show-for-small, .hide-for-medium, .show-for-large, .show-for-xlarge { display: none !important; } 
  .innercontentrea_leftcol{
	width:94%;
	margin:3%;
	}
	.innercontentrea_rightcol{
	width:94%;
	margin:3%;
	}
	.marg3{
	width:98%;
	margin-right: 1%;
	margin-left: 1%;
	}
	.footer{
	width:100%;
}

  }
/* Small display targeting */
@media only screen and (max-width: 767px) { .show-for-small, .hide-for-medium, .hide-for-large, .hide-for-xlarge { display: block !important; }
  .hide-for-small, .show-for-medium, .show-for-large, .show-for-xlarge { display: none !important; } }
/* Orientation targeting */
.show-for-landscape, .hide-for-portrait { display: block !important; }

.hide-for-landscape, .show-for-portrait { display: none !important; }

@media screen and (orientation: landscape) { .show-for-landscape, .hide-for-portrait { display: block !important; }
  .hide-for-landscape, .show-for-portrait { display: none !important; } }
@media screen and (orientation: portrait) { .show-for-portrait, .hide-for-landscape { display: block !important; }
  .hide-for-portrait, .show-for-landscape { display: none !important; } }
/* Touch-enabled device targeting */
.show-for-touch { display: none !important; }

.hide-for-touch { display: block !important; }

.touch .show-for-touch { display: block !important; }

.touch .hide-for-touch { display: none !important; }

/* Specific overrides for elements that require something other than display: block */
table.show-for-xlarge, table.show-for-large, table.hide-for-small, table.hide-for-medium { display: table !important; }

@media only screen and (max-width: 1279px) and (min-width: 768px) { .touch table.hide-for-xlarge, .touch table.hide-for-large, .touch table.hide-for-small, .touch table.show-for-medium { display: table !important; } }
@media only screen and (max-width: 767px) { table.hide-for-xlarge, table.hide-for-large, table.hide-for-medium, table.show-for-small { display: table !important; } }
/* Alerts ---------------------- */
div.alert-box { display: block; padding: 6px 7px 7px; font-weight: 500; font-size: 14px; color: white; background-color: #2ba6cb; border: 1px solid rgba(0, 0, 0, 0.1); margin-bottom: 12px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; text-shadow: 0 -1px rgba(0, 0, 0, 0.3); position: relative; }
div.alert-box.success { background-color: #5da423; color: #fff; text-shadow: 0 -1px rgba(0, 0, 0, 0.3); }
div.alert-box.alert { background-color: #c60f13; color: #fff; text-shadow: 0 -1px rgba(0, 0, 0, 0.3); }
div.alert-box.secondary { background-color: #e9e9e9; color: #505050; text-shadow: 0 1px rgba(255, 255, 255, 0.3); }
div.alert-box a.close { color: #333; position: absolute; right: 4px; top: -1px; font-size: 17px; opacity: 0.2; padding: 4px; }
div.alert-box a.close:hover, div.alert-box a.close:focus { opacity: 0.4; }

/* Labels ---------------------- */
.label { padding: 1px 4px 2px; font-size: 12px; font-weight: 500; text-align: center; text-decoration: none; line-height: 1; white-space: nowrap; display: inline; position: relative; bottom: 1px; color: #fff; background: #2ba6cb; }
.label.radius { -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; }
.label.round { padding: 1px 7px 2px; -webkit-border-radius: 1000px; -moz-border-radius: 1000px; -ms-border-radius: 1000px; -o-border-radius: 1000px; border-radius: 1000px; }
.label.alert { background-color: #c60f13; }
.label.success { background-color: #5da423; }
.label.secondary { background-color: #e9e9e9; color: #505050; }

/* Tooltips ---------------------- */
.has-tip { border-bottom: dotted 1px #ccc; cursor: help; font-weight: 500; color: #333; }
.has-tip:hover { border-bottom: dotted 1px #0593dc; color: #0192dd; }
.has-tip.tip-left, .has-tip.tip-right { float: none !important; }

.tooltip { display: none; background: black; background: rgba(0, 0, 0, 0.8); position: absolute; color: #fff; font-weight: 500; font-size: 12px; font-size: 1.2rem; padding: 5px; z-index: 999; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; line-height: normal; }
.tooltip > .nub { display: block; width: 0; height: 0; border: solid 5px; border-color: transparent transparent black transparent; border-color: transparent transparent rgba(0, 0, 0, 0.8) transparent; position: absolute; top: -10px; left: 10px; }
.tooltip.tip-override > .nub { border-color: transparent transparent black transparent !important; border-color: transparent transparent rgba(0, 0, 0, 0.8) transparent !important; top: -10px !important; }
.tooltip.tip-top > .nub { border-color: black transparent transparent transparent; border-color: rgba(0, 0, 0, 0.8) transparent transparent transparent; top: auto; bottom: -10px; }
.tooltip.tip-left, .tooltip.tip-right { float: none !important; }
.tooltip.tip-left > .nub { border-color: transparent transparent transparent black; border-color: transparent transparent transparent rgba(0, 0, 0, 0.8); right: -10px; left: auto; }
.tooltip.tip-right > .nub { border-color: transparent black transparent transparent; border-color: transparent rgba(0, 0, 0, 0.8) transparent transparent; right: auto; left: -10px; }
.tooltip.noradius { -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; border-radius: 0; }
.tooltip.opened { color: #0192DD !important; border-bottom: dotted 1px #0593DC !important; }

.tap-to-close { display: block; font-size: 10px; font-size: 1rem; color: #888; font-weight: normal; }

@media only screen and (max-width: 767px) { .tooltip { font-size: 14px; font-size: 1.4rem; line-height: 1.4; padding: 7px 10px 9px 10px; }
  .tooltip > .nub, .tooltip.top > .nub, .tooltip.left > .nub, .tooltip.right > .nub { border-color: transparent transparent black transparent; border-color: transparent transparent rgba(0, 0, 0, 0.85) transparent; top: -12px; left: 10px; } }
/* Panels ---------------------- */
div.panel { background: #f2f2f2; border: solid 1px #e6e6e6; margin: 0 0 22px 0; padding: 20px; }
div.panel *:first-child { margin-top: 0; }
div.panel *:last-child { margin-bottom: 0; }
div.panel.callout { background: #2ba6cb; color: #fff; border-color: #2284a1; -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5); -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5); box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5); }
div.panel.callout a { color: #fff; }
div.panel.callout .button { background: white; border: none; color: #2ba6cb; text-shadow: none; }
div.panel.callout .button:hover { background: rgba(255, 255, 255, 0.8); }
div.panel.radius { -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; }

/* Side Nav ---------------------- */
ul.side-nav { display: block; list-style: none; margin: 0; padding: 17px 0; }
ul.side-nav li { display: block; list-style: none; margin: 0 0 7px 0; }
ul.side-nav li a { display: block; }
ul.side-nav li.active a { color: #4d4d4d; font-weight: 500; }
ul.side-nav li.divider { border-top: 1px solid #e6e6e6; height: 0; padding: 0; }

/* Sub Navs http://www.zurb.com/article/292/how-to-create-simple-and-effective-sub-na ---------------------- */
dl.sub-nav { display: block; width: auto; overflow: hidden; margin: -4px 0 18px -9px; padding-top: 4px; }
dl.sub-nav dt, dl.sub-nav dd { float: left; display: inline; margin-left: 9px; margin-bottom: 4px; }
dl.sub-nav dt { color: #999; font-weight: normal; }
dl.sub-nav dd a { text-decoration: none; -webkit-border-radius: 1000px; -moz-border-radius: 1000px; -ms-border-radius: 1000px; -o-border-radius: 1000px; border-radius: 1000px; }
dl.sub-nav dd.active a { font-weight: 500; background: #2ba6cb; color: #fff; padding: 3px 9px; cursor: default; }

/* Pagination ---------------------- */
ul.pagination { display: block; height: 24px; margin-left: -5px; }
ul.pagination li { float: left; display: block; height: 24px; color: #999; font-size: 14px; margin-left: 5px; }
ul.pagination li a { display: block; padding: 1px 7px 1px; color: #555; }
ul.pagination li:hover a, ul.pagination li a:focus { background: #e6e6e6; }
ul.pagination li.unavailable a { cursor: default; color: #999; }
ul.pagination li.unavailable:hover a, ul.pagination li.unavailable a:focus { background: transparent; }
ul.pagination li.current a { background: #2ba6cb; color: white; font-weight: 500; cursor: default; }
ul.pagination li.current a:hover { background: #2ba6cb; }

/* Breadcrums ---------------------- */
ul.breadcrumbs { display: block; background: #f6f6f6; padding: 6px 10px 7px; border: 1px solid #e9e9e9; -webkit-border-radius: 2px; -moz-border-radius: 2px; -ms-border-radius: 2px; -o-border-radius: 2px; border-radius: 2px; overflow: hidden; }
ul.breadcrumbs li { margin: 0; padding: 0 12px 0 0; float: left; list-style: none; }
ul.breadcrumbs li a, ul.breadcrumbs li span { text-transform: uppercase; font-size: 11px; font-size: 1.1rem; padding-left: 12px; }
ul.breadcrumbs li:first-child a, ul.breadcrumbs li:first-child span { padding-left: 0; }
ul.breadcrumbs li:before { content: "/"; color: #aaa; }
ul.breadcrumbs li:first-child:before { content: " "; }
ul.breadcrumbs li.current a { cursor: default; color: #333; }
ul.breadcrumbs li:hover a, ul.breadcrumbs li a:focus { text-decoration: underline; }
ul.breadcrumbs li.current:hover a, ul.breadcrumbs li.current a:focus { text-decoration: none; }
ul.breadcrumbs li.unavailable a { color: #999; }
ul.breadcrumbs li.unavailable:hover a, ul.breadcrumbs li.unavailable a:focus { text-decoration: none; color: #999; cursor: default; }

/* Lists ---------------------- */
ul.nice, ol.nice { list-style: none; margin: 0; }
ul.nice li, ol.nice li { padding-left: 13px; position: relative; }
ul.nice li span.bullet, ul.nice li span.number, ol.nice li span.bullet, ol.nice li span.number { position: absolute; left: 0; top: 0; color: #ccc; }

/* Link List */
ul.link-list { margin: 0 0 17px -22px; padding: 0; list-style: none; overflow: hidden; }
ul.link-list li { list-style: none; float: left; margin-left: 22px; display: block; }
ul.link-list li a { display: block; }

/* Keytroke Characters ---------------------- */
.keystroke, kbd { font-family: "Consolas", "Menlo", "Courier", monospace; font-size: 13px; padding: 2px 4px 0px; margin: 0; background: #ededed; border: solid 1px #dbdbdb; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; }

/* Video - Mad props to http://www.alistapart.com/articles/creating-intrinsic-ratios-for-video/ ---------------------- */
.flex-video { position: relative; padding-top: 25px; padding-bottom: 67.5%; height: 0; margin-bottom: 16px; overflow: hidden; }
.flex-video.widescreen { padding-bottom: 57.25%; }
.flex-video.vimeo { padding-top: 0; }
.flex-video iframe, .flex-video object, .flex-video embed, .flex-video video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) { .flex-video { padding-top: 0; } }
/* Tables ---------------------- */



/* Microformats ---------------------- */
ul.vcard { display: inline-block; margin: 0 0 12px 0; border: 1px solid #ddd; padding: 10px; }
ul.vcard li { margin: 0; display: block; }
ul.vcard li.fn { font-weight: 500; font-size: 15px; font-size: 1.5rem; }

p.vevent span.summary { font-weight: 500; }
p.vevent abbr { cursor: default; text-decoration: none; font-weight: 500; border: none; padding: 0 1px; }

/* Requires globals.css */
/* Normal Buttons ---------------------- */


/* Don't use native buttons on iOS */
input[type=submit].button, button.button { /*-webkit-appearance: none;*/ margin:7px 0; }

@media only screen and (max-width: 767px) { .button { display: block; }
  button.button, input[type="submit"].button { width: 100%; padding-left: 0; padding-right: 0; } }
/* Correct FF button padding */
@-moz-document url-prefix() { button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner { border: none; padding: 0; }
  input[type="submit"].tiny.button { padding: 3px 10px 4px; }
  input[type="submit"].small.button { padding: 5px 14px 6px; }
  input[type="submit"].button, input[type=submit].medium.button { padding: 8px 20px 9px; }
  input[type="submit"].large.button { padding: 13px 30px 14px; }
  input [type="button"], .button{
	margin:7px 0; 
}

   }

/* Buttons with Dropdowns ---------------------- */
.button.dropdown { position: relative; padding-right: 44px; /* Sizes */ /* Triangles */ /* Flyout List */ /* Split Dropdown Buttons */ }
.button.dropdown.large { padding-right: 60px; }
.button.dropdown.small { padding-right: 28px; }
.button.dropdown.tiny { padding-right: 20px; }
.button.dropdown:after { content: ""; display: block; width: 0; height: 0; border: solid 6px; border-color: white transparent transparent transparent; position: absolute; top: 50%; right: 20px; margin-top: -2px; }
.button.dropdown.large:after { content: ""; display: block; width: 0; height: 0; border: solid 7px; border-color: white transparent transparent transparent; margin-top: -3px; right: 30px; }
.button.dropdown.small:after { content: ""; display: block; width: 0; height: 0; border: solid 5px; border-color: white transparent transparent transparent; margin-top: -2px; right: 14px; }
.button.dropdown.tiny:after { content: ""; display: block; width: 0; height: 0; border: solid 4px; border-color: white transparent transparent transparent; margin-top: -1px; right: 10px; }
.button.dropdown > ul { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; display: none; position: absolute; left: -1px; background: #fff; background: rgba(255, 255, 255, 0.95); list-style: none; margin: 0; padding: 0; border: 1px solid #cccccc; border-top: none; min-width: 100%; z-index: 40; }
.button.dropdown > ul li { cursor: pointer; padding: 0; min-height: 18px; line-height: 18px; margin: 0; white-space: nowrap; list-style: none; }
.button.dropdown > ul li a { display: block; color: #555; font-size: 13px; font-weight: normal; padding: 6px 14px; text-align: left; }
.button.dropdown > ul li:hover { background-color: #e3f4f9; color: #222; }
.button.dropdown > ul li.divider { min-height: 0; padding: 0; height: 1px; margin: 4px 0; background: #ededed; }
.button.dropdown.up > ul { border-top: 1px solid #cccccc; border-bottom: none; }
.button.dropdown ul.no-hover.show-dropdown { display: block !important; }
.button.dropdown:hover > ul.no-hover { display: none; }
.button.dropdown.split { padding: 0; position: relative; /* Sizes */ /* Triangle Spans */ /* Colors */ }
.button.dropdown.split:after { display: none; }
.button.dropdown.split:hover { background-color: #2ba6cb; }
.button.dropdown.split.alert:hover { background-color: #c60f13; }
.button.dropdown.split.success:hover { background-color: #5da423; }
.button.dropdown.split.secondary:hover { background-color: #e9e9e9; }
.button.dropdown.split > a { color: white; display: block; padding: 10px 50px 11px 20px; -webkit-transition: background-color 0.15s ease-in-out; -moz-transition: background-color 0.15s ease-in-out; -o-transition: background-color 0.15s ease-in-out; transition: background-color 0.15s ease-in-out; }
.button.dropdown.split > a:hover { background-color: #2284a1; }
.button.dropdown.split.large > a { padding: 15px 75px 16px 30px; }
.button.dropdown.split.small > a { padding: 7px 35px 8px 14px; }
.button.dropdown.split.tiny > a { padding: 5px 25px 6px 10px; }
.button.dropdown.split > span { background-color: #2ba6cb; position: absolute; right: 0; top: 0; height: 100%; width: 30px; border-left: 1px solid #1e728c; -webkit-box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5) inset; -moz-box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5) inset; box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5) inset; -webkit-transition: background-color 0.15s ease-in-out; -moz-transition: background-color 0.15s ease-in-out; -o-transition: background-color 0.15s ease-in-out; transition: background-color 0.15s ease-in-out; }
.button.dropdown.split > span:hover { background-color: #2284a1; }
.button.dropdown.split > span:after { content: ""; display: block; width: 0; height: 0; border: solid 6px; border-color: white transparent transparent transparent; position: absolute; top: 50%; left: 50%; margin-left: -6px; margin-top: -2px; }
.button.dropdown.split.large span { width: 45px; }
.button.dropdown.split.small span { width: 21px; }
.button.dropdown.split.tiny span { width: 15px; }
.button.dropdown.split.large span:after { content: ""; display: block; width: 0; height: 0; border: solid 7px; border-color: white transparent transparent transparent; margin-top: -3px; margin-left: -7px; }
.button.dropdown.split.small span:after { content: ""; display: block; width: 0; height: 0; border: solid 4px; border-color: white transparent transparent transparent; margin-top: -1px; margin-left: -4px; }
.button.dropdown.split.tiny span:after { content: ""; display: block; width: 0; height: 0; border: solid 3px; border-color: white transparent transparent transparent; margin-top: -1px; margin-left: -3px; }
.button.dropdown.split.alert > span { background-color: #c60f13; border-left-color: #7f0a0c; }
.button.dropdown.split.success > span { background-color: #5da423; border-left-color: #396516; }
.button.dropdown.split.secondary > span { background-color: #e9e9e9; border-left-color: #c3c3c3; }
.button.dropdown.split.alert > a:hover, .button.dropdown.split.alert > span:hover { background-color: #970b0e; }
.button.dropdown.split.success > a:hover, .button.dropdown.split.success > span:hover { background-color: #457a1a; }
.button.dropdown.split.secondary > a:hover, .button.dropdown.split.secondary > span:hover { background-color: #d0d0d0; }

/* Button Groups ---------------------- */
ul.button-group { list-style: none; padding: 0; margin: 0 0 12px; overflow: hidden; }
ul.button-group li { padding: 0; margin: 0 0 0 -1px; float: left; }
ul.button-group li:first-child { margin-left: 0; }
ul.button-group.radius li:first-child a.button, ul.button-group.radius li:first-child a.button.radius, ul.button-group.radius li:first-child a.button.rounded { -webkit-border-radius: 0px; -moz-border-radius: 0px; -ms-border-radius: 0px; -o-border-radius: 0px; border-radius: 0px; border-top-left-radius: 3px; border-bottom-left-radius: 3px; }
ul.button-group.radius li + li a.button, ul.button-group.radius li + li a.button.radius, ul.button-group.radius li + li a.button.rounded { border-radius: 0; }
ul.button-group.radius li:last-child a.button, ul.button-group.radius li:last-child a.button.radius, ul.button-group.radius li:last-child a.button.rounded { -webkit-border-radius: 0px; -moz-border-radius: 0px; -ms-border-radius: 0px; -o-border-radius: 0px; border-radius: 0px; border-top-right-radius: 3px; border-bottom-right-radius: 3px; }
ul.button-group.rounded li:first-child a.button, ul.button-group.rounded li:first-child a.button.radius, ul.button-group.rounded li:first-child a.button.rounded { -webkit-border-radius: 0px; -moz-border-radius: 0px; -ms-border-radius: 0px; -o-border-radius: 0px; border-radius: 0px; border-top-left-radius: 1000px; border-bottom-left-radius: 1000px; }
ul.button-group.rounded li + li a.button, ul.button-group.rounded li + li a.button.radius, ul.button-group.rounded li + li a.button.rounded { border-radius: 0; }
ul.button-group.rounded li:last-child a.button, ul.button-group.rounded li:last-child a.button.radius, ul.button-group.rounded li:last-child a.button.rounded { -webkit-border-radius: 0px; -moz-border-radius: 0px; -ms-border-radius: 0px; -o-border-radius: 0px; border-radius: 0px; border-top-right-radius: 1000px; border-bottom-right-radius: 1000px; }
ul.button-group.even a.button { width: 100%; }
ul.button-group.even.two-up li { width: 50%; }
ul.button-group.even.three-up li { width: 33.3%; }
ul.button-group.even.three-up li:first-child { width: 33.4%; }
ul.button-group.even.four-up li { width: 25%; }
ul.button-group.even.five-up li { width: 20%; }

div.button-bar { overflow: hidden; }
div.button-bar ul.button-group { float: left; margin-right: 8px; }
div.button-bar ul.button-group:last-child { margin-left: 0; }

/* Requires globals.css app.js */
/* Tabs ---------------------- */
dl.tabs { border-bottom: solid 1px #e6e6e6; display: block; height: 40px; padding: 0; margin-bottom: 20px; }
dl.tabs.contained { margin-bottom: 0; }
dl.tabs dt { color: #b3b3b3; cursor: default; display: block; float: left; font-size: 12px; height: 40px; line-height: 40px; padding: 0 9px 0 20px; width: auto; text-transform: uppercase; }
dl.tabs dt:first-child { padding: 0 9px 0 0; }
dl.tabs dd { display: block; float: left; padding: 0; margin: 0; }
dl.tabs dd a { color: #6f6f6f; display: block; font-size: 14px; height: 40px; line-height: 40px; padding: 0px 23.8px; }
dl.tabs dd.active { border-top: 3px solid #2ba6cb; margin-top: -3px; }
dl.tabs dd.active a { cursor: default; color: #3c3c3c; background: #fff; border-left: 1px solid #e6e6e6; border-right: 1px solid #e6e6e6; font-weight: 500; }
dl.tabs dd:first-child { margin-left: 0; }
dl.tabs.vertical { height: auto; border-bottom: 1px solid #e6e6e6; }
dl.tabs.vertical dt, dl.tabs.vertical dd { float: none; height: auto; }
dl.tabs.vertical dd { border-left: 3px solid #cccccc; }
dl.tabs.vertical dd a { background: #f2f2f2; border: none; border: 1px solid #e6e6e6; border-width: 1px 1px 0 0; color: #555; display: block; font-size: 14px; height: auto; line-height: 1; padding: 15px 20px; -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset; -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset; box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset; }
dl.tabs.vertical dd.active { margin-top: 0; border-top: 1px solid #4d4d4d; border-left: 4px solid #1a1a1a; }
dl.tabs.vertical dd.active a { background: #4d4d4d; border: none; color: #fff; height: auto; margin: 0; position: static; top: 0; -webkit-box-shadow: 0 0 0; -moz-box-shadow: 0 0 0; box-shadow: 0 0 0; }
dl.tabs.vertical dd:first-child a.active { margin: 0; }
dl.tabs.pill { border-bottom: none; margin-bottom: 10px; }
dl.tabs.pill dd { margin-right: 10px; }
dl.tabs.pill dd:last-child { margin-right: 0; }
dl.tabs.pill dd a { -webkit-border-radius: 1000px; -moz-border-radius: 1000px; -ms-border-radius: 1000px; -o-border-radius: 1000px; border-radius: 1000px; background: #e6e6e6; height: 26px; line-height: 26px; color: #666; }
dl.tabs.pill dd.active { border: none; margin-top: 0; }
dl.tabs.pill dd.active a { background-color: #2ba6cb; border: none; color: #fff; }
dl.tabs.pill.contained { border-bottom: solid 1px #eee; margin-bottom: 0; }
dl.tabs.two-up dt a, dl.tabs.two-up dd a, dl.tabs.three-up dt a, dl.tabs.three-up dd a, dl.tabs.four-up dt a, dl.tabs.four-up dd a, dl.tabs.five-up dt a, dl.tabs.five-up dd a { padding: 0 17px; text-align: center; overflow: hidden; }
dl.tabs.two-up dt, dl.tabs.two-up dd { width: 50%; }
dl.tabs.three-up dt, dl.tabs.three-up dd { width: 33.33%; }
dl.tabs.four-up dt, dl.tabs.four-up dd { width: 25%; }
dl.tabs.five-up dt, dl.tabs.five-up dd { width: 20%; }

ul.tabs-content { display: block; margin: 0 0 20px; padding: 0; }
ul.tabs-content > li { display: none; }
ul.tabs-content > li.active { display: block; }
ul.tabs-content.contained { padding: 0; }
ul.tabs-content.contained > li { border: solid 0 #e6e6e6; border-width: 0 1px 1px 1px; padding: 20px; }
ul.tabs-content.contained.vertical > li { border-width: 1px 1px 1px 1px; }

.no-js ul.tabs-content > li { display: block; }

@media only screen and (max-width: 767px) { dl.tabs.mobile, dl.nice.tabs.mobile { width: auto; margin: 20px -20px 40px; height: auto; }
  dl.tabs.mobile dt, dl.tabs.mobile dd, dl.nice.tabs.mobile dt, dl.nice.tabs.mobile dd { float: none; height: auto; }
  dl.tabs.mobile dd a { display: block; width: auto; height: auto; padding: 18px 20px; line-height: 1; border: solid 0 #ccc; border-width: 1px 0 0; margin: 0; color: #555; background: #eee; font-size: 15px; font-size: 1.5rem; }
  dl.tabs.mobile dd a.active { height: auto; margin: 0; border-width: 1px 0 0; }
  .tabs.mobile { border-bottom: solid 1px #ccc; height: auto; }
  .tabs.mobile dd a { padding: 18px 20px; border: none; border-left: none; border-right: none; border-top: 1px solid #ccc; background: #fff; }
  .tabs.mobile dd a.active { border: none; background: #2ba6cb; color: #fff; margin: 0; position: static; top: 0; height: auto; }
  .tabs.mobile dd:first-child a.active { margin: 0; }
  dl.contained.mobile, dl.nice.contained.mobile { margin-bottom: 0; }
  dl.contained.tabs.mobile dd a { padding: 18px 20px; }
  dl.tabs.mobile + ul.contained { margin-left: -20px; margin-right: -20px; border-width: 0 0 1px 0; } }

/* Requires globals.css */
.nav-bar { height: 35px;  background: #F37321; padding: 0; margin-bottom:0px; }
.nav-bar > li { float: left; display: block; position: relative; padding: 0; margin: 0; border:0; line-height: 35px; list-style:none; }
.nav-bar > li:first-child { }
.nav-bar > li:last-child { }
.nav-bar > li.active { background: #404040; }
.nav-bar > li.active > a { color: white; cursor: default; }
.nav-bar > li.active:hover { background: #333333; cursor: default; transition: all 0.5s linear 0s; }
.nav-bar > li:hover { background: #333333;transition: all 0.5s linear 0s; cursor:pointer; }
.nav-bar > li a { color: #FFF; border-left: 1px solid #F0F0F0; }
.nav-bar > li ul { margin-bottom: 0; }
.nav-bar > li .flyout { display: none; }
.nav-bar > li.has-flyout > a:first-child { padding-right: 36px; position: relative; }
.nav-bar > li.has-flyout > a:first-child:after { content: ""; display: block; width: 0; height: 0; position: absolute; right: 20px; top: 17px; }
.nav-bar > li.has-flyout > a.flyout-toggle { border-left: 0 !important; position: absolute; right: 0; top: 0; padding: 22px; z-index: 2; display: block; }
.nav-bar > li.has-flyout.is-touch > a:first-child { padding-right: 55px; }
.nav-bar > li.has-flyout.is-touch > a.flyout-toggle {}
.nav-bar > li > a:first-child { position: relative; padding: 0 20px; display: block; text-decoration: none; font-size: 14px; }
.nav-bar > li > input { margin: 0 10px; }
.nav-bar.vertical { height: auto; margin-top: 0; }
.nav-bar.vertical > li { float: none; border-bottom: none; }
.nav-bar.vertical > li.has-flyout > a:first-child:after { content: ""; display: block; width: 0; height: 0; border: solid 4px; border-color: transparent transparent transparent #e6e6e6; }
.nav-bar.vertical > li .flyout { left: 100%; top: -1px; }
.nav-bar.vertical > li .flyout.right { left: auto; right: 100%; }

.flyout { background: #f2f2f2; padding: 20px; margin: 0; border: 1px solid #d9d9d9; position: absolute; top: 39px; left: -1px; width: 250px; z-index: 40; -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1); box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1); /* remove margin on any first-child element */ /* remove margin on last element */ }
.flyout p { line-height: 1.2; font-size: 13px; }
.flyout *:first-child { margin-top: 0; }
.flyout *:last-child { margin-bottom: 0; }
.flyout.small { width: 166.667px; }
.flyout.large { width: 437.5px; }
.flyout.right { left: auto; right: -2px; }
.flyout.up { top: auto; bottom: 39px; }

ul.flyout, .nav-bar li ul { padding: 0; list-style: none; }
ul.flyout li, .nav-bar li ul li { border-left: solid 3px #CCC; }
ul.flyout li a, .nav-bar li ul li a { background: #f2f2f2; border: 1px solid #e6e6e6; border-width: 1px 1px 0 0; color: #555; display: block; font-size: 14px; height: auto; line-height: 1; padding: 15px 20px; -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset; -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset; box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset; }
ul.flyout li a:hover, .nav-bar li ul li a:hover { background: #ebebeb; color: #333; }
ul.flyout li.active, .nav-bar li ul li.active { margin-top: 0; border-top: 1px solid #4d4d4d; border-left: 4px solid #1a1a1a; }
ul.flyout li.active a, .nav-bar li ul li.active a { background: #4d4d4d; border: none; color: #fff; height: auto; margin: 0; position: static; top: 0; -webkit-box-shadow: 0 0 0; -moz-box-shadow: 0 0 0; box-shadow: 0 0 0; }

/* Mobile Styles */
@media only screen and (max-device-width: 1280px) { .touch .nav-bar li.has-flyout > a { padding-right: 36px !important; } }
@media only screen and (max-width: 1279px) and (min-width: 768px) { .touch .nav-bar li a { font-size: 13px; font-size: 1.3rem; }
  .touch .nav-bar li.has-flyout > a.flyout-toggle { padding: 20px !important; }
  .touch .nav-bar li.has-flyout > a { padding-right: 36px !important; } }
@media only screen and (max-width: 767px) { .nav-bar { height: auto; }
  .nav-bar > li { float: none; display: block; border: 1px solid #FFF;}
  .nav-bar > li > a.main { text-align: left; border-right: none; }
  .nav-bar > li:first-child > a.main { border-top: none; }
  .nav-bar > li.has-flyout > a.flyout-toggle { position: absolute; right: 0; top: 0; padding: 22px; z-index: 2; display: block; }
  .nav-bar > li.has-flyout.is-touch > a.flyout-toggle span { content: ""; width: 0; height: 0; display: block; }
  .nav-bar > li.has-flyout > a.flyout-toggle:hover span { border-top-color: #141414; }
  .nav-bar.vertical > li.has-flyout > .flyout { left: 0; }
  .flyout { position: relative; width: 100% !important; top: auto; margin-right: -2px;  }
  .flyout.right { float: none; right: auto; left: -1px; }
  .flyout.small, .flyout.large { width: 100% !important; }
  .flyout p:last-child { margin-bottom: 18px; }
  
   }

/* Requires globals.css */
/* Standard Forms ---------------------- */
form { margin: 0 0 9.416px; }

.row form .row { margin: 0 -6px; }
.row form .row .column, .row form .row .columns { padding: 0 6px; }
.row form .row.collapse { margin: 0; }
.row form .row.collapse .column, .row form .row.collapse .columns { padding: 0; }

label { font-size: 14px; color: #4d4d4d; cursor: pointer; display: block; font-weight: 500; margin-bottom: 3px; }
label.right { float: none; text-align: right; }
label.inline { line-height: 32px; margin: 0 0 12px 0; }

@media only screen and (max-width: 767px) { label.right { text-align: left; } }
.prefix, .postfix { display: block; position: relative; z-index: 2; text-align: center; width: 100%; padding-top: 0; padding-bottom: 0; height: 32px; line-height: 31px; }

a.button.prefix, a.button.postfix { padding-left: 0; padding-right: 0; text-align: center; }

span.prefix, span.postfix { background: #f2f2f2; border: 1px solid #cccccc; }

.prefix { left: 2px; -moz-border-radius-topleft: 2px; -webkit-border-top-left-radius: 2px; border-top-left-radius: 2px; -moz-border-radius-bottomleft: 2px; -webkit-border-bottom-left-radius: 2px; border-bottom-left-radius: 2px; }

.postfix { right: 2px; -moz-border-radius-topright: 2px; -webkit-border-top-right-radius: 2px; border-top-right-radius: 2px; -moz-border-radius-bottomright: 2px; -webkit-border-bottom-right-radius: 2px; border-bottom-right-radius: 2px; }

input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea { border: 1px solid #cccccc; -webkit-border-radius: 2px; -moz-border-radius: 2px; -ms-border-radius: 2px; -o-border-radius: 2px; border-radius: 2px; -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); color: rgba(0, 0, 0, 0.75); display: block; font-size: 15px; margin: 0 0 12px 0; padding:1%; height: 25px; width: 98%; -webkit-transition: all 0.15s linear; -moz-transition: all 0.15s linear; -o-transition: all 0.15s linear; transition: all 0.15s linear; }
input[type="text"].oversize, input[type="password"].oversize, input[type="date"].oversize, input[type="datetime"].oversize, input[type="email"].oversize, input[type="number"].oversize, input[type="search"].oversize, input[type="tel"].oversize, input[type="time"].oversize, input[type="url"].oversize, textarea.oversize { font-size: 18px !important; font-size: 1.8rem !important; }
input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, textarea:focus { background: #FFF; outline: none !important; border-color: #b3b3b3; }
input[type="text"][disabled], input[type="password"][disabled], input[type="date"][disabled], input[type="datetime"][disabled], input[type="email"][disabled], input[type="number"][disabled], input[type="search"][disabled], input[type="tel"][disabled], input[type="time"][disabled], input[type="url"][disabled], textarea[disabled] { background-color: #ddd; }
.search_left input[type="text"]{
	padding:0 1%; height: 25px;
}
textarea { height: auto; }

select { width: 100%; }
select { border: 1px solid #cccccc; -webkit-border-radius: 2px; -moz-border-radius: 2px; -ms-border-radius: 2px; -o-border-radius: 2px; border-radius: 2px; -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); color: rgba(0, 0, 0, 0.75); display: block; font-size: 14px; margin: 0 0 12px 0; padding:1%; height: 25px; width: 100%; -webkit-transition: all 0.15s linear; -moz-transition: all 0.15s linear; -o-transition: all 0.15s linear; transition: all 0.15s linear; height:40px;}

/* Fieldsets */
fieldset { border: solid 1px #ddd; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; padding: 12px 12px 0; margin: 18px 0; }
fieldset legend { font-weight: 500; background: white; padding: 0 3px; margin: 0 0 0 -3px; }

/* Errors */
.error input, input.error { border-color: #c60f13; background-color: rgba(198, 15, 19, 0.1); }

.error label, label.error { color: #c60f13; }

.error small, small.error { display: block; padding: 6px 4px; margin-top: -13px; margin-bottom: 12px; background: #c60f13; color: #fff; font-size: 12px; font-size: 1.2rem; font-weight: 500; -moz-border-radius-bottomleft: 2px; -webkit-border-bottom-left-radius: 2px; border-bottom-left-radius: 2px; -moz-border-radius-bottomright: 2px; -webkit-border-bottom-right-radius: 2px; border-bottom-right-radius: 2px; }

@media only screen and (max-width: 767px) { input[type="text"].one, textarea.one { width: 100% !important; }
  input[type="text"].two, textarea.two { width: 100% !important; }
  input[type="text"].three, textarea.three { width: 100% !important; }
  input[type="text"].four, textarea.four { width: 100% !important; }
  input[type="text"].five, textarea.five { width: 100% !important; }
  input[type="text"].six, textarea.six { width: 100% !important; }
  input[type="text"].seven, textarea.seven { width: 100% !important; }
  input[type="text"].eight, textarea.eight { width: 100% !important; }
  input[type="text"].nine, textarea.nine { width: 100% !important; }
  input[type="text"].ten, textarea.ten { width: 100% !important; }
  input[type="text"].eleven, textarea.eleven { width: 100% !important; }
  input[type="text"].twelve, textarea.twelve { width: 100% !important; } }
/* Custom Forms ---------------------- */
form.custom { /* Custom input, disabled */ }
form.custom span.custom { display: inline-block; width: 16px; height: 16px; position: relative; top: 2px; border: solid 1px #ccc; background: #fff; }
form.custom span.custom.radio { -webkit-border-radius: 100px; -moz-border-radius: 100px; -ms-border-radius: 100px; -o-border-radius: 100px; border-radius: 100px; }
form.custom span.custom.checkbox:before { content: "\00d7"; display: block; line-height: 0.8; height: 14px; width: 14px; text-align: center; position: absolute; top: 0; left: 0; /* margin-top: -9px; margin-left: -4px; */ font-size: 14px; color: #fff; }
form.custom span.custom.radio.checked:before { content: ""; display: block; width: 8px; height: 8px; -webkit-border-radius: 100px; -moz-border-radius: 100px; -ms-border-radius: 100px; -o-border-radius: 100px; border-radius: 100px; background: #222; position: relative; top: 3px; left: 3px; }
form.custom span.custom.checkbox.checked:before { color: #222; }
form.custom div.custom.dropdown { display: block; position: relative; width: auto; height: 28px; margin-bottom: 9px; margin-top: 2px; }
form.custom div.custom.dropdown a.current { display: block; width: auto; line-height: 26px; min-height: 28px; padding: 0 38px 0 6px; border: solid 1px #ddd; color: #141414; background-color: #fff; white-space: nowrap; }
form.custom div.custom.dropdown a.selector { position: absolute; width: 27px; height: 28px; display: block; right: 0; top: 0; border: solid 1px #ddd; }
form.custom div.custom.dropdown a.selector:after { content: ""; display: block; content: ""; display: block; width: 0; height: 0; border: solid 5px; border-color: #aaaaaa transparent transparent transparent; position: absolute; left: 50%; top: 50%; margin-top: -2px; margin-left: -5px; }
form.custom div.custom.dropdown:hover a.selector:after, form.custom div.custom.dropdown.open a.selector:after { content: ""; display: block; width: 0; height: 0; border: solid 5px; border-color: #222222 transparent transparent transparent; }
form.custom div.custom.dropdown.open ul { display: block; z-index: 10; }
form.custom div.custom.dropdown.small { width: 134px !important; }
form.custom div.custom.dropdown.medium { width: 254px !important; }
form.custom div.custom.dropdown.large { width: 434px !important; }
form.custom div.custom.dropdown.expand { width: 100% !important; }
form.custom div.custom.dropdown.open.small ul { width: 134px !important; }
form.custom div.custom.dropdown.open.medium ul { width: 254px !important; }
form.custom div.custom.dropdown.open.large ul { width: 434px !important; }
form.custom div.custom.dropdown.open.expand ul { width: 100% !important; }
form.custom div.custom.dropdown ul { position: absolute; width: auto; display: none; margin: 0; left: 0; top: 27px; margin: 0; padding: 0; background: #fff; background: rgba(255, 255, 255, 0.95); border: solid 1px #cccccc; }
form.custom div.custom.dropdown ul li { color: #555; font-size: 13px; cursor: pointer; padding: 3px 38px 3px 6px; min-height: 18px; line-height: 18px; margin: 0; white-space: nowrap; list-style: none; }
form.custom div.custom.dropdown ul li.selected { background: #cdebf5; color: #000; }
form.custom div.custom.dropdown ul li.selected:after { content: "\2013"; position: absolute; right: 10px; }
form.custom div.custom.dropdown ul li:hover { background-color: #e3f4f9; color: #222; }
form.custom div.custom.dropdown ul li:hover:after { content: "\2013"; position: absolute; right: 10px; color: #8ed3e7; }
form.custom div.custom.dropdown ul li.selected:hover { background: #cdebf5; cursor: default; color: #000; }
form.custom div.custom.dropdown ul li.selected:hover:after { color: #000; }
form.custom div.custom.dropdown ul.show { display: block; }
form.custom .custom.disabled { background-color: #ddd; }

/* Correct FF custom dropdown height */
@-moz-document url-prefix() { form.custom div.custom.dropdown a.selector { height: 30px; } }

.lt-ie9 form.custom div.custom.dropdown a.selector { height: 30px; }

/* CSS for jQuery Orbit Plugin 1.4.0 Maintained for Foundation. foundation.zurb.com Free to use under the MIT license. http://www.opensource.org/licenses/mit-license.php
*/
/* Container ---------------------- */
div.orbit-wrapper { width: 1px; height: 1px; position: relative; }

div.orbit { width: 1px; height: 1px; position: relative; overflow: hidden; margin-bottom: 17px; }

div.orbit.with-bullets { margin-bottom: 40px; }

div.orbit .orbit-slide { max-width: 100%; position: absolute; top: 0; left: 0; }

div.orbit a.orbit-slide { border: none; line-height: 0; display: none; }

div.orbit div.orbit-slide { width: 100%; height: 100%; }

/* Note: If your slider only uses content or anchors, you're going to want to put the width and height declarations on the ".orbit>div" and "div.orbit>a" tags in addition to just the .orbit-wrapper */
/* Timer ---------------------- */
div.orbit-wrapper div.timer { width: 40px; height: 40px; overflow: hidden; position: absolute; top: 10px; right: 10px; opacity: .6; cursor: pointer; z-index: 31; }

div.orbit-wrapper span.rotator { display: block; width: 40px; height: 40px; position: absolute; top: 0; left: -20px; background: url('/images/foundation/orbit/rotator-black.png?1341958611') no-repeat; z-index: 3; }

div.orbit-wrapper span.mask { display: block; width: 20px; height: 40px; position: absolute; top: 0; right: 0; z-index: 2; overflow: hidden; }

div.orbit-wrapper span.rotator.move { left: 0; }

div.orbit-wrapper span.mask.move { width: 40px; left: 0; background: url('/images/foundation/orbit/timer-black.png?1341958611') repeat 0 0; }

div.orbit-wrapper span.pause { display: block; width: 40px; height: 40px; position: absolute; top: 0; left: 0; background: url('/images/foundation/orbit/pause-black.png?1341958611') no-repeat; z-index: 4; opacity: 0; }

div.orbit-wrapper span.pause.active { background: url('/images/foundation/orbit/pause-black.png?1341958611') no-repeat 0 -40px; }

div.orbit-wrapper div.timer:hover span.pause, div.orbit-wrapper span.pause.active { opacity: 1; }

/* Captions ---------------------- */
.orbit-caption { display: none; font-family: "HelveticaNeue", "Helvetica-Neue", Helvetica, Arial, sans-serif; }

.orbit-wrapper .orbit-caption { background: #000; background: rgba(0, 0, 0, 0.6); z-index: 30; color: #fff; text-align: center; padding: 7px 0; font-size: 13px; font-size: 1.3rem; position: absolute; right: 0; bottom: 0; width: 100%; }

/* Directional Nav ---------------------- */
div.orbit-wrapper div.slider-nav { display: block; }

div.orbit-wrapper div.slider-nav span { width: 39px; height: 50px; text-indent: -9999px; position: absolute; z-index: 30; top: 50%; margin-top: -25px; cursor: pointer; }

div.orbit-wrapper div.slider-nav span.right { background: url('/images/foundation/orbit/right-arrow.png?1341958611'); background-size: 100%; right: 0; }

div.orbit-wrapper div.slider-nav span.left { background: url('/images/foundation/orbit/left-arrow.png?1341958611'); background-size: 100%; left: 0; }

.lt-ie9 div.orbit-wrapper div.slider-nav span.right { background: url('/images/foundation/orbit/right-arrow-small.png?1341958611'); }
.lt-ie9 div.orbit-wrapper div.slider-nav span.left { background: url('/images/foundation/orbit/left-arrow-small.png?1341958611'); }

/* Bullet Nav ---------------------- */
ul.orbit-bullets { position: absolute; z-index: 30; list-style: none; bottom: -40px; left: 50%; margin-left: -50px; padding: 0; }

ul.orbit-bullets li { float: left; margin-left: 5px; cursor: pointer; color: #999; text-indent: -9999px; background: url('/images/foundation/orbit/bullets.jpg?1341958611') no-repeat 4px 0; width: 13px; height: 12px; overflow: hidden; }

ul.orbit-bullets li.active { color: #222; background-position: -8px 0; }

ul.orbit-bullets li.has-thumb { background: none; width: 100px; height: 75px; }

ul.orbit-bullets li.active.has-thumb { background-position: 0 0; border-top: 2px solid #000; }

/* Fluid Layout ---------------------- */
div.orbit img.fluid-placeholder { visibility: hidden; position: static; display: block; width: 100%; }

div.orbit, div.orbit-wrapper { width: 100% !important; }

ul.orbit-bullets { position: absolute; z-index: 30; list-style: none; bottom: -50px; left: 50%; margin-left: -50px; padding: 0; }

ul.orbit-bullets li { float: left; margin-left: 5px; cursor: pointer; color: #999; text-indent: -9999px; background: url('/images/foundation/orbit/bullets.jpg?1341958611') no-repeat 4px 0; width: 13px; height: 12px; overflow: hidden; }

ul.orbit-bullets li.has-thumb { background: none; width: 100px; height: 75px; }

ul.orbit-bullets li.active { color: #222; background-position: -8px 0; }

ul.orbit-bullets li.active.has-thumb { background-position: 0 0; border-top: 2px solid #000; }

/* Correct timer in IE */
.lt-ie9 .timer { display: none !important; }

.lt-ie9 div.caption { background: transparent; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000); zoom: 1; }

/* CSS for jQuery Reveal Plugin Maintained for Foundation. foundation.zurb.com Free to use under the MIT license. http://www.opensource.org/licenses/mit-license.php */
/* Reveal Modals ---------------------- */
.reveal-modal-bg { position: fixed; height: 100%; width: 100%; background: #000; background: rgba(0, 0, 0, 0.45); z-index: 40; display: none; top: 0; left: 0; }

.reveal-modal { background: white; visibility: hidden; display: none; top: 100px; left: 50%; margin-left: -260px; width: 520px; position: absolute; z-index: 41; padding: 30px; -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }
.reveal-modal *:first-child { margin-top: 0; }
.reveal-modal *:last-child { margin-bottom: 0; }
.reveal-modal .close-reveal-modal { font-size: 22px; font-size: 2.2rem; line-height: .5; position: absolute; top: 8px; right: 11px; color: #aaa; text-shadow: 0 -1px 1px rbga(0, 0, 0, 0.6); font-weight: 500; cursor: pointer; }
.reveal-modal.small { width: 30%; margin-left: -10%; }
.reveal-modal.medium { width: 40%; margin-left: -20%; }
.reveal-modal.large { width: 60%; margin-left: -30%; }
.reveal-modal.expand { width: 90%; margin-left: -45%; }
.reveal-modal .row { min-width: 0; }

/* Mobile */
@media only screen and (max-width: 767px) { 
.reveal-modal-bg { position: absolute; }
  .reveal-modal, .reveal-modal.small, .reveal-modal.medium, .reveal-modal.large, .reveal-modal.xlarge { width: 80%; top: 15px; left: 50%; margin-left: -40%; padding: 20px; height: auto; } 

.header_row {
    padding: 0;
    width: 100%;
	margin:0%;
}
.header_container {
    padding: 0;
    width: 92%;
	margin:0 4%;
}
.content_row {
    padding: 0;
    width: 92%;
	margin:0 4%;
}
.menu_row{
	width:92%;
	padding:0px;
	margin:4%;
	background-color: #F37321;
}
.menu_container{
    padding: 0;
    width: 96%;
	margin:0 2%;
}
.gallery_container{
	background-color:#FFFFFF;
	margin-bottom:10px;
	width:100%;
	margin-right:0%;
      
}
.footer_content_row {
    padding: 0;
    width: 92%;
	margin:0 4%;
}

.banner_container{
    padding: 0;
    width: 92%;
	margin:0 4%;
}
.home_product_box{
	width:100%!important;
	margin-right:0 !important;
}  
.inner_product_box{
	width:100%!important;
	margin-right:0 !important;
}
.left_module{
	margin-bottom:10px;
	width:100%; border:1px solid #f1dbc5;/*box-shadow:inset 0 0 10px #f1dbc5; */
}
.fb-like{
	margin:5px 0 0 0;
	padding:0!important;
	text-align: center !important;
	background: none;
	clear:both !important;
        
}
.list_link_cat{
	margin-bottom:5px;	
	text-align:center;		
}
.header_container .logo{
	float:none;
}
.header_container .right{
	float:none;
}
.index_column{
	background-image:none;
}
.login-msg{display:inline-block; color:#fff; line-height:25px; margin-right:10px;}
.order_6{
	margin-right:0;
	width:100%;
}
.checkout_row_outer .form_row{
	border-bottom:1px solid #eeedeb;
	padding-bottom:7px;
}
.content_box_1 {
    margin: 0 auto;
    width: 90%;
}
.sidefix{
	width: 96%!important;
	margin: 0 2%!important;
}

  }
 
@media only screen and (max-width: 1279px) and (min-width: 768px) {
.header_row {
	width:100%;
	padding:0px;
	margin:0%;
}
.header_container{
	width:96%;
	margin:0 2%;
	padding:0px;
}
.menu_row{
	width:100%;
	padding:0px;
	margin:0%;
	background-color: #F37321;
}
.menu_container{
	width:96%;
	margin:0 2%;
	padding:0px;
}
.banner_row{
    width:100%;
	margin:0%;
	padding:0px;
	margin-top:0px;
	padding-top:10px;
}
.banner_container{
	width:96%;
	margin:0 2%;
	padding:0px;
}
.content_row {
    width:100%;
	margin:0%;
	padding:0px;
}
.content_container{
	width:96%;
	margin:0 2%;
	padding:0px;
}

.footer_content_row {
	padding:10px 0!important;
    width:96%;
	margin:0 2%;
}
.home_cat_rt{
	width:95%;
	margin-right:5%;
}
}  
  /* NOTES Close button entity is &#215;
 Example markup <div id="myModal" class="reveal-modal"> <h2>Awesome. I have it.</h2> <p class="lead">Your couch.  I it's mine.</p> <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. In ultrices aliquet placerat. Duis pulvinar orci et nisi euismod vitae tempus lorem consectetur. Duis at magna quis turpis mattis venenatis eget id diam. </p> <a class="close-reveal-modal">&#215;</a> </div> */

/*============================***********End Responsive*********====================================*/



/*------------------------- Cart table -------------------------------------*/

table th { font-weight: 500; }
table td, table th { padding: 9px 10px; text-align: left; }
@media only screen and (min-width: 480px) {
	#items_display_area_admin_table{width:100%;}
	div.table-wrapper { position: relative; margin-bottom: 20px; overflow: hidden; border-right: 1px solid #ccc; width:100%; }
}
@media only screen and (max-width: 480px) {
	
	.cart_show_btt{
	
	}
	.cart_show_btt input{
	width:100%; float:left;
	margin-bottom:8px;
	}
	
}
@media only screen and (min-width: 600px) {
	#items_display_area_admin_table{width:100%;}
	div.table-wrapper { position: relative; margin-bottom: 20px; overflow: hidden; border-right: 1px solid #ccc; width:100%; }

}
/* Mobile */
@media only screen and (max-width: 767px) {
	
	table.responsive { margin-bottom: 0; margin-top:0px; }
	
	.pinned { position: absolute; left: 0; top: 0; background: #fff; width: 35%; overflow: hidden; overflow-x: scroll; border-right: 1px solid #ccc; border-left: 1px solid #ccc; }
	.pinned table { border-right: none; border-left: none; width: 100%; margin-top:0px; }
	.pinned table th, .pinned table td { white-space: nowrap; }
	.pinned td:last-child { border-bottom: 0; }
	
	div.table-wrapper { position: relative; margin-bottom: 20px; overflow: hidden; border-right: 1px solid #ccc; width:100%; }
	div.table-wrapper div.scrollable { margin-left: 35%; }
	div.table-wrapper div.scrollable { overflow: scroll; overflow-y: hidden; }	
	
	table.responsive td, table.responsive th { position: relative; white-space: nowrap; overflow: hidden; }
	table.responsive th:first-child, table.responsive td:first-child, table.responsive td:first-child, table.responsive.pinned td { display: none; }
	#items_display_area_admin_table{width:100%;}
	.home_cat_rt{
	width:96%;
	margin-right:4%;
}
}

/*------------------------- End Cart table -------------------------------------*/

@media only screen and (max-width: 600px) {

.sf-menu li{
	border-right:0px!important;
}
}
.responsive select{
	height:25px!important;
	margin-bottom:0!important;
	padding:3px;
}
.responsive td{
	vertical-align:middle;
}

.footer_content_row h3{
	min-height: 23px!important;
}

.new-w
{
	width:80%;
	float:left;
}

.full-width
{
	width:90%;
	float:left;
}

.al-right
{
	text-align: right;
}
.r-float
{
	float: right;
}

.left-mrg
{
	margin-left: 15px !important;
}
.btm-mrg
{
	margin-bottom: 15px;
}

.form_row_new
{
	width: 100%;
	margin: 8px 0;
}

.width-100
{
	width: 100%;
}
.height-40
{
	height:40px;
}
.bold-text
{
	font-weight:bold;
	columns:#4d4d4d;
}

.error-text {
    color: #949494;
    font-family: "PT Sans",sans-serif;
    font-size: 14px;
    vertical-align: top;
}