/* CSS Document */
/* Theme color - #9C2C06 */

body{
	margin:0px;
	font:12px Tahoma, Arial;
	background:#FFF;
	
}

.mainbg{
	background:url(../img/OrangeRed/presco_bg.jpg) repeat-x top center #29120a;
}
.clear{	clear:both;}

@font-face {
        font-family: "HandelGotDBol";
        src: url('../fonts/978118897-8187948457.eot');
        src: url('../fonts/978118897-8187948457.eot?#iefix') format('embedded-opentype'),
        url('../fonts/978118897-8187948457.svg#HandelGotDBol') format('svg'),
        url('../fonts/978118897-8187948457.woff') format('woff'),
        url('../fonts/978118897-8187948457.ttf') format('truetype');
        font-weight: normal;
        font-style: normal;
    }
A:link, A:active, A:visited{
	text-decoration:none;
	color:#ffdc38;
	/*text-decoration:underline;*/
}

A:hover{
	/*text-decoration:underline;*/
	color:#888888;
}

INPUT,SELECT{
	font:12px Arial;
}
a, img{
	outline:none;
	border:0;
}


.left{
	float:left;
}

.right{
	float:right;
}

.comm_div{
	clear:both;
	margin-bottom:10px;
}
/* ----------------- Container styles --------------------- */

.wrapper{
	width:960px;
	margin-left:auto;
	margin-right:auto;
	padding:0px 10px 0px 10px;
	
	
}
.hdr_wrapper{
	width:970px;
	margin-left:auto;
	margin-right:auto;
	padding:0px 0px 0px 10px;
}
.header_row{
	/*background:url(../img/OrangePeel/top_hdr_bg.jpg) #FBFCFC bottom left repeat-x;*/
}


.header_container{
	position:relative;
	padding-bottom:15px;
	background:#FFF;
}

.menu_row{
	height:68px;
	margin:0px 0 0 0;
}
.menu_container{
	width:980px;
	height:68px;
	background:url(../img/OrangeRed/mainmenu_bg.jpg) no-repeat;
}


.banner_row{
	
	padding:0px 0px 0px 0px;

background-repeat:repeat-x;
}

.banner_container{
	padding-top:10px;
	background-color:#FFFFFF;
	padding-bottom:10px;
}

.content_row{
	
	/*min-height:370px*/
}

.main_content_area{	
	padding-top:30px;
	background-color:#FFFFFF;
	padding-bottom:10px;
}

.footer_row{ 
	width:100%;
}
.prescofooter{
	background: url(../img/OrangeRed/presco_footer.jpg) no-repeat scroll center top #F05604;
    margin: 0 auto 0 auto;
    min-height: 263px;
    padding: 0;
    width: 980px;
}

.footerwidgets {
    color: #FFFFFF;
    float: left;
    margin: 0 5px 10px 20px;
    padding: 0;
    width: 300px;
	text-align:left;
}

.widgetfooter1 {
    float: left;
    margin: 0;
    width: 290px;
	padding:25px 0 0 0;
}

.footerwidgets ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.footerwidgets ul li{
    list-style-type: none;
    margin: 0 0 5px;
    padding: 0;
}

.footerwidgets h2 {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #FFFFFF;
    font-family: "HandelGotDBol",sans-serif;
    font-size: 24px;
    font-weight: normal;
    line-height: 30px;
    margin: 0;
    padding: 10px 0 0;
    text-transform: uppercase;
}
.footerwidgets2 {
    color: #FFFFFF;
    float: left;
    margin: 0 5px 10px 0;
    padding: 0;
    width: 300px;
}
.widgetfooter2 {
    float: left;
    margin: 0;
    padding: 25px 5px 5px 25px;
    width: 290px;
}

.footerwidgets2 ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.footerwidgets2 ul li {
    list-style-type: none;
    margin: 0 0 5px;
    padding: 0;
}

.widgetfooter1 a img, .widgetfooter2 a img, .widgetfooter3 a img {
    border: medium none;
    margin: 0 5px 0 0;
    padding: 0;
}

.footerwidgets2 a, .footerwidgets2 a:visited {
    color: #FFFFFF;
    text-decoration: none;
}
.footerwidgets3 {
    color: #FFFFFF;
    float: right;
    margin: 0 5px 10px 0;
    padding: 0;
    width: 340px;
}
.widgetfooter3 {
    float: left;
    margin: 0;
    padding: 0;
    width: 330px;
}

.footerwidgets3 ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.footerwidgets3 ul li {
    list-style-type: none;
    margin: 0 0 5px;
    padding: 0;
}

.footer {
    background: url(../img/OrangeRed/footer_bottom.jpg) no-repeat scroll center center #291209;
    height: 164px;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 980px;
}
.footer_main{
	width:980px;
	margin:0 auto;
}
.copyright_area{	
	/*background-image:url(../img/OrangePeel/cprgt_tile.jpg);
	background-color:#9C2C06;*/
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;	
	clear:both!important;
	padding-bottom:10px;
}


.home_body_left_new{
	width:686px;	
	float:left;
        background: #F0F1F5;
        border: 1px solid #D9DFE4;
        padding: 7px;
	
	
}

.home_body_left{
	display:none;
        width:700px;	
	float:left;
	
	
}
.home_body_right{
	width:250px;	
	float: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{
	width:170px;
	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{
	width:960px;
	float:left;
	height:50px;
	line-height:50px;
	display:inline-block;
	padding:9px 0px;
}




.clear{
clear:both;
}

#mainbody{
background-color: #fff; 
/* background-image: url(../img/bg-front1.jpg); */
/* 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{	
	float:left;	
	padding-top:25px;
}
.logo img{width:300px}

#admn_logo{	
	float:left;	
	margin-top:15px;
	margin-left:0px;
}
#admn_logo img {width:300px}

.logo a:link,
.logo a:active,
.logo a:visited
 {
	font-family: Arial, Helvetica, 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:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	overflow:hidden;
}

.links A:link,.links A:active,.links A:visited{
	color: #FFFFFF;
    display: block;
    font-family: "HandelGotDBol",sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    height: 48px;
    line-height: 48px;
    padding: 0 15px;
    text-align: left;
    text-transform: uppercase;
	float:left;
}

.links A:hover{
	/* background:url(../img/links_hvr.gif) no-repeat right top; */
	text-decoration:none;
	color:#ffdc38;
	float:left;

	
}

#links_active{
	/* background:url(../img/links_hvr.gif) no-repeat right top; */
	text-decoration:none;
	color:#ffdc38!important;
	/*background-color:#EE3524;*/
}
.toplinks {
	font-family: Arial, Helvetica, 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;
}



.banner{
	width:686px;	
	height:302px;
	float:left;
	background:url(../img/OrangeRed/banner_bg.jpg) repeat-x;
	padding:7px;
	border:1px solid #d9dfe4;
}
.banner img{
	width:686px;	
	height:302px;
}
.banner_link{
	width:248px;
	float:right;
	height:316px;	
	border:1px solid #d9dfe4;
	background:url(../img/OrangeRed/banner-right.jpg) no-repeat;
}

.banner_link a{ width:248px;
				height:207px;
				display:block;
				

}


.banner_link a span{
	display:none;
}



#banner1{
	width:700px;
	/* background:url(../img/flowers_sub.jpg) no-repeat left center; */
	height:70px;
	float:left;
	padding:2px 2px 0px 0px;
}
#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:Arial, Helvetica, 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;
		height:327px;

	
	font-family: Arial, Helvetica, sans-serif;
	
}

html>body .main_body{
	min-height:327px;
	/* background:url(../img/body_grdnt_bg.gif) repeat-x left top; */
	
	font-family: Arial, Helvetica, sans-serif;
}

.main_bodysendadmin{
	
	height: auto !important;
		height:415px;

	 
	font-family: Arial, Helvetica, sans-serif; background:#fff
	
}

html>body .main_bodysendadmin{
	/*min-height:415px;*/
	/* background:url(../img/body_grdnt_bg.gif) repeat-x left top; */
	
	font-family: Arial, Helvetica, 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;
	font-weight:bold;
	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;
	font-weight:bold;
}



#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;
}


#copyright_rgt{
	
	/*float:right;*/
	
	padding:22px 15px 0px 0px;
}
#copyright_rgt A:link, #copyright_rgt A:active, #copyright_rgt A:visited{
	color:#fff;
	text-decoration:none;
}

#copyright_rgt 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 #f1e3c5;
	padding:10px;
	background:#f1e3c5; border-radius:5px; margin:45px 0 0 0;
}
.home_contact_cnt:hover{
	border:1px solid #f9af73;
}

.Ph_link{
	background-image:url(../img/OrangeRed/call-icon.png);
	background-repeat:no-repeat;
	background-position:3% 40%;
	font-size:18px;
	color:#f37321;
	font-family: "HandelGotDBol",sans-serif;
	height:45px;
	margin-bottom:20px;
	padding-left:55px;
	padding-top:10px;
	text-align:left;
}
.ph_no{
	color:#EE3524;
	font-size:12px;
	font-weight:bold;
	
}

.mail_link{
	background-image:url(../img/OrangeRed/mail-icon.png);
	background-repeat:no-repeat;
	background-position:3% 4%;
	font-size:30px;
	color:#F34D21;
	font-family: "HandelGotDBol",sans-serif;
	height:45px;
	padding-left:55px;
	padding-bottom:15px;
	padding-top:8px;
}

.mail_link a:link,
.mail_link a:visited,
.mail_link a:active
{	
	font-size:12px;
	font-weight:normal;
	color:#eb6e08;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif; padding:3px 0 0 0; display:block; text-decoration:underline;
	}
	
.mail_link a:hover{color:#7c3508}


.home_error{
	clear:both;
	background-color:#F3F3F3;
	padding:10px;
	color:#00721D;
	font-weight:bold;
	margin-bottom:10px;
	border:#D7D7D7 solid 1px;
}
.left_module{
	margin-bottom:10px;
	width:200px ;border:1px solid #f1dbc5;/*box-shadow:inset 0 0 10px #f1dbc5; */
}

.left_module_head{	
	/*height:29px;
	background-image:url(../img/OrangePeel/leftmodule_head3.jpg);
	background-repeat:no-repeat;
	background-position:top;
	padding:6px 0px 0px 45px;*/
	font-size:22px;
	color:#DE4A03;
	font-family: "HandelGotDBol",sans-serif;
	margin:5px 0 0 0px; text-indent: 15px;
        border-bottom: 1px solid #F1DBC5;
}

.left_module_bg{	
	/*border-top:1px solid #f1e3c5;
	margin:5px 0 0 0;
	font-weight:bold;*/
	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{
	width:250px;
	margin-bottom:10px;
}

.right_module_top{
	width:250px;
	height:12px;
	background-image:url(../img/OrangePeel/right_module_top.jpg);
	display:none;
}

.right_module_cnt{
	width:218px;	
	padding:15px;
	background:#f1e3c5;border-radius: 5px;
	/*border:1px solid #E5DBCE;*/
}

.right_module_btm{
	width:250px;	
	background-image:url(../img/OrangePeel/right_module_btm.jpg);
	height:12px;
	display:none;
}

.testi_head{
	font-size:23px;
	color:#943105;
	clear:both;	
	font-family: "HandelGotDBol",sans-serif;
	height:25px;
	/*background:url(../img/OrangePeel/testi_bg.jpg) #FDF1E3 bottom left repeat-x;*/
	margin:0 0 10px 0;
	border-bottom:1px solid #f7bd8d; padding:0 0 5px 0
	
}
.testi_cnt{	
	font-size:12px;	
	color:#666666;
	clear:both;	
	text-align:left;
	line-height:22px;
	padding:10px;
}

.testi_name{
	font-weight:bold;
	color:#75BF0A;
	font-family:Georgia, "Times New Roman", Times, serif;
}


#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;
	font-weight:bold;
	color:#9C2C06;
	font-family:Arial, Helvetica, 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: Arial, Helvetica, sans-serif;
	color: #000000;
	list-style-type:none;
	font-weight:bold;
	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: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	font-weight:bold;
	text-decoration:none;
	border-bottom: 1px dashed #B1C6E8;
	padding:4px;
}
.grid a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	font-weight:bold;
	text-decoration:none;
	padding:4px;
}
.grid a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #727272;
	font-weight:bold;
	text-decoration:none;
	padding:4px;
}
.grid a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	font-weight:bold;
	text-decoration:none;
	padding:4px;
}
.grid a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #6C4B9D;
	font-weight:bold;
	text-decoration:none;
	padding:4px;
}

.home_body{		
	clear:both;
	
}



.admn_body_rightarea{
	width:750px;	
	float:left;	
	
}


.bodyright{
	margin-left:215px;
	background-color:#fff;


}

.comm_side_module{
	clear:both;
	margin-bottom:10px;
}

.content_header{
	height:35px;
	clear:both;
	/*background:url(../img/OrangePeel/dot.gif) #F8F2EB;
	background-repeat:repeat-x;
	background-position:bottom;*/
	color:#9C2C06; padding:15px 0 10px 0;
	
}

.content_header_left{
	background-image:url(../img/OrangePeel/cnt_header_left.jpg);
	width:29px;
	height:35px;
	background-repeat:no-repeat;
	float:left;
	display:none;
}
.content_header_txt{
	
	height:28px;
	font-family: "HandelGotDBol",sans-serif;
	font-weight: normal;
    font-style: normal;
	float:left;
	color:#f85102;
	font-size:19px;
	padding:0px 5px 0px 0px;
}
.content_header_end{
	background-image:url(../img/OrangePeel/cnt_header_right.jpg);	
	height:35px;
	width:8px;
	background-repeat:no-repeat;
	float:left;
	display:none;
}

.content_header2_left{
	background-image:url(../img/OrangePeel/cnt_header2_left.jpg);
	width:29px;
	height:35px;
	background-repeat:no-repeat;
	float:left;
	display:none;
}
.content_header2_txt{
	height:28px;
	font-family: "HandelGotDBol",sans-serif;
    font-size: 19px;
    font-style: normal;
    font-weight: normal;
	float:left;
	color:#f85102;
	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;
	float:right;
	height:26px;
	text-transform:lowercase;
	font-size:12px !important
}
.content_header_blank a{color:#F57C2E !important; text-decoration:none; font-weight:normal !important; font-style:italic}
.content_header_blank a:hover{ text-decoration:underline !important}

.content_box_1{
	
	
	padding:0px 0px 4px 3px;
	
}

.content_box_2{
	
	font-family:Arial, Helvetica, sans-serif;
	padding:8px;	
	background-color:#FFFFFF;
	border:1px solid #F2E7D7; border-radius:5px;
	margin:0 15px 20px 0;
}

.content_box_inner{
	border-top:#34B31E solid 2px;
	font-family:Arial, Helvetica, 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:Arial, Helvetica, sans-serif;
	padding-bottom:10px;
}

.cat_listing_container{
	clear:both;
	font-family:Arial, Helvetica, sans-serif;
	padding-bottom:10px;
	
}

/*------------------*/
.home_product_box{
	background-color:#fff;
	border:1px solid #F2E7D7;
	width:220px;
	padding-bottom:10px;
	float:left;
	padding-top:20px;
	margin-bottom:6px;
	margin-right:10px;
	border-radius:5px;
}



.list_img{
	/*margin-bottom:5px;
	clear:both;
	width:170px;
	margin-left:auto;
	margin-right:auto;*/
	text-align:center;
	/*padding-bottom:10px;*/
	
	height:170px;
}

.list_name{
	margin:10px 0 0px 0;
	text-align:center;
	color:#DE4A03;
	font-size:16px;
	
}

.list_name a:link,
.list_name a:visited,
.list_name a:active{
	color:#DB5255;
	text-decoration:none;
}

.list_name a:hover{
	color:#ba3e01;
	}


.list_desc{
	text-align:center;
	color:#666; margin:10px 0;
}
.upload-art-btn{
	margin-bottom:5px;
        text-align:left;		
}
.list_link_cat{
	margin-bottom:5px;	
	text-align:left;		
}
.list_link{
	margin-bottom:5px;
	/*width:200px;*/
	text-align:center;		
}
.list_link01{
	margin-bottom:5px;
	/*width:200px;*/
}

.list_link iframe{ width:200px!important;

}

.list_link a{
	
	width:99px;
	height:26px;
	margin:0 auto;
	display:block;
	/* background-image:url(../img/OrangeRed/view-details.jpg); */
	background-repeat:no-repeat;	
}
.list_link a:hover{
	width:99px;
	height:26px;
	margin:0 auto;
	display:block;
	/* background-image:url(../img/OrangeRed/view-details-hover.jpg); */
	background-repeat:no-repeat;	
}
.list_link a span{
	display:none;
}

/*------------------*/

.inner_product_box{
	width:220px;
	padding-bottom:10px;
	float:left;
	margin-right:2px;
	padding-top:20px;
	margin-bottom:6px;
	border:1px solid #F2E7D7;
	margin-right:10px;	border-radius:5px;

	
}


.inner_list_img{
	margin-bottom:5px;
	clear:both;
	width:200px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	padding-bottom:10px;
	/*background-image:url(../img/OrangePeel/dot.gif);
	background-position:bottom;
	background-repeat:repeat-x;*/
}

.inner_list_name{
	margin: 10px 0 0px 0;
text-align: center;
color: #DE4A03;
font-size: 16px;
}

.inner_list_name a:link,
.inner_list_name a:visited,
.inner_list_name a:active{
color: #DE4A03;
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;		
}



/*------------------*/





.list_link2{	
	text-align:left;
	margin-top:5px;		
}




.text_link_1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px!important;
	font-weight:bold;
	text-decoration:none;
	color:#000000!important;
}
a.text_link_1:hover{	
	color:#9C2C06!important;
	text-decoration:none;
}

.text_link_1a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px!important;
	font-weight:bold;
	text-decoration:none;
	color:#000000!important;
}
a.text_link_1a:hover{	
	color:#9C2C06!important;
	text-decoration:none;
}

.text_link_2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#FF0000!important;
	background-image:url(../img/OrangePeel/bullet3.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:20px;
}
a.text_link_2:hover{	
	color:#666666!important;
	text-decoration:none;
}


.text_link_3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#969494!important;
	background:url(../img/OrangeRed/arrow.png) no-repeat right;
	padding:0 10px 0 10px;
}
a.text_link_3:hover{	
	color:#b5490b!important;
}

.text_link_4{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#145F95!important;
	background-image:url(../img/OrangePeel/bullet3.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:20px;
}
a.text_link_4:hover{	
	color:#000000!important;
	text-decoration:none;
}





.home_cat_listing{
	width:100%; margin:0px 0 0 0;
}

.home_cat_listing td{
	
	padding:10px;
	
}
.home_cat_icon{
	width:120px;
	height:140px;
	margin:0 5px;
	/*background:#ccc;
	float:left;
	background-color:#FFFFFF;
	border:#C3C3C3 solid 2px;*/
}
.home_cat_icon img{width:120px; height:140px}

.home_cat_link{	
	width:120px; margin:10px auto 0 auto; text-align:center
}

.home_cat_link a:link,
.home_cat_link a:visited,
.home_cat_link a:active
{	
	text-decoration:none;
	font-size:15px!important;
	font-family:Arial, Helvetica, sans-serif;
	color:#db5255!important;
}
.home_cat_link a:hover
{	
	text-decoration:none !important;
	color:#a90909!important;
	text-decoration:underline;
}
/*---------------------------*/

.inner_cat_box{
	float:left;
	width:180px;
	/*background-image:url(../img/OrangePeel/dot.gif);*/
	background-repeat:repeat-x;
	background-position:bottom;
	margin-right:5px;
	margin-bottom:5px;
	padding:5px 0px 10px 0px;
}

.inner_cat_icon{
	width:50px;
	height:50px;
	margin-right:9px;
	float:left;
	background-color:#FFFFFF;
	/*border:#C3C3C3 solid 2px;*/
}
.inner_cat_link{	
	float:left;
	text-align:left;
	width:75px;
}

.inner_cat_link a:link,
.inner_cat_link a:visited,
.inner_cat_link a:active
{	
	text-decoration:none;
	font-size:12px!important;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000!important;
	font-weight:bold;
}
.inner_cat_link a:hover
{	
	text-decoration:none;
	color:#666666!important;
	text-decoration:underline;
}
/*---------------------------*/
#items{
	min-height:313px;
	height:auto !important;
	height:313px;
	width:505px;
	float:left;
	margin-left:5px;
	
}

#items_top_area{
	height:33px;
	background:url(../img/items_top_links_bg.gif) repeat-x left top;
	overflow:hidden;
}

#items_top_area_ttl{
	min-width:75px;
	width:auto !important;
	width:75px auto;
	height:23px;
	background:url(../img/top_title__bg.gif) repeat-x left top;
	overflow:hidden;
	float:left;
	color:#F4700E;
	font-weight:bold;
	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 8px 0px 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: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
.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: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #949494;
	vertical-align:top;
}
.item_block1{
	width:138px;
	height:220px;
	/* background:url(../img/item_bg.gif) no-repeat left top; */
	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;
	/* background:url(../img/item_bg.gif) no-repeat left top; */
	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;
	/* background:url(../img/item_bg.gif) no-repeat left top; */
	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;
	font-weight:bold;
	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;
	font-weight:bold;
		text-decoration:none;
	

}
.news_date A:hover{
	color:#000;
	font-size:14px;
	font-weight:bold;
		text-decoration:none;
	

}

.news_discription{
	margin:0px;
	line-height:15px;
	padding:3px;
}

.marketing_prdct_ttl{
	
	color:#fff;
	font-size:14px;
	font-weight:bold;
	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:750px;*/
	float:left;
	margin:0px 0 0 0px;
	/*margin:15px 0 0 0px;*/
	
}

.page_subhead{
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	font-size:14px;
	color:#000000;
	font-weight:bold;
	clear:both;
	margin-bottom:10px;
	margin-top:5px;
	
	
}

.page_subhead_hilite{
	color:#9C2C06;
	padding-left:10px;
}

.search_container{
	clear:both;
	margin-bottom:5px;
	
}

.search_box1{
	float:left;
	margin-right:15px;
}

.search_box2{
	float:left;
	margin-right:15px;
}

.search_box3{
	float:left;
	
}



#item_details_admin{
	min-height:313px;
	height:auto !important;
	height:313px;
	width:730px;
	float:left;
	/*margin-left:20px;*/
/* 	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:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#4C4C4B;
	line-height:20px;
	
	
}

#itemDescription .product_sold{
	color:#ff0000;
}

h4.productHead{
	font-size:13px;
	font-weight:bold;
	display:block;
	padding-bottom:5px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif; 
}

.hilite{
	color:#666666;
	font-size:13px;
}

.productId{
	padding:3px;
	font-size:13px;
	font-weight:bold;
	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:Arial, Helvetica, 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-weight:bold;
	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;
	/* background:url(../img/item_bg.gif) no-repeat left top; */
	float:left;
	margin:0px 10px 10px 0px; 
	background-color: #ffffff;
	/*
-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
*/
	border: 1px solid #F1E3C5;


}
.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: Arial, Helvetica, 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:750px;


}

.login_top{
width:750px;
height:16px;
background-image:url(../img/OrangePeel/login_top.jpg);
background-repeat:no-repeat;
display:none;
}

.login_btm{
width:750px;
height:16px;
background-image:url(../img/OrangePeel/login_btm.jpg);
background-repeat:no-repeat;
display:none;
}

	.loginbg_admin_bg{
/* background:url(../img/bg-front.gif) repeat-x left top; */
}	
.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{
	background:url(../img/OrangeRed/btn-bg.jpg) #FE9446 repeat-x !important; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;}
.login_adminbox{
	width:700px;
	float:left;
	height:20px;
	text-align:left;
	padding-top:30px;
	padding-left:200px;
	height:330px;

	}
.login_userbox{
	width:540px;
	/*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-weight:bold;
	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;
	border:1px solid #f1e3c5; border-radius:5px;margin:8px 0 0 0

}


#inner_conent_area1{
	width:650px;
	height:auto;
	float:left;
	text-align:left;
	font-family:Arial, Helvetica, 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:180px;
	float:left;
	padding:5px 0px 5px 20px;
	height:24px;
}
.login_inner_leftcontent p{ line-height:10px; text-align:right}

.login_inner_rightcontent{
	width:340px;
	float:right;	
	padding:5px 0px 5px 0px;
	text-align:left;
	}

.inner_content_main{
	background-color:#FFFFFF;
	padding:10px 10px 10px 10px;	
	clear:both;
}



#inner_rightcontent_feed{
	
	float:right;
	
	padding:5px 15px 0px 0px;
	text-align:left;
}


.maintext_admin{
font-family:Arial, Helvetica, 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:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000000;
	letter-spacing:0px;

}

.box3_admin{
	
	border: 1px solid #CCCCCC;
	padding: 3px;
	height:auto;
	
	font-family:Arial, Helvetica, 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: Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #000000;
	letter-spacing: -1px;
	font-weight: bold;
	text-decoration:none;

}
.loginhead_admin a:hover
 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
	color: #fff;
	letter-spacing: -1px;
	font-weight: bold;
	text-decoration:none;

}
.invalid_admin{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	padding:5px;
	width:400px;
	float:right;
	padding:5px;	

}
.invalid_user{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	padding:5px;
	text-align:center;
	


}
.forgotpass_admin{
	font-family: Arial, Helvetica, 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: Arial, Helvetica, sans-serif;
font-size: 12px;
width: 200px; /* Main Menu Item widths */
/* border-bottom: 1px solid #ccc; */
position: relative;
z-index: 10000;
}
 
.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:1px solid #f1dbc5;
/*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)*/
 color: #7f140a;
 /*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{
color:#c44d02;
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
  
 {
color:#7f140a;
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
  
 {
color:#7f140a;
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{
color:#C44D02;
text-decoration:none;
 }
 

#act_parentLI{
 color:#C44D02;
 text-decoration:none;
}



/*Sub level menu items */
.sidebarmenu ul li ul{
position: absolute;
width: 198px; /*Sub Menu Items width */
top: 0;
visibility: hidden;
background-color:#FFFFFF;
border:1px solid #ECD29B;

}

.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 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{


background: url(../img/OrangeRed/arrow_sub.jpg);
}

 
/* 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{
	height:30px;
	
	clear:both;
	margin-bottom:10px; border-bottom:1px solid #f1e3c5; padding:0 0 5px 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;
	font-weight:bold;
	color:#9C2C06;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	padding:8px 0px 0px 15px;
	margin-bottom:10px;
}*/

.inner_subhead_content{
	height:27px;
	clear:both;
	font-family: "HandelGotDBol",sans-serif;
	float: left;
	color: #DE4A03;
	font-size: 26px;
	padding: 0px 5px 0px 0px}

#productBigimage1{
	background-color:#fff;
	padding:5px;
	width:175px;
}
.productPrice1{
	padding:5px;
	font-size:16px;
	color:#000;
	font-weight:bold;
	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: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	padding:5px;
}

/*- 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:Arial, Helvetica, sans-serif;
color:#666666;
}

.help_content{
	padding-bottom:3px;	
	font-family:Arial, Helvetica, 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{
/*background-color:#f1e3c5;*/

border-bottom:#E1DFE0 solid 1px;
font-family: "HandelGotDBol",sans-serif; font-size: 16px; font-style: normal; font-weight: normal;
color:#333333;
clear:both;
text-align:left;
padding-top:3px;
margin:15px 0

}
#admin_heading span{ font-weight:normal}

#admin_heading1{
border:1px solid #DBD7D7;
background-color:#EAEAE4;
height:20px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000;
font-weight:bold;


}
#admin_bottom{
/*border:1px solid #DBD7D7;

background-color:#F4F4F4;
height:20px;*/
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold; padding:0 0 0 10px; color:#8a3a08
}
#admin_bottom td{
 color:#8a3a08
}
#list_admin{

font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#8a3a08;
}
#list_admin a{
color:#8a3a08 !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;
	background-color:#FA8E21;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	cursor:pointer;
	font-weight:bold;
	padding:0px 15px 0px 15px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}
.buttn_admin1{
background-color: #fff;
	/*
-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:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	padding:0px 5px 0px 5px;
}

#list_admin_top{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#8a3a08; font-weight:bold;
}

#list_admin_top td{
	color:#8a3a08!important;border-bottom:1px solid #f1e3c5
}

#list_admin_top td a:link,
#list_admin_top td a:link,
{
	color:#8a3a08;	
}



#list_admin_top a:link,
#list_admin_top a:visited,
#list_admin_top a:active
{
color:#000000!important;
text-decoration:none;
font-size:12px;
font-weight:bold;
}

#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:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	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;
	width:220px;
	background-image:url(../img/OrangePeel/dot.gif);
	background-position:left;
	background-repeat:repeat-y;
	margin-right:10px;
	padding-left:5px;	
}

.index_column_1st{
	float:left;
	width:220px;
	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:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}

.index_link a:hover
{
	color:#666666;
	text-decoration:underline;
}

#items_display_area_admin_table{
	height:auto !important;
	border:solid 1px #f1e3c5;
	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: Arial, Helvetica, 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: bold;
		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: bold;
	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: bold;
	min-height: 1.75em;
}
.datepick-header select {
	background: #333;
	color: #fff;
	border: 0px;
	font-weight: bold;
}
.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*/
}

.boxtopheader{
	background-color:#f1dbc5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#8a3a08;
	font-weight: bold; padding:10px 0 10px 10px;
	margin-top:10px;

}
.toplinks_red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #EB533A;
	letter-spacing: -1px;
}

#okbox{
	
	padding:10px 10px 10px 25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#339900;
	font-weight:bold;
	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:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FF0000;
	margin-bottom:5px;
	margin-left:15px;
	background-image:url(../../img/tick_red.gif);
	background-repeat:no-repeat;
	background-position:left center;
	width:90%;
	}
	
.boxtopheader1{
	background-color:#EB533A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	font-weight: bold;

}
#item_details_mycart{
	min-height:313px;
	height:auto !important;
	height:313px;
	width:730px;
	float:left;
	margin-left:0px;
	padding-left:0px;
	clear:both;
	/*
background-image:url(../img/mycart_car.gif);
	background-repeat:repeat;
	background-position:left top;
*/
}


.tbl_prdetails{
	/*width:750px;*/
	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: "HandelGotDBol",sans-serif;
	margin:0px!important; color:#DE4A03; font-weight:normal
}

.price_color{
	color:#146199;
}

#addnewcategory{
	background-color:#EB533A;
	padding:5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
}
#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,Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #EA982C;
	letter-spacing: -1px;
	text-align:left;

}

#productHead2{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	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 */
      background: url(non-existing.jpg)\9
    }
      .ad-gallery .ad-image-wrapper .ad-prev .ad-prev-image, .ad-gallery .ad-image-wrapper .ad-next .ad-next-image {
        background: url(../img/gfx/ad_prev.png);
        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 {
        background: url(../img/gfx/ad_next.png);
        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;
        background: url(../img/gfx/opa75.png);
        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:Arial, Helvetica, sans-serif;
	padding:2px 0px 0px 0px;
  }
    .ad-gallery .ad-info {
      float: left;
	  font-weight:bold;
	  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;
		font-weight:bold;
		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;
      background: url(../img/gfx/ad_scroll_back.png) 0px 22px no-repeat;
    }
    .ad-gallery .ad-forward {
      cursor: pointer;
      display: block;
      right: -20px;
      width: 13px;
      background: url(../img/gfx/ad_scroll_forward.png) 0px 22px no-repeat;
    }
    .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:Arial, Helvetica, 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;
	font-weight:bold;
}

.login_table td a:link,
.login_table td a:visited,
.login_table td a:active
{
	text-decoration:none;
	color:#666666;
	font-family:Arial, Helvetica, 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:Arial, Helvetica, sans-serif;
}
.login_message{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FF0000;
	text-align:center;
}

.login_button{
	height:30px;
	border:none;
	background-color:#8C3500;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	padding:0px 15px 0px 15px;
}

/* header username display & searcharea */

.user_display_area{
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#666666;
	margin:0px;
}
.user_name{
	
	color:#9C2C06;
}

.top_search_area{
/*position:absolute;
right:0px;*/
height:30px;
background-color:#f4f4f4;
width:278px;
border:#e6e6e6 solid 1px; border-radius:5px;
margin:0 20px 0 0; float:right;
}

.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;
}
.topsearch_cnt{
	float:left;
	width:255px;
	
}

.search_input_default{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#ccc;
	background:none;
	padding:3px 3px 3px 6px;
	height:25px;
	border:none;
	width:215px;
}

.search_input{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#9C2C06;
	background:none;
	padding:6px;
	border:none;
}

.topsearch_icon{
	width:24px;
	height:24px;
	float:right;
	background-image:url(../img/OrangeRed/search-icon.png);
	background-repeat:no-repeat;
	margin:3px 0px 3px 0px;
}

.topsearch_icon a span{
	display:none;
}

.topsearch_icon a{
	display:block;
	width:29px;
	height:29px;
}

.cms_content{
	text-align:left;
	padding:0px 0px 10px 0px;
	font-family:Arial, Helvetica, 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
}
.content_search_container label{display:block; float:left; padding:10px 0 0 0; color:#7f140a}
.content_search_container input[type=text]{float:left; display:block; margin:0 10px; width:230px; height:18px; border:1px solid #efcba8}
.content_search_container select{float:left; display:block; margin:0px; width:180px; border:1px solid #efcba8}
.content_search_container a{float:left; display:block; margin:1px 0 0 0; padding:8px 15px}
.content_search_container a:hover{color:#fff !important}
.admin_content_link{
	display:block;
	padding:5px 10px 5px 10px;
	text-decoration:none!important;
	color:#FFFFFF!important;
	background-color:#883501;
	float:left;
	font-weight:bold;
	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;
}*/

.pagination_container{
	border-top:#C6C5C6 solid 1px;
	color:#000000;
}
.result{
	text-align:right;
	padding:3px;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;	
	color: #000000;

}
/*-----------------------------------------------------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: bold;
}

/*------------------------------------------------------ RICHEDITOR CSS------------------------------------------------------------------*/
.editor_container{
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, 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:Arial, Helvetica, 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;
	font-weight:bold;
	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: bold;
	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;
	font-weight:bold;
	clear:both;
}
.tab_com_heading{
	background-color:#969696;
	padding:5px 10px 5px 10px;
	color:#FFFFFF;
	font-weight:bold;
	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-weight:bold;
	font-family:Arial, Helvetica, 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-weight:bold;
	font-family:Arial, Helvetica, 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-weight:bold;
	font-family:Arial, Helvetica, 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;
	font-weight:bold;
}
.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;
	font-weight:bold;
	padding-bottom:3px;
	font-family:Arial, Helvetica, 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;
	font-weight:bold;
	padding-bottom:3px;
	width:190px;
	font-family:Arial, Helvetica, 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;
}

/*-------------------------------------------------------------------------*/

.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; font-weight:bold; margin:15px 0;}  
.flash_success { border:3px solid #bedf5d; background:#e2f1a8; padding:10px; font-weight:bold; margin:15px 0;}  
.flash_failure { border:3px solid #990000; background:#f97d88; padding:10px; font-weight:bold; margin:15px 0;} 

.failure{
	text-align:center;
	font-weight:bold;
	color:#FF0000;
}

.success{
	text-align:center;
	font-weight:bold;
	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;
}
/* 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:Arial, Helvetica, 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 0 0 40px!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:645px; margin: 0 auto;}
.main_container_admin {width:940px; height:781px; margin: 0 auto;}
.left_side {width:300px; height:645px; 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 {background: transparent; border-radius:0px 0px 6px 6px;width:584px; height:38px;float:left; margin: 520px 0 5px 0; font-family:Arial, Helvetica, sans-serif; padding:0 15px;}


.left_center_container {width:284px; min-height:550px; border-top:none!important; border:1px solid #f1e3c5; background-color:#fff; padding:0 0 0px 0; font-family:Arial, Helvetica, sans-serif!important; border-radius:0 0 6px 6px; color:#333333;}
.left_center_container_admin {width:284px; min-height:550px; border-top:none!important; border:1px solid #f1e3c5; 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:Arial, Helvetica, sans-serif; color:#FFF; background-color:#738900; font-size:14px; font-weight:bold; text-align:left; padding:3px 3px 3px 5px;}*/
.heading_1 {font-family:Arial, Helvetica, sans-serif; color:#bb5210; font-size:13px; font-weight:bold; text-align:left; padding:3px 3px 0px 0px; font-weight:bold; border-bottom:1px solid #f1e3c5}
.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:Arial, Helvetica, sans-serif; font-size:12px; background-color:#fff; padding:5px 5px 5px 8px;border:#f1e3c5 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:#f1e3c5; 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:url(../img/OrangeRed/save-image-btn.png); 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 #f1e3c5;
    padding:3px;
}

.italic {font-family:"Times New Roman", Times, serif; font-size:16px; font-weight:bold; font-style:italic;}
.bold {font-family:"Times New Roman", Times, serif; font-size:16px; font-weight:bold;}

.text_outline {width:100px; height:25px; height:30px;
 border: 1px solid #f1e3c5;
 padding:3px;
 }

.bullets {font-size:12px; font-weight:bold; 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:#f1e3c5;*/ 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);
behavior: url(/pie/PIE.htc);
}
.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 #f1e3c5; 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:#8a3a08}
.editorlist li a:hover{color:#cf4d0d; text-decoration:none}
.clipart_container{
	background-color:#FFFFFF;
	padding:10px 0 0px 0px;
	/*border:1px solid #f1e3c5; 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:#8a3a08; 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-weight:bold; 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-weight:bold; 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 --*/
        .sortableHme {
            list-style: none;
            margin: 0px;
            padding: 0px;
    }

    .sortableHme li {
            display: block;

    }

    .sortableHme li img.handle {
            margin-right: 20px;
            cursor: move;
    }
.rotate-top{background:#fff0cf; height:40px; border-radius:6px 6px 0 0; width:614px; margin:0 0 3px 0}
.rotate-top img{margin:10px 25px 0 10px}

.hd01{color:#a04309; font-size:16px; margin:0px; padding:5px 0;}
.sub-hd{color:#a04309; font-size:14px; margin:0px; padding:10px 0 5px 0; border-bottom:1px dotted #e9c2a9}
.btm{ padding:10px 0 5px 0; border-top:1px dotted #e9c2a9}
.flryt{ float:right; overflow:hidden}
.fllft{ float:left}
.btm-dtls{color:#c07e54}
.Ph_link_top {background: url(../img/OrangeRed/call-icon.png) no-repeat left;font-size: 11px;font-weight: bold;color: #F37321;float: left;margin:0 15px 20px 10px;padding:3px 0 0 35px;text-align: left;width: 135px;}
.email_link_top {background: url(../img/OrangeRed/mail-icon.png) no-repeat left;font-size: 11px;font-weight: bold;color: #F37321;height: 33px;float: left;margin:0 15px 20px 10px;text-align: left;padding-left: 49px;}
.email_link_top a{color:#EE3524}
.email_link_top a:hover{color:#9a0404}

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-family: "HandelGotDBol",sans-serif;
    font-size: 19px;
    font-style: normal;
    font-weight: normal;
	color:#f85102; clear: both; height: 25px;border-bottom: 1px solid #A09086}
.editor-st{width:235px; height:197px;background: url(../img/OrangeRed/editor.jpg) no-repeat}
.login-msg{float:right; display:inline-block; color:#fff; line-height:48px; font-family: "HandelGotDBol",sans-serif; font-size: 16px; font-style: normal; font-weight: normal;}
.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-weight:bold; 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:#f1e3c5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px; border-radius:5px 5px 0 0;
	color:#8a3a08;
	font-weight: bold;
	margin-top:10px;

}
.list_admin2{

font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#8a3a08;
border:1px solid #F1E3C5;
border-top:0 none;
}
.list_admin2 a{
color:#8a3a08 !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 #F1E3C5;}
	
.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;color:#DE4A03;font-family: "HandelGotDBol",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{width:290px !important; border:1px solid #ccc !important}
.txt-area-big{width:550px !important; 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:#8a3a08 !important; border-radius:3px}

.shipping-hd h4{font-size:22px;color:#DE4A03;font-family: "HandelGotDBol",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:Arial, Helvetica, 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: #DE4A03;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    /*margin:5px 0 10px 0;
	padding:0 0 7px 0;
	border-bottom:1px solid #F1E3C5;*/}
.item_block_adminbox_new{
	width:360px;
	height:250px;
	float:left;
	margin:0px 15px 15px 0px; 
	background-color: #ffffff;
	border: 1px solid #F1E3C5;
}
.dashboard_block_conent_new{
	padding:0 10px 10px 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;}
.dashboard_block_conent_new h3{
    color: #8A3A08;
    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 #F1E3C5;
	padding:5px 0;}
.inner_content_area_admin_new {
    /*border: 1px solid #F1E3C5;
    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;}
.inner_content_area_admin_new .maintext_inner{
	color:#666666;}
.maintext_inner{
width:100%;
}
.inner_content_area_admin_new .box2_admin{
	border:1px solid #ECD29B;
	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:1px solid #ECD29B;
	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:url(../img/OrangeRed/btn_bg_grey.jpg) #8D8D8D repeat-x !important; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;}
.maintext_inner1{
	padding:5px 0!important;}
#tabs5{
	margin-bottom:-2px!important;}
#tabs5 a span,
  #tabs5 a:hover span {
	color:#C44D02;
	font-family:Arial, Helvetica, 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:#F1E3C5;
	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 #F1E3C5;*/
	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 #F1E3C5;
	padding:5px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	margin:10px 0;}

/*.clipart_container img{
	border:1px solid #F1E3C5;}*/
.inner_content_area_admin_new h2{
	margin:0;
	padding:0;
	font-size:16px;
	font-weight:bold;
	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, Arial, Helvetica, 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: bold;
	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("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: bold;
}
.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: bold;
}
.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;
}

/*--------------------------------------------------------------------------*/

.hd-links{width:260px; float:right; padding:50px 0 0 0} 
.hd-links ul{padding:0px; margin:0px; text-align:right}
.hd-links ul li{padding:0px; margin:0px; float:left; padding:0 0 0 25px;list-style:none; font-size:16px;}
.hd-links ul li a{ text-decoration:none;  color:#ac2a0a}
.hd-links ul li :hover{ color:#ee3524}

.admin-table-list{margin: 10px 0 30px 0;border-left:1px solid #f1dbc5;border-right:1px solid #f1dbc5 }
.admin-table-list th{ text-align:left; padding:8px; background:#f1dbc5; color:#7f140a}
.admin-table-list th a{color:#7f140a; text-decoration:none}
.admin-table-list th a:hover{color:#d95805; text-decoration:none}
.admin-table-list td{ text-align:left; padding:8px; border-bottom:1px solid #f1dbc5}
.admin-table-list td a{color:#8b0b02}
.admin-table-list td a:hover{color:#d95805}
.admin-table-list td .download{color:#8b0b02;  text-decoration:none}
.admin-table-list td .download:hover{color:#DE4A03;  text-decoration:none}

.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}

.button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 13px/100% Arial, Helvetica, sans-serif;
	padding:8px 10px;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: 4px; 
	-moz-border-radius:  4px;
	border-radius:  4px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}

.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 
---------------------------------------------- */

/* black */
.black {
	color: #d7d7d7;
	border: solid 1px #333;
	background: #333;
	background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#000));
	background: -moz-linear-gradient(top,  #666,  #000);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#000000');
}
.black:hover {
	background: #000;
	background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#000));
	background: -moz-linear-gradient(top,  #444,  #000);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#000000');
}
.black:active {
	color: #666;
	background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#444));
	background: -moz-linear-gradient(top,  #000,  #444);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#666666');
}

/* gray */
.gray {
	color: #e9e9e9;
	border: solid 1px #555;
	background: #6e6e6e;
	background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#575757));
	background: -moz-linear-gradient(top,  #888,  #575757);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#575757');
}
.gray:hover {
	background: #616161;
	background: -webkit-gradient(linear, left top, left bottom, from(#757575), to(#4b4b4b));
	background: -moz-linear-gradient(top,  #757575,  #4b4b4b);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#757575', endColorstr='#4b4b4b');
}
.gray:active {
	color: #afafaf;
	background: -webkit-gradient(linear, left top, left bottom, from(#575757), to(#888));
	background: -moz-linear-gradient(top,  #575757,  #888);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#575757', endColorstr='#888888');
}

/* white */
.white {
	color: #606060;
	border: solid 1px #b7b7b7;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
.white:hover {
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}
.white:active {
	color: #999;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
	background: -moz-linear-gradient(top,  #ededed,  #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}

/* orange */
.orange {
	color: #fef4e9;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.orange:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.orange:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}

/* red */
.red {
	color: #faddde;
	border: solid 1px #980c10;
	background: #d81b21;
	background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317));
	background: -moz-linear-gradient(top,  #ed1c24,  #aa1317);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317');
}
.red:hover {
	background: #b61318;
	background: -webkit-gradient(linear, left top, left bottom, from(#c9151b), to(#a11115));
	background: -moz-linear-gradient(top,  #c9151b,  #a11115);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9151b', endColorstr='#a11115');
}
.red:active {
	color: #de898c;
	background: -webkit-gradient(linear, left top, left bottom, from(#aa1317), to(#ed1c24));
	background: -moz-linear-gradient(top,  #aa1317,  #ed1c24);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa1317', endColorstr='#ed1c24');
}

/* blue */
.blue {
	color: #d9eef7;
	border: solid 1px #0076a3;
	background: #0095cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
	background: -moz-linear-gradient(top,  #00adee,  #0078a5);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
}
.blue:hover {
	background: #007ead;
	background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
	background: -moz-linear-gradient(top,  #0095cc,  #00678e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
}
.blue:active {
	color: #80bed6;
	background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
	background: -moz-linear-gradient(top,  #0078a5,  #00adee);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
}

/* 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');
	padding-left:5px;
}
.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}

.dtls-table{}
.dtls-table td{ padding:4px 0}

/*-----------------------------------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 {
  background: #ffffff url("Jcrop.gif");
  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}
.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 #f1e3c5; font-size:15px; color:#8a3a08; 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: Arial, Helvetica, sans-serif;font-size: 12px; padding:6px;border: #f1e3c5 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: #f1e3c5 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: #f1e3c5 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: #f1e3c5 solid 1px;border-radius: 4px; height:30px}

.ryt{float:right !important; padding-right:8px !important }
.order-btn-btm{padding-top:10px}
.order-now{width:93px; height:29px;background:url(../img/OrangeRed/order-now-btn.png) no-repeat; cursor:pointer; border:0px}
.order-now:hover{background:url(../img/OrangeRed/order-now-hover.png) no-repeat}
.save-btn{width:100px; height:47px;background:url(../img/OrangeRed/save-btn.png) no-repeat; cursor:pointer; border:0px}

.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: #f1e3c5 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 #f1e3c5; font-size:15px; color:#8a3a08; 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 #f1e3c5; font-size:15px; color:#8a3a08; 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:#8a3a08; 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:#8a3a08}
.category-lists li a:hover{color:#cf4d0d; text-decoration:none}

/*.btn-my-uploads{width:93px; height:29px;background:url(../img/OrangeRed/my-uploads-btn.jpg) no-repeat; 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:#8a3a08 !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}

.fb_facebook{padding:10px 0 0 0}
.pp-table{padding:0px; font-size:13px; color:#515050;}
.pp-table th{padding:7px 5px; text-align:left; border-bottom:1px solid #ccc}
.pp-table td{padding:4px 5px; text-align:left; color:#636363}

.opt-up-pnl{padding:5px; background:#fef4df}

.pp-table01{padding:0px; font-size:13px; color:#515050; }
.pp-table01 th{padding:7px 5px; text-align:left; border-bottom:1px solid #ccc}
.pp-table01 td{padding:4px 5px; text-align:left; color:#636363}

.dtls{color:#666 !important; font-size:11px; font-weight:normal; padding:0 0 0 55px}
.rate-star{padding-top:10px}

.productPrice{
	padding:0px 0 10px 0;
	font-size:26px;
	font-weight:bold;
	text-align:left;	
	/* background-color:#D7D3B0; */
	color:#cb0000;
	margin-top:10px;
}

.price_label{
	font-size:13px!important;
	font-weight:bold!important;
	color:#000000!important; display:block; float:left; padding:5px 10px 0 0 ;
}
.option_select{	
	margin:0 0 20px 0;
}

.option_select h3{	
	margin-top:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	margin-bottom:5px;
	font-weight:bold;
}

.option_selectbox{	
	padding:5px !important;
	width:120px!important;
	border:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border: 1px solid #ECD29B;
	border-radius: 3px;}
.product_desc_head{
	font-size:16px;
	color:#cb0000;
	padding:15px 0 8px 0;
	font-family:Arial, Helvetica, sans-serif; border-top:1px solid #f1e3c5
	
}

.product_desc{
	font-family:Arial, Helvetica, sans-serif;
	color:#000000; line-height:20px;
	padding-top:5px;
	padding-bottom:10px;
}
.gallery_container{
	background-color:#FFFFFF;
	/*width:420px;	
	background-image:url(../img/OrangePeel/productimg_bg.jpg);
	background-position:top left;
	background-repeat:no-repeat;*/
	margin-bottom:10px;
	padding:10px 20px 10px 0px;
      
}

.product_details{
	width:330px;	
	text-align:left;
	vertical-align:top;
	padding-left:5px;
}
#container{
	position:relative;
	width:335px;
	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;
}
/*------------------------------------------------------------JQZOOM CSS-------------------------------------------------------*/
.zoomPad{
	position:relative;
	float:left;
	z-index:99;
	cursor:crosshair; padding:20px 0 0 0;
     
        
}


.zoomPreload{
   -moz-opacity:0.8;
   opacity: 0.8;
   filter: alpha(opacity = 80);
   color: #333;
   font-size: 12px;
   font-family: Tahoma;
   text-decoration: none;
   border: 1px solid #CCC;
   background-color: white;
   padding: 8px;
   text-align:center;
   background-image: url(../img/images/zoomloader.gif);
   background-repeat: no-repeat;
   background-position: 43px 30px;
   z-index:110;
   width:90px;
   height:43px;
   position:absolute;
   top:0px;
   left:0px;
    * width:100px;
    * height:49px;
}


.zoomPup{
	overflow:hidden;
	background-color: #FFF;
	-moz-opacity:0.6;
	opacity: 0.6;
	filter: alpha(opacity = 60);
	z-index:120;
	position:absolute;
	border:1px solid #CCC;
  z-index:101;
  cursor:crosshair;
}

.zoomOverlay{
	position:absolute;
	left:0px;
	top:0px;
	background:#FFF;
	/*opacity:0.5;*/
	z-index:5000;
	width:100%;
	height:100%;
	display:none;
  z-index:101;
}

.zoomWindow{
	position:absolute;
	left:110%;
	top:40px;
	background:#FFF;
	z-index:6000;
	height:auto;
  z-index:10000;
  z-index:110;
}
.zoomWrapper{
	position:relative;
	border:1px solid #999;
  z-index:110;
}
.zoomWrapperTitle{
	display:block;
	background:#999;
	color:#FFF;
	height:18px;
	line-height:18px;
	width:100%;
  overflow:hidden;
	text-align:center;
	font-size:10px;
  position:absolute;
  top:0px;
  left:0px;
  z-index:120;
  -moz-opacity:0.6;
  opacity: 0.6;
  filter: alpha(opacity = 60);
}
.zoomWrapperImage{
	display:block;
  position:relative;
  overflow:hidden;
  z-index:110;

}
.zoomWrapperImage img{
  border:0px;
  display:block;
  position:absolute;
  z-index:101;
}

.zoomIframe{
  z-index: -1;
  filter:alpha(opacity=0);
  -moz-opacity: 0.80;
  opacity: 0.80;
  position:absolute;
  display:block;
}
.like-pnl{display:block; padding:25px 0 0 0; text-align:left}
.spacer05{padding:0 15px 0 0px !important}
.more-link{color:#505050 !important; font-weight:bold; text-decoration:none; display:inline-block; padding:5px 0 15px 0}
.more-link:hover{color:#cb0000 !important}
.rate-lbl{padding:2px 0 0 0;display: inline-block; color:#747474}

.upload-art-btn{padding: 0 10px;
height: 30px;
background:url(../img/OrangeRed/upload-art.png) no-repeat;
display: block;
border:0px; }

.position-cntrls{padding:0px}
.position-cntrls img{ display:inline-block;padding:0px 0 0 8px}
.position-cntrls label{ display:inline-block;padding:0px !important}

.position-cntrls01{padding:0px}
.position-cntrls01 img{ display:inline-block;padding:0px 0 0 8px}
.position-cntrls01 label{ display:inline-block;padding:0 0 0 40px !important}

.txtN06{ padding:0px}
.txtN06 span{color:#464646; font-size:12px}
.txtN06 span a{color:#830202; font-weight:bold; text-align:none}
.quote-btn{width:205px; height:47px;background:url(../img/OrangeRed/quote-btn.png) no-repeat; cursor:pointer; border:0px; margin:0 0 0 10px}
.helptext{font-family:Arial, Helvetica, sans-serif; font-size:13px; color:#777777; line-height:18px; padding:0; margin:0; font-weight:normal; padding:7px 0;}
.note_text{  border: 1px solid #DBDBDB;    border-radius: 5px; -moz-border-radius: 4px; width:710px; margin:7px 0;}



/*********************      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:left;
/*margin-top: -1px;*/
margin:0;
padding:0;
}
 
#navigation li {
position: relative;
list-style: none;
display: inline-block;
/*margin: 0 20px;*/
}
 
#navigation li a {
padding: 0px 15px;
display: block;
height:48px;
line-height:48px;
font-family: "HandelGotDBol",sans-serif;
font-size: 18px;
text-transform:uppercase;
font-weight: normal;
font-style: normal;
color: #fff;
text-align: left;
}
 
#navigation li:hover .main {
color: #ffdc38;
/*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: 20px;
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{ font-weight:bold; color:#666666; border-bottom:1px dotted #cfcfcf; padding:5px 0;}
.jersey-open{ color: #E45108;font-size: 11px;}
.jersey-close{color:#cfcfcf;font-size: 11px;}

#sliderDiv{
    min-height: 300px;
}
/*--------------------------------------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; font-weight:bold;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:Arial, Helvetica, 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;
}
.product_browse_blk{
	border:1px solid #f3ddbc;
	padding:5px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
    float:left;
	background:#f9f3d1;
}
.product_browse_blk_inr{
	background:url(../img/OrangeRed/upload_image_bg.jpg) no-repeat top center #f9f3d1;
}
.product_browse_head{	
	font-size:13px;
	color:#343434;
	font-family: "HandelGotDBol",sans-serif;
	padding:8px 0px 7px 0px; text-indent: 15px;
	margin:0px!important;
}
.product_browse_head p{	
	margin:0px;
	padding:0px 0px!important;
}
.upload_btn{
		width:108px;
		height:31px;
		margin:0px 6px;
		background:url(../img/OrangeRed/upload_btn.png) 0% 0% no-repeat; 
		float:left;
}
.upload_btn:hover{
		background:url(../img/OrangeRed/upload_btn_over.png) 0% 0% no-repeat; 
}
.orange_new {
	color: #fef4e9;
	height:32px;
	width:135px;
	outline:none;
	border:0;
	margin-top:7px;
        margin-left: 13px;
	background:url(../img/OrangeRed/quote_btn.jpg) 0% 0% no-repeat; 
}
.orange_new a{
	outline:none!important;
	text-decoration:none!important;
	border:0!important;

}
.orange_new:hover {
	background:url(../img/OrangeRed/quote_btn_over.jpg) 0% 0% no-repeat; 
	outline:none!important;
	text-decoration:none;
}
.orange_new:active {
	color: #fcd3a5;
	background:url(../img/OrangeRed/quote_btn.jpg) 0% 0% no-repeat; 
}
.place_quote {
	color: #fef4e9;
	height:31px;
	width:139px;
	outline:none;
	border:0;
	float:left;
    margin-left: 5px;
	outline:none!important;
	background:url(../img/OrangeRed/place_quote_btn.png) 0% 0% no-repeat; 
}
.place_quote a{
	outline:none!important;
	text-decoration:none!important;
	border:0!important;

}
.place_quote:hover {
	background:url(../img/OrangeRed/place_quote_btn_over.png) 0% 0% no-repeat; 
	outline:none!important;
	text-decoration:none;
}
.place_quote:active {
	color: #fcd3a5;
	background:url(../img/OrangeRed/place_quote_btn_over.png) 0% 0% no-repeat; 
}
.product_desc_head1{
	font-size:17px;
	color:#cb0000;
	padding:5px 0 8px 0;
	border-bottom:solid 1px #f2f0ec;
	margin-bottom:7px;
	font-family:Arial, Helvetica, sans-serif;
}
.browse_btn{
		width:90px;
		height:34px;
		margin-right:10px;
		background:url(../img/browse_btn.jpg) 0% 0% no-repeat; 
}
.browse_sec{
	width:121px;
}
.browse_sec a{
	width:111px;
	float:left;
}
.prod_upload_blk{
	width:310px !important;
}
.presco_connect{
	width:368px;
	height:90px;
	background:url(../img/OrangeRed/connect_bg.jpg) 0% 0% no-repeat; 
}
.imgDisplay{
	width:270px;
	float:left;
}
.imgDisplay img{
	margin:10px 5px;
	padding:3px;
	border:1px solid #d2c6b1;
}
.presco_connect_text{
	width:207px;
	height:25px;
	margin-left:123px;
	margin-top:10px;
	float:left;
	background:url(../img/OrangeRed/presco_connect_text.png) 0% 0% no-repeat; 
}
.presco_connect_text:hover{
	background:url(../img/OrangeRed/presco_connect_text_over.png) 0% 0% no-repeat; 
}
.presco_socialmedia{
	float:right;
	height:32px;
	padding-right:84px;
	margin-top:15px;
}
.presco_socialmedia a{
	width:25px;
	height:22px;
	margin-right:3px;
}