/* CSS Document */
/* Theme color - #9C2C06 */

body{
	margin:0px;
	font:13px 'Oxygen', sans-serif;
	color:#000000;
}
.clear{	clear:both;}

/* latin-ext */
@font-face {
  font-family: 'Oxygen';
  font-style: normal;
  font-weight: 300;
  src: local('Oxygen Light'), local('Oxygen-Light'), url(https://fonts.gstatic.com/s/oxygen/v7/2sDcZG1Wl4LcnbuCJW8zZmW5O7w.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Oxygen';
  font-style: normal;
  font-weight: 300;
  src: local('Oxygen Light'), local('Oxygen-Light'), url(https://fonts.gstatic.com/s/oxygen/v7/2sDcZG1Wl4LcnbuCJW8zaGW5.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Oxygen';
  font-style: normal;
  font-weight: 400;
  src: local('Oxygen Regular'), local('Oxygen-Regular'), url(https://fonts.gstatic.com/s/oxygen/v7/2sDfZG1Wl4LcnbuKgE0mV0Q.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Oxygen';
  font-style: normal;
  font-weight: 400;
  src: local('Oxygen Regular'), local('Oxygen-Regular'), url(https://fonts.gstatic.com/s/oxygen/v7/2sDfZG1Wl4LcnbuKjk0m.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Oxygen';
  font-style: normal;
  font-weight: 700;
  src: local('Oxygen Bold'), local('Oxygen-Bold'), url(https://fonts.gstatic.com/s/oxygen/v7/2sDcZG1Wl4LcnbuCNWgzZmW5O7w.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Oxygen';
  font-style: normal;
  font-weight: 700;
  src: local('Oxygen Bold'), local('Oxygen-Bold'), url(https://fonts.gstatic.com/s/oxygen/v7/2sDcZG1Wl4LcnbuCNWgzaGW5.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}



.clearfix{
	clear: both;
}

A:link, A:active, A:visited{
	text-decoration:none;
	color:#000000;
	/*text-decoration:underline;*/
}

A:hover{
	/*text-decoration:underline;*/
	color:#888888;
}

INPUT,SELECT{
	font:12px Arial;
}
input.button, input[type="submit"], input[type="button"]{
    /*-webkit-appearance: none!important;*/
}
img{
	border:none;
	border:0;
}

.left{
	float:left;
}

.right{
	float:right;
}

.comm_div{
	clear:both;
	margin-bottom:10px;
}
.scroll_div_outer{
	display:table;
}
.scroll_div_col1{
	display:table-cell;
	width:5%;
	vertical-align:middle;
}
.scroll_div_col2{
	display:table-cell;
	width:90%;
	vertical-align:middle;
}
.required_field{
	color:#613b15;
}
.order_6{
	margin-right:4%;
	width:96%;
}
.padding0{
	padding: 0!important;
}
/* ----------------- Container styles --------------------- */

.adm .wrapper{
	width:960px;
	margin-left:auto;
	margin-right:auto;
}

adm .header_row{
	background:url(../img/SepiaBrown/top_hdr_bg.jpg) #FBFCFC bottom left repeat-x;
}


.header_container{
	position:relative;
}

.menu_row{
	
	background-color: #613b15; margin:0px 0 0 0;
}



.banner_row{	
	padding:0px 0px 0px 0px;
	background:url(../img/SepiaBrown/banner_row.jpg) #FBFCFC no-repeat center center;

	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.banner_container{
	margin-top:10px;
	margin-bottom:0px;
	background:none;
}

.adm .content_row{
	
	min-height:520px
}

.main_content_area{	
	padding-top:30px;
	background-color:#FFFFFF;
	padding-bottom:10px;
}

.footer_content_row {
    padding: 0;
    width: 100%;
	padding:0!important;
}
.footer_content_row ul{
	margin:10px 0;
}
.footer_content_row li{
	font-family: 'Oxygen', sans-serif;
	font-weight:500;
	font-size:12px;
	color:#874f2d;
	padding-bottom:5px;
	list-style:none;
}
.foooter_talk_blk{
	margin-top:20px;
}
.adm .copyright_area{	
	/*background-image:url(../img/SepiaBrown/cprgt_tile.jpg);
	background-color:#9C2C06;*/
	color:#595959;
	font-family: 'Oxygen', sans-serif;	
	clear:both!important;
	padding-bottom:10px;
	background:none;
}
.home_body_left{
	width:700px;	
	float:left;
	
	
}
.home_body_right{
	width:250px;	
	float:right;
	margin:15px 0 0 0;
	
}
.inner_left_area{
}
.adm .inner_left_area{
	width:200px;
	float:left;		
}
.inner_right_area{
}
.adm .inner_right_area{
	width:730px;
	float:right;	
	
}

/* ----------------- Container styles ends --------------------- */



.img_product{
	/*width:270px;
	height:340px;*/
}

.img_listing{
	
	height:240px;
}

.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:37px;
	
}




.clear{
clear:both;
}

#mainbody{
background-color: #fff; 

/* background-repeat:repeat-x; */

/*
-moz-border-radius-topleft: 10px;
-webkit-border-radius-topright: 10px;
*/
	
/*  border:1px solid #ED9A2E; */

/* padding: 1px; */

}

#header{	
	background-color:#00528E;
	height:100px;
	background-image:url(../img/SepiaBrown/top_bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
}
a#modallink.personalize_link{
	padding: 10px 30px;
   font-size: 20px;}
#admn_header{	
	background-color:#00528E;
	height:80px;
	background-image:url(../img/SepiaBrown/top_bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
}

.logo img{width:100%; max-width:250px; margin-top: 0;}
.adm .logo img{max-width:300px;}

#admn_logo{	
	float:left;	
	margin-top:15px;
	margin-bottom:10px;
	margin-left:0px;
}
#admn_logo img {max-width:300px}

.adm .logo img{max-width:300px;}

#admn_logo{	
	float:left;	
	margin-top:15px;
	margin-left:0px;
}
#admn_logo img {max-width:300px}

.logo a:link,
.logo a:active,
.logo a:visited
 {
	font-family: 'Oxygen', 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: 'Oxygen', sans-serif;
    font-size: 1.1em;
	font-weight:500;
    color: #fff;
    display:block;
	overflow:hidden;
}

.checkout_row_outer .toplinks .button{
	margin: 0!important;
}

.links A:hover{
	
	text-decoration:none;
	color:#613b15 !important;
	float:left;

	
	}
	#links_active{
	border-bottom:3px solid #613b15;	
	text-decoration:none;
	color:#444;
}
.outerwrapper_container {
    float: left;
    overflow: hidden;

}
.toplinks {
	font-family: 'Oxygen', sans-serif;
	font-size: 18px;
	color: #000000;
	letter-spacing: 0px;
}
.bord_bot{
	border-bottom:4px solid #613b15;
	padding-bottom:7px;
}

.search_area{
	color:#000;
	float:right;
	font-family:Arial,Helvetica,sans-serif;
	font-size:24px;
	letter-spacing:-1px;
	margin-top:158px;
	padding:3px;
	width:190px;
}

.search_area SELECT{
	width:121px;
}

.go_btn{
	background:url(../img/go_bttn.gif) no-repeat left top;
	width:50px;
	height:19px;
	border:0;
	cursor:pointer;
}


#login_area{
	width:500px;
	height:50px;
	float:right;
	
}

#username{
width:170px;
float:left;
color:#000;
}
#password{
width:250px;
float:right;
padding-right:50px;
}

#login_area INPUT{
	margin:0px 0px 7px;
}
.box1{
background-color: #000;
padding: 5px;
height:auto;
}
.box2{
	background-color: #fff;
	/*
-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-radius-topright: 5px;
*/
	border: 1px solid #E0EAF1;
	padding: 5px;
	height:auto;
	font-family:'Oxygen', 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;
}
.login-msg a{
	color:#ffe1b2!important;
}
.login-msg a:hover{
	color:#b8220e!important;
}

.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;
}

.marg_bot15{
	margin-bottom:15px;
}
.main_body{
	
	height: auto !important;
	font-family: 'Oxygen', sans-serif;
	
}

html>body .main_body{
	min-height:327px;
	font-family: 'Oxygen', sans-serif;
}

.main_bodysendadmin{
	
	height: auto !important;
		height:415px;

	 
	font-family: 'Oxygen', sans-serif; background:#fff
	
}

html>body .main_bodysendadmin{
	/*min-height:415px;*/
	
	
	font-family: 'Oxygen', 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 {
    text-align: center;
    font-size: 15px;
    padding: 0;
    line-height: 2;
}
#copyright_rgt span{
padding: 0 0 0 15px;
}

.home_contact_container{
	width:250px;
}


.home_contact_head{
	/*width:250px;
	height:35px;
	background-image:url(../img/SepiaBrown/home_contact_head.jpg);
	background-repeat:no-repeat;*/	
}

.home_contact_btm{
	width:250px;
	height:15px;
	background-image:url(../img/SepiaBrown/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/SepiaBrown/call-icon.png);
	background-repeat:no-repeat;
	background-position:3% 40%;
	font-size:18px;
	color:#f37321;
	font-family: 'Oxygen', sans-serif;
	height:45px;
	margin-bottom:20px;
	padding-left:55px;
	padding-top:10px;
	text-align:left;
}
.mail_link{
	background-image:url(../img/SepiaBrown/mail-icon.png);
	background-repeat:no-repeat;
	background-position:3% 4%;
	font-size:30px;
	color:#F34D21;
	font-family: 'Oxygen', 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:'Oxygen', 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{
	border:0px solid #ae8750 ;
}
.adm .left_module{
	margin-bottom:10px;
	width:200px ;border:1px solid #f9e5b1;/*box-shadow:inset 0 0 10px #ae8750 ; */

}

.left_module_head{	
	/*height:29px;
	background-image:url(../img/SepiaBrown/leftmodule_head3.jpg);
	background-repeat:no-repeat;
	background-position:top;
	padding:6px 0px 0px 45px;*/
	font-size:26px;
	color:#613b15;
	font-family: 'Oxygen', sans-serif;
	margin: 0; padding:20px 0 20px 0;
}

.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/SepiaBrown/leftmodule_btm2.jpg);
	height:15px;
	background-repeat:no-repeat;
}

.right_module_container{
	margin-bottom:10px;
}

.right_module_top{
	background-image:url(../img/SepiaBrown/right_module_top.jpg);
	display:none;
}

.right_module_cnt{
	padding:10px;
	background:#efefef;
	margin-top:20px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.right_module_btm{
	background-image:url(../img/SepiaBrown/right_module_btm.jpg);
	height:12px;
	display:none;
}
.testimonials_top{
	border-bottom:2px solid #a6a6a6;
	height:4px;
	margin-bottom:5px;
}
.quote_up{
	position:absolute;
	top:0;
	left:42%;
	width:44px;
	height:30px;
	background:url(../img/quote_up.jpg) no-repeat;
}
.testi_head{
	font-size:23px;
	color:#4d4d4b;
	clear:both;	
	font-family: 'Oxygen', sans-serif;
	padding:8px 10px 0px 10px;
	margin:0 0 3px 0;
	text-align:center;
	position:relative;
}
.testi_head h4{
	font-size:23px;
	color:#a6a6a6;
	font-family: 'Oxygen', sans-serif;
	font-weight:500;
	padding-top:10px;
}
.testi_cnt{	
	font-size:13px;	
	color:#666666;
	clear:both;	
	text-align:center;
	line-height:21px;
	padding:10px;
	font-family:'Oxygen', sans-serif;
}
.testimonial_bottom_blk{
	margin:28px 0 0 0;
	padding-bottom:8px;
	text-align:center;
	position:relative;
}
.testimonials_bottom{
	border-bottom:2px solid #a6a6a6;
	height:4px;
	margin-top:5px;
}
.quote_down{
	position:absolute;
	bottom:0;
	left:42%;
	width:44px;
	height:30px;
	background:url(../img/qoute_down.jpg) no-repeat;
}
.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/SepiaBrown/dot.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	font-weight:bold;
	color:#9C2C06;
	font-family:'Oxygen', 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: 'Oxygen', 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: 'Oxygen', 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: 'Oxygen', sans-serif;
	font-size: 13px;
	color: #000000;
	font-weight:bold;
	text-decoration:none;
	padding:4px;
}
.grid a:hover {
	font-family: 'Oxygen', sans-serif;
	font-size: 13px;
	color: #727272;
	font-weight:bold;
	text-decoration:none;
	padding:4px;
}
.grid a:active {
	font-family: 'Oxygen', sans-serif;
	font-size: 13px;
	color: #000000;
	font-weight:bold;
	text-decoration:none;
	padding:4px;
}
.grid a:visited {
	font-family: 'Oxygen', 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;


}

.content_header{
	clear:both;
	/*background:url(../img/SepiaBrown/dot.gif) #F8F2EB;
	background-repeat:repeat-x;
	background-position:bottom;*/
	color:#9C2C06; padding:15px 0;
	
}

.content_header_left{
	background-image:url(../img/SepiaBrown/cnt_header_left.jpg);
	width:29px;
	height:35px;
	background-repeat:no-repeat;
	float:left;
	display:none;
}
.content_header_end{
	background-image:url(../img/SepiaBrown/cnt_header_right.jpg);	
	height:35px;
	width:8px;
	background-repeat:no-repeat;
	float:left;
	display:none;
}

.content_header2_left{
	background-image:url(../img/SepiaBrown/cnt_header2_left.jpg);
	width:29px;
	height:35px;
	background-repeat:no-repeat;
	float:left;
	display:none;
}
.content_header2_txt{
	height:28px;
	font-family: 'Oxygen', sans-serif;
	float:left;
	color:#F57C2E;
	font-size:24px;
	padding:5px 5px 10px 0px;
}
.content_header2_end{
	background-image:url(../img/SepiaBrown/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:none;
	text-align:center;
	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_inner{
	border-top:#34B31E solid 2px;
	font-family:'Oxygen', sans-serif;
	padding:20px;	
	background-color:#D8D8D8;
	background-image:url(../img/SepiaBrown/box2_bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	
}

.content_box_shadow{
	height:15px;
	clear:both;
	background-image:url(../img/SepiaBrown/box_shadow.jpg);
	background-repeat:repeat-x;
	background-position:top;
	margin-bottom:10px;
	display:none;
}

.pr_listing_container{
	clear:both;
	font-family:'Oxygen', sans-serif;
}

.cat_listing_container{
	clear:both;
	font-family:'Oxygen', sans-serif;
	padding-bottom:10px;
	
}

/*------------------*/
.home_product_box{
	width:90%;
	background-color:#fff;
	padding-bottom:10px;
	padding-top:0px;
	margin-bottom:20px;
	margin-right:10%;
	text-align:center;
}



.list_img{
	/*margin-bottom:5px;
	clear:both;
	width:170px;
	margin-left:auto;
	margin-right:auto;*/
	text-align:center;
	/*padding-bottom:10px;*/
	display: block;
	overflow: hidden;
	border: 1px solid #eeeeee;
}
/*.list_img a img{
	-webkit-transform: scale(1) rotateZ(0);
	-moz-transform: scale(1) rotateZ(0);
	-ms-transform: scale(1) rotateZ(0);
	-o-transform: scale(1) rotateZ(0);
	transform: scale(1) rotateZ(0);
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
.list_img a img:hover{
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}*/


.list_name a:link,
.list_name a:visited,
.list_name a:active{
	color:#585858;
	text-decoration:none;
}

.list_name a:hover{
	color:#F57C2E;
	}


.list_desc{
	float: right;
	text-align:center;
	margin:0px 0 0 0;
	padding: 3px 15px 0 5px;
	font-family: 'Oxygen', sans-serif; 
	color:#613b15;
	font-size:13px;
}
.list_desc strike{
	font-family:Oxygen;
	color:#717171!important; 
	font-size:15px; 
	font-weight:500;
	padding:4px 10px 4px 0px;
}

.upload-art-btn{
	margin-bottom:5px;
        text-align:left;		
}
.list_link_cat{
	margin-bottom:5px;	
	text-align:center;		
}
.list_link{
	margin-bottom:5px;
	/*width:200px;*/
	text-align:center;		
}
.list_link01{
	margin-bottom:5px;
}

.list_link iframe{ width:200px!important;

}

.list_link a{
	
	width:99px;
	height:26px;
	margin:0 auto;
	display:block;
	background-repeat:no-repeat;	
}
.list_link a:hover{
	width:99px;
	height:26px;
	margin:0 auto;
	display:block;
	background-repeat:no-repeat;	
}
.list_link a span{
	display:none;
}

/*------------------*/

.inner_product_box{
	width:90%;
	min-height:261px;
	background-color:#fff;
	border:1px solid #e4e4e4;
	padding-bottom:10px;
	padding-top:0px;
	margin-bottom:20px;
	margin-right:10%;
	text-align:center;
}


.inner_list_img{
	text-align:center;
	background:#FFF;
	text-align:center!important;
	display:block;	
	width:90%;
	margin:5%;
	height:170px;
}
.inner_list_img img{
	max-height:170px;
}
.inner_list_name{
	margin: 10px 0 0px 0;
	text-align: center;
	color: #613b15;
	font-size: 16px;
}

.inner_list_name a:link,
.inner_list_name a:visited,
.inner_list_name a:active{
color: #613b15;
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:center;
	margin-top:5px;		
}




.text_link_1{
	font-family:'Oxygen', 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:'Oxygen', 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:'Oxygen', sans-serif;
	font-size:12px;
	font-weight:500;
	text-decoration:none;
	color:#FF0000!important;
	background-image:url(../img/SepiaBrown/bullet2.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:'Oxygen', sans-serif;
	font-size:12px;
	font-weight:500;
	text-decoration:none;
	color:#FFF!important;
	background:url(../img/SepiaBrown/arrow_rt.png) no-repeat 90% 50% #613b15;
	padding:5px 15px 5px 10px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
a.text_link_3:hover{	
	color:#fe9e16!important;
	background:url(../img/SepiaBrown/arrow_rt.png) no-repeat 90% 50% #e64d17;
}

.text_link_4{
	font-family:'Oxygen', sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#145F95!important;
	background-image:url(../img/SepiaBrown/bullet3.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:20px;
}
a.text_link_4:hover{	
	color:#000000!important;
	text-decoration:none;
}

.apply{
	background: #613b15;
    border-radius: 3px;
	color:#FFFFFF!important;
	padding:5px;
	font-family: 'Oxygen', sans-serif;
	font-weight:500;
	width:45%;
	text-align:center;
}
.apply:hover{
	background: #ae8750 ;
}
.apply a{
	color:#FFFFFF!important;
	font-weight: 700;
}
#item_details_admin label{
	font-weight: 700!important;
}
.marg .six{
	padding-bottom:15px;
}

.home_cat_listing{
	width:100%; margin:0px 0 0 0;
}

.home_cat_listing td{
	
	padding:10px;
	
}

.home_cat_icon img{
}

.home_cat_link{	
	 margin:0 auto 0 auto; text-align:center
}

.home_cat_link a:link,
.home_cat_link a:visited,
.home_cat_link a:active
{	
	color: #444;
	font-size:17px;
	font-family: Oxygen;
	font-weight: 400;
}
.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/SepiaBrown/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:'Oxygen', 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;
	
	overflow:hidden;
}

#items_top_area_ttl{
	min-width:75px;
	width:auto !important;
	width:75px auto;
	height:23px;
	
	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: 'Oxygen', sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: 500;
}
.maintext1 {
	color:#949494;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	letter-spacing:0;
	line-height:14px;
	}
	
.maintext1 a:link, .maintext1 a:visited,.maintext1 a:active{
	color:#949494;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	letter-spacing:0;
	line-height:14px;
	}
	
.maintext1 a:hover{
	color:#000;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	letter-spacing:0;
	line-height:14px;
	}
.maintext {
	font-family: 'Oxygen', sans-serif;
	font-size: 12px;
	color: #949494;
	vertical-align:top;
}
.item_block1{
	width:138px;
	height:220px;
	
	float:left;
	margin:2px; 
	background-color: #fff;
	/*
-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-radius-topright: 10px;
*/
	border: 1px solid #E0EAF1;
	padding: 5px;
}

.item_block2{
	width:220px;
	height:330px;
	
	float:left;
	margin:4px; 
	background-color: #EAEBCB;
	/*
-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-radius-topright: 10px;
*/
	border: 1px solid #C3BFA4;
	padding: 5px;
}

.item_block3{
	width:185px;
	height:185px;
	
	float:left;
	margin:4px; 
	background-color: #EAEBCB;
	/*
-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-radius-topright: 10px;
*/
	border: 1px solid #C3BFA4;
	padding: 5px;
	
	
}

.item_thumb{
	margin-top:5px;
}

.item_block_links{
	margin-top:1px;
}

html>body .item_block_links{
	margin-top:3px;
}

.more_links{
	float:left;
	width:100%;
}
.more_links A:link,.more_links A:active,.more_links A:visited{
	text-decoration:none;
	color:#333;	
}

.more_links A:hover{
	text-decoration:underline;	
}

#body_right_area{
	float:right;
	width:197px;
	border:1px solid #EAEAEA;
}

.container_rgt{
	width:100%;
	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:auto;
	height:auto;
}

.next{
	float:right;
	width:auto;
	height:auto;
}

/* product Detils*/

#item_details{	
	width:100%;
	float:left;
	margin:0px 0 0 0px;
	
}

.page_subhead{
	font-family:'Oxygen', sans-serif;
	text-align:left;
	font-size:15px;
	color:#000000;
	font-weight:500;
	clear:both;
	margin-bottom:15px;
	margin-top:5px;
	
	
}

.page_subhead_hilite{
	color: #613b15;
	padding-left: 10px;
	font-weight: 600;
}

.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;
/* 	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:'Oxygen', 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:'Oxygen', 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:'Oxygen', 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;
	
	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: 'Oxygen', 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/SepiaBrown/login_top.jpg);
background-repeat:no-repeat;
display:none;
}

.login_btm{
width:750px;
height:16px;
background-image:url(../img/SepiaBrown/login_btm.jpg);
background-repeat:no-repeat;
display:none;
}

	.loginbg_admin_bg{

}	
.red-span{color:#f00}
.txt-sgn{width:275px !important; border:1px solid #ccc !important}
.slct-sgn{width:290px !important; border:1px solid #ccc !important}
.slct-width{}
.slct-sgn select{width:290px !important; border:1px solid #ccc !important}

.btn-input{
		background:#613b15;
		border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;   -webkit-transition: all 0s!important;}
.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/SepiaBrown/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/SepiaBrown/login2_btm.jpg);
	display:none;
	}
	
	
.inner_content_area{
	height:auto;
	padding-top:20px;
	width:540px;
	

}
.inner_content_area_admin{
	height:auto;
	padding-top:0px;
	margin:8px 0 0 0;

}


#inner_conent_area1{
	width:650px;
	height:auto;
	float:left;
	text-align:left;
	font-family:'Oxygen', 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;
}


.box2_admin{
	background-color: #fff;
	/*
-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-radius-topright: 5px;
*/
	border: 1px solid #fbe2be;
	padding: 6px;
	height:auto;
	width:200px;
	font-family:'Oxygen', sans-serif;
	font-size:13px;
	color:#000000;
	letter-spacing:0px;

}
.resp .box2_admin{
	background-color: #fff;
	/*
-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-radius-topright: 5px;
*/
	padding: 6px;
	height:auto;
	font-family:Oxygen;
	font-size:13px;
	width:100%;
	color:#000000;
	letter-spacing:0px;

}

.box3_admin{
	
	border: 1px solid #CCCCCC;
	padding: 3px;
	height:auto;
	
	font-family:'Oxygen', 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: 'Oxygen', sans-serif;
	font-size: 26px;
	color: #000000;
	letter-spacing: -1px;
	font-weight: 500;
	text-decoration:none;

}
.loginhead_admin a:hover
 {
	font-family: 'Oxygen', sans-serif;
	font-size: 40px;
	color: #fff;
	letter-spacing: -1px;
	font-weight: 500;
	text-decoration:none;

}
.invalid_admin{
	font-family: 'Oxygen', sans-serif;
	font-size: 12px;
	color: #FF0000;
	padding:5px;
	width:400px;
	float:right;
	padding:5px;	

}
.invalid_user{
	font-family: 'Oxygen', sans-serif;
	font-size: 13px;
	color: #FF0000;
	padding:5px;
	text-align:center;
	


}
.forgotpass_admin{
	font-family: 'Oxygen', sans-serif;
	font-size: 13px;
	color: #5D6062;
	padding:5px;
	width:360px;
	float:right;
	padding-top:10px;

}
.sameas_billing{
 padding-top: 50px!important;
}
.checkbox_right{
	text-align: right;
    margin-top: 5px;
}
input#sameas{
	margin-bottom: 2px!important;
}
/* Style For Mutlilevel Side Menu stars here.............................*/
.adm .sidebarmenu ul{
margin: 0px;
padding: 0;
list-style-type: none;
font-family: 'Oxygen', sans-serif;
font-size: 13px;
width: 200px; /* Main Menu Item widths */
/* border-bottom: 1px solid #ccc; */
z-index: 10000;
}
 
.sidebarmenu ul li{
position: relative;
margin:0px 0px 0px 0px;
list-style:none;
}
.sidebarmenu ul li h6{
padding:8px 0; margin:0 0px 5px 0px; font-size:13px; line-height:20px; color:#ffffff; background:#613b15 ; text-indent:15px;box-shadow:inset 0 0 10px #613b15 ; 
}

/* Top level menu links style */
.sidebarmenu ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: #000;
text-decoration: none;
padding:0 0 18px 0!important; font-family: Oxygen; 
/*background:url(../img/SepiaBrown/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: #303030;
}

.sidebarmenu ul li a:hover{
color:#613b15;
text-decoration:none;
 /*background-color:#126199;
 background-image:none;
 background-image:url(../img/SepiaBrown/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:#494949;
text-decoration:none;
/* background-color:#ffffff;
 background-image:none;
 background-image:url(../img/SepiaBrown/arrow_sub.gif);
 background-position:5% 50%;
 background-repeat:no-repeat;
 padding-left:20px;*/
   background-image:url(../img/SepiaBrown/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:#494949;
text-decoration:none;
/* background-color:#ffffff;
 background-image:none;
 background-image:url(../img/SepiaBrown/arrow_sub.gif);
 background-position:5% 50%;
 background-repeat:no-repeat;
 padding-left:20px;*/
   background-image:url(../img/SepiaBrown/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:#613b15;
 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/SepiaBrown/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/SepiaBrown/menu_bg2_hover.jpg);
 background-repeat:no-repeat;
 background-position:top left;
 }


.subfolderstyle{



}

 
/* Holly Hack for IE \*/
* html .sidebarmenu ul li { float: left; height: 1%; }
* html .sidebarmenu ul li a { height: 1%; }
/* End */

/* Style For Mutlilevel Side Menu stars here.............................*/




.inner_subhead_container{
	font-family: Oxygen;
	font-size: 25px;
	font-weight: 500;
	text-align: left;
	padding: 20px 0 10px 0;
	margin: 0;
	color: #613b15;
}

.inner_subhead_left{
	height:30px;
	width:15px;
	background-image:url(../img/SepiaBrown/inner_head_left.jpg);
	background-color:#EAEAEA;
	float:left;
	display:none;
}

.inner_subhead_right{
	height:30px;
	width:15px;
	background-image:url(../img/SepiaBrown/inner_head_right.jpg);
	background-color:#EAEAEA;
	float:right;
	display:none;
}

/*.inner_subhead_content{
	height:27px;
	clear:both;
	background-image:url(../img/SepiaBrown/dot.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	font-weight:bold;
	color:#9C2C06;
	font-family:'Oxygen', sans-serif;
	font-size:15px;
	padding:8px 0px 0px 15px;
	margin-bottom:10px;
}*/

.inner_subhead_content{
	height:auto;
	clear:both;
	font-family: 'Oxygen', sans-serif;
	float: left;
	color: #613b15;
	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: 'Oxygen', 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:'Oxygen', sans-serif;
color:#666666;
}

.help_content{
	padding-bottom:3px;	
	font-family:'Oxygen', sans-serif;
	color:#000000;
	margin-bottom:10px;
}

.help_content ul li{
	margin-left:-10px;
	margin-bottom:5px; padding: 4px 0;
	font-family: Oxygen;
	list-style-type:none;
	list-style-image:url(../img/SepiaBrown/bullet6.png);
}


#admin_heading{
	/*background-color:#f1e3c5;*/
	font-family:'Oxygen', sans-serif;height:22px;
	clear:both;
	text-align:left;
	margin: 5px 0 30px 0;
	height: auto!important;
	font-size: 16px;
	font-weight: 700;
	color: #303030;
}
#admin_heading span{ font-weight:normal}

#admin_heading1{
border:1px solid #DBD7D7;
background-color:#EAEAE4;
height:20px;
font-family:'Oxygen', sans-serif;
font-size:12px;
color:#000;
font-weight:bold;


}
#admin_bottom{
/*border:1px solid #DBD7D7;

background-color:#F4F4F4;
height:20px;*/
font-family:'Oxygen', sans-serif;
font-size:12px;
font-weight:bold; padding:0 0 0 10px; color:#8a3a08
}
#admin_bottom td{
 color:#8a3a08
}
#list_admin{

font-family:'Oxygen', sans-serif;
font-size:12px;
color:#8a3a08;

}
#list_admin td{
	border-bottom: 1px solid #eaeaea;
}
#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;
word-break: break-all;
height: auto;
}

.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_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:'Oxygen', sans-serif;
	font-size:12px;
	font-weight:bold;
	padding:0px 5px 0px 5px;
}
.left-mrg.bigbutton {
    margin-left: 5%!important;
	padding: 0 35px;
	min-height: 40px;
	line-height: 40px;
	font-size: 15px!important;
}
#list_admin_top{
	font-family: 'Oxygen', sans-serif;
	font-size: 12px;
	color:#8a3a08; font-weight:bold;

}

#list_admin_top td{
	color:#8a3a08!important;border-bottom:1px solid #f1e3c5;height: 30px!important;
}

#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;
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/SepiaBrown/menu_bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	color:#FFFFFF;
	font-family:'Oxygen', 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;
	background-image:url(../img/SepiaBrown/dot.gif);
	background-position:left;
	background-repeat:repeat-y;
	margin-right:10px;
	padding-left:5px;	
}

.index_column_1st{
	padding-left:5px;	
}

.index_item{
	margin-bottom:10px;
	clear:both;
	display:table;
}


/* --------------- index icon styles ----------------- */
.link_cart{
	float:left;
	background-image:url(../img/SepiaBrown/indexicon_cart.png);
	background-repeat:no-repeat;
	background-position:left;
	height:60px;
	width:60px;
}

.link_order{
	float:left;
	background-image:url(../img/SepiaBrown/indexicon_order.png);
	background-repeat:no-repeat;
	background-position:left;
	height:60px;
	width:60px;
}

.link_profile{
	float:left;
	background-image:url(../img/SepiaBrown/indexicon_profile.png);
	background-repeat:no-repeat;
	background-position:left;
	height:60px;
	width:60px;
}

.link_designs{
	float:left;
	background-image:url(../img/SepiaBrown/indexicon_designs.png);
	background-repeat:no-repeat;
	background-position:left;
	height:60px;
	width:60px;
}

.link_address1{
	float:left;
	background-image:url(../img/SepiaBrown/indexicon_address1.png);
	background-repeat:no-repeat;
	background-position:left;
	height:60px;
	width:60px;
}

.link_address2{
	float:left;
	background-image:url(../img/SepiaBrown/indexicon_address2.png);
	background-repeat:no-repeat;
	background-position:left;
	height:60px;
	width:60px;
}


.link_messagebrd{
	float:left;
	background-image:url(../img/SepiaBrown/cat_icon4.png);
	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:'Oxygen', sans-serif;
	font-size:12px;
	
}

.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: 'Oxygen', sans-serif;
	font-size: 12px;
	color: #000;
	
	}	
	
/*Style for image tooltip */
#preview{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	}
	
.product_img{
	width:100px;
	height:120px;
}
	
/*Style for pagination */
div.pagination {
	padding: 3px;
	margin: 3px;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #EB533A;
	
	text-decoration: none; /* no underline */
	color: #000;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #EB533A;

	color: #000;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
		border: 1px solid #EB533A;
		
		font-weight: 500;
		background-color: #EB533A;
		color: #000;
	}
	div.pagination span.disabled {
		padding: 2px 5px 2px 5px;
		margin: 2px;
		border: 1px solid #EB533A;
	
		color: #000;
	}
	
/* Default style sheet for jQuery date picker v3.7.3. */
#datepick-div, .datepick-inline {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	padding: 0;
	margin: 0;
	background: #ddd;
	color: #000;
	width: 15em;
}
#datepick-div {
	display: none;
	border: 1px solid #777;
	z-index: 100; /*must have*/
}
.datepick-inline {
	float: left;
	display: block;
	border: 0;
}
.datepick-rtl {
	direction: rtl;
}
.datepick-dialog {
	padding: 5px !important;
	border: 4px ridge #ddd !important;
}
.datepick-disabled {
	position: absolute;
	z-index: 100;
	background-color: white;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
button.datepick-trigger {
	width: 25px;
	padding: 0px;
}
img.datepick-trigger {
	margin:8px 0 0 0px;
	vertical-align: middle; float:left
}
.datepick-prompt {
	float: left;
	padding: 2px;
}
* html .datepick-prompt { /* IE6 */
	width: 15em;
}
.datepick-control, .datepick-links, .datepick-header, .datepick {
	clear: both;
	float: left;
	width: 100%;
	color: #fff;
}
.datepick-control {
	background: #400;
	padding: 2px 0px;
}
.datepick-links {
	background: #000;
	padding: 2px 0px;
}
.datepick-control, .datepick-links {
	font-weight: 500;
	font-size: 80%;
}
.datepick-links label {
	padding: 2px 5px;
	color: #888;
}
.datepick-clear, .datepick-prev {
	float: left;
	width: 34%;
}
.datepick-rtl .datepick-clear, .datepick-rtl .datepick-prev {
	float: right;
	text-align: right;
}
.datepick-current {
	float: left;
	width: 30%;
	text-align: center;
}
.datepick-close, .datepick-next {
	float: right;
	width: 34%;
	text-align: right;
}
.datepick-rtl .datepick-close, .datepick-rtl .datepick-next {
	float: left;
	text-align: left;
}
.datepick-header {
	background: #333;
	text-align: center;
	font-weight: 500;
	min-height: 1.75em;
}
.datepick-header select {
	background: #333;
	color: #fff;
	border: 0px;
	font-weight: 500;
}
.datepick-header span {
	position: relative;
	top: 3px;
}
.datepick {
	background: #ccc;
	text-align: center;
	font-size: 100%;
}
.datepick a {
	display: block;
	width: 100%;
}
.datepick-title-row {
	background: #777;
}
.datepick-title-row th {
	text-align: center;
	font-weight: normal;
}
.datepick-days-row {
	background: #eee;
	color: #666;
}
.datepick-week-col {
	background: #777;
	color: #fff;
}
.datepick-days-cell {
	color: #000;
	border: 1px solid #ddd;
}
.datepick-other-month {
	background: #fff;
}
.datepick-week-end-cell {
	background: #ddd;
}
.datepick-title-row .datepick-week-end-cell {
	background: #777;
}
.datepick-week-over {
	background: #ddd;
}
.datepick-unselectable {
	color: #888;
}
.datepick-today {
	background: #fcc;
}
.datepick-current-day {
	background: #777;
	color: #fff;
}
.datepick-days-cell-over {
	background: #fff;
	color: #000;
	border: 1px solid #777;
}
.datepick-status {
	background: #ddd;
	width: 100%;
	font-size: 80%;
	text-align: center;
}
#datepick-div a, .datepick-inline a {
	cursor: pointer;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
.datepick-inline .datepick-links a {
	padding: 0 5px !important;
}
.datepick-control a, .datepick-links a {
	padding: 2px 5px !important;
	color: #eee;
}
.datepick-title-row a {
	color: #eee;
}
.datepick-control a:hover {
	background: #fdd;
	color: #333;
}
.datepick-links a:hover, .datepick-title-row a:hover {
	background: #ddd;
	color: #333;
}
.datepick-multi .datepick {
	border: 1px solid #777;
}
.datepick-one-month {
	float: left;
	width: 15em;
}
.datepick-new-row {
	clear: left;
}
/* ___________ IE6 IFRAME FIX ________ */
.datepick-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -1px; /*must have*/
    left: -1px; /*must have*/
    width: 187px; /*must have*/
    height: 187px; /*must have*/
}

.boxtopheader{
	font-family:'Oxygen', sans-serif;
	font-size:14px;
	color:#303030; background: #f1f1f1;
	font-weight:600; padding:10px;
	border-bottom:1px solid #e4e4e4; text-transform: uppercase;
}
.toplinks_red {
	font-family: 'Oxygen', sans-serif;
	font-size: 18px;
	color: #EB533A;
	letter-spacing: -1px;
}

#okbox{
	
	padding:10px 10px 10px 25px;
	font-family:'Oxygen', 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:'Oxygen', sans-serif;
	font-size:12px;
	color:#FF0000;
	margin-bottom:5px;
	margin-left:15px;
	
	background-repeat:no-repeat;
	background-position:left center;
	width:90%;
	}
	
.boxtopheader1{
	background-color:#EB533A;
	font-family: 'Oxygen', sans-serif;
	font-size: 14px;
	color: #fff;
	font-weight: 500;

}
#item_details_mycart{
	min-height:313px;
	height:auto !important;
	height:313px;
	margin-left:0px;
	padding-left:0px;
	clear:both;
	/*

	background-repeat:repeat;
	background-position:left top;
*/
}


.tbl_prdetails{
	width:100%;
	margin-top:5px;
}
.tbl_row{
	width:100%;
	padding-top:10px;
}

.product_name{
	color:#000000;
	/*background-image:url(../img/SepiaBrown/dot.gif);
	background-repeat:repeat-x;
	background-position:bottom;	*/
	padding:0px 0px 5px 0px;
}

.product_name h3{
	font-size:25px;	
	font-family: 'Oxygen', sans-serif;
	margin:0px!important; color:#613b15; font-weight:normal
}

.price_color{
	color:#146199;
}

#addnewcategory{
	background-color:#EB533A;
	padding:5px;
	font-family: 'Oxygen', sans-serif;
	font-size: 14px;
	color: #fff;
	font-weight: 500;
}
#notices{
-moz-box-shadow: -2px 2px 2px #C8C8C8;
background:none repeat scroll 0 0 #FFEB90;
clear:both;
color:#3E3E3E;
font-size:12px;
margin-bottom:5px;
padding:5px 10px;
text-align:left;
}

/*
	Coin Slider jQuery plugin CSS styles
	http://workshop.rs/projects/coin-slider
*/
.coin-slider { overflow: hidden; zoom: 1; position: relative; }
.coin-slider a{ text-decoration: none; outline: none; border: none; }
.cs-active { background-color: #B8C4CF; color: #FFFFFF; }
.cs-title { width: 545px; padding: 10px; background-color: #7A020A; color: #FFFFFF; }
.cs-prev, 
.cs-next { background-color: #FFFFFF; color: #000000; padding: 0px 10px; }

/*Css for Drag and Drop blocks on admin side*/
	.column { width: 470px; float: left; padding-bottom: 25px;font-size: 100%; }
	.column1 { width: 260px; float: right; padding-bottom: 25px;font-size: 100%; }
	
	
	
	
	
#inneritemsbock{
float:left;
width:500px;

}

#productdetail{
padding:3px;

}

#productslider{
width:450px;

float:left;

}
#productdescri{


float:right;
padding:3px;

}
#productHead1{
font-family: Georgia,'Oxygen', sans-serif;
	font-size: 26px;
	color: #EA982C;
	letter-spacing: -1px;
	text-align:left;

}

#productHead2{
	font-family:'Oxygen', 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 */
      
    }
      .ad-gallery .ad-image-wrapper .ad-prev .ad-prev-image, .ad-gallery .ad-image-wrapper .ad-next .ad-next-image {
        
        width: 30px;
        height: 30px;
        display: none;
        position: absolute;
        top: 47%;
        left: 0;
        z-index: 101;
      }
      .ad-gallery .ad-image-wrapper .ad-next .ad-next-image {
        
        width: 30px;
        height: 30px;
        right: 0;
        left: auto;
      }
    .ad-gallery .ad-image-wrapper .ad-image {
      position: absolute;
      overflow: hidden;
      top: 0;
      left: 0;
      z-index: 0;
    }
      .ad-gallery .ad-image-wrapper .ad-image a img {
        border: 0;
      }
      .ad-gallery .ad-image-wrapper .ad-image .ad-image-description {
        position: absolute;
        bottom: 0px;
        left: 0px;
        padding: 7px;
        text-align: left;
        width: 100%;
        z-index: 2;
       
        color: #000;
      }
      * html .ad-gallery .ad-image-wrapper .ad-image .ad-image-description {
        background: none;
        filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (enabled=true, sizingMethod=scale, src='opa75.png');
      }
        .ad-gallery .ad-image-wrapper .ad-image .ad-image-description .ad-description-title {
          display: block;
        }
  .ad-gallery .ad-controls {
    border-top:#D8D8D8 solid 1px;
	height:18px;
	background-color:#FFFFFF;
	color:#000000;
	font-family:'Oxygen', 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;
      
    }
    .ad-gallery .ad-forward {
      cursor: pointer;
      display: block;
      right: -20px;
      width: 13px;
      
    }
    .ad-gallery .ad-nav .ad-thumbs {
      overflow: hidden;
      width: 100%;
    }
      .ad-gallery .ad-thumbs .ad-thumb-list {
        float: left;
        width: 9000px;
        list-style: none;
      }
        .ad-gallery .ad-thumbs li {
          float: left;
          padding-right: 5px;
        }
          .ad-gallery .ad-thumbs li a {
            display: block;
          }
            .ad-gallery .ad-thumbs li a img {
              border: 1px solid #CCC;
              display: block;
            }
            .ad-gallery .ad-thumbs li a.ad-active img {
              border: 1px solid #616161;
            }
/* Can't do display none, since Opera won't load the images then */
.ad-preloads {
  position: absolute;
  left: -9000px;
  top: -9000px;
}

/*-----------------------------Error class:Aswin----------------------------*/
.errTxt{
	border: 1px solid red;
	background-color: #FFFF66;
}

.err{
	display: none;
}

/* New login styles */

.login_outer{
	
	margin:10px auto 0px auto;
	/*border-bottom:#E0DEDF solid 3px;*/
}

.editor_login_outer{
	margin:10px auto 0px auto;
	width:400px;
	/*background-image:url(../img/SepiaBrown/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/SepiaBrown/content_header_bg.jpg);
	background-repeat:repeat-x;
	height:28px;*/
	color:#6c6b6a;
	font-family:'Oxygen', 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/SepiaBrown/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:'Oxygen', 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:'Oxygen', sans-serif;
}
.login_message{
	font-family:'Oxygen', sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FF0000;
	text-align:center;
}



/* header username display & searcharea */
form .srchFrm{
	margin-bottom:0!important;
}
.user_display_area{
	float:right; width: 70%;
	font-family:'Oxygen', sans-serif;
	font-size:14px;
	font-weight:500;
	color:#666666;
	margin:10px 0px;
}
.user_name{
	
	color:#9C2C06;
}

.top_search_area{
/*position:absolute;
right:0px;*/
height:30px;
/*background-color:#fff;*/
border-bottom:#dcdcdc  solid 0px!important;
border:0px;
margin:0 8px 0 0; 
}

.topsearch_left{
	width:6px;
	height:35px;
	background-image:url(../img/SepiaBrown/topsearch_left.jpg);
	background-repeat:no-repeat;
	float:left;
	display:none;
}
.topsearch_right{
	height:35px;
	background-image:url(../img/SepiaBrown/topsearch_right.jpg);
	background-repeat:no-repeat;
	float:right;
	display:table-cell;
	width:10%;
}
.topsearch_cnt{
	width:98%;
	display:table;
	background: rgba(225, 225, 225, 0.45);
	padding: 0 0 0 2%;
}
.search_left{
	display:table-cell;
	width:90%;    
	margin: 7px 0 0 0;
}
.search_input_default{
	font-family: 'Oxygen', sans-serif;
	font-size:13px;
	color:#fff!important;
	background:none;
	border:0!important;
	padding-left:10px!important;
	padding-right:10px!important;
	height:auto!important;
	box-shadow:none!important;	
	}
	.search_input{
	font-family: 'Oxygen', sans-serif;
	font-size:12px;
	color:#fff !important;
	background:none;
	padding-left:10px!important;
	padding-right:10px!important;
	border:0!important;
	-webkit-box-shadow:none!important;
	-moz-box-shadow:none!important;
	box-shadow:none!important;
}

.topsearch_icon{
	width:24px;
	height:auto;
	float:right;
	background-image:url(../img/SepiaBrown/search-icon.png);
	background-repeat:no-repeat;
	margin:5px 0px 0 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:'Oxygen', sans-serif;
	color:#000000;
}
.cms_content_outer{

}
.cms_content_outer h1{
    font-family: Oxygen;
    font-size:25px;
    font-weight:500;
    text-align: left;
    padding:20px 0 10px 0;
    margin: 0; color:#613b15;
	}
	.cms_content_outer h2{
    font-family: Oxygen;
    font-size:18px;
    font-weight:600;
    text-align: left;
    padding:10px 0 15px 0;
    margin: 0; color:#606060;
	}
	.cms_content_outer p{
    font-family: Oxygen;
    font-size:15px; line-height:24px;
    font-weight:400;
    text-align: left;
    padding:0 0 30px 0;
    margin: 0!important; color:#5F5F5F;
	}
	.cms_content_outer ul{
	}
	.cms_content_outer ul li{
    font-family: Oxygen;
    font-size:15px; line-height:24px;
    font-weight:400;
    text-align: left;
    padding:0 0 10px 0;
    margin: 0!important; color:#5F5F5F;
	}

.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:#ae8750 ;
	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}
.resp > .content_search_container input[type=text]{ display:block; margin:0px!important; width:100%!important; height:18px; border:1px solid #efcba8}
.content_search_container select{
	float:left; display:block; margin:0px; width:180px; border:1px solid #d6d6d6; height: 37px!important;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.content_search_container a{
	float: left;
	padding:11px 30px 10px 30px;
	font-size: 16px;
	font-family: Oxygen; margin: 0; text-transform: uppercase;
	text-shadow:none;
}
.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;
}
.content_search_container{
	background-color:#ae8750 ;
	padding:8px 0px 8px 10px;
	margin:15px 0
	}
	.content_search_container a.button.orange{
	padding: 10px 30px 9px 30px!important
}
.content_search_container.resp{
	background-color: #f0f0f0;
	padding: 10px 10px;
	margin: 15px 0;
	border: 1px solid #e1e1e1;
}
.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{
	float: left; width: 100%;
	padding:30px 0 10px 0;
	color:#000000;
}
.result{
	float:right; width:auto;
	padding:0 15px;
	font-family:'Oxygen', sans-serif;
	font-size: 14px;	
	color:#ae8750 ;
}
.result a{
	color:#7f7f7f !important;
}
.pagination_container .result span{
	float: left;
	width: auto; height:auto;
	}
	.pagination_container .result span a{
	float: left;
	width: 30px; height:30px; line-height: 30px; text-align: center;
	border: 1px solid #e1e1e1; background: #f3f3f3; margin:0 0 10px 10px;
	font-size:14px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	}
	.pagination_container .result span.current{
	float: left;
	width: 30px; height:30px; line-height: 30px; text-align: center;color: #fff;
	border: 1px solid #613b15; background: #613b15; margin: 0 0 0 10px;
	font-size:14px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	}
	.pagination_container .result span.prev{
	float: left;
	width: 30px; height:30px; line-height: 30px; text-align: center; color: #7f7f7f;
	border: 1px solid #e1e1e1; background: #fff; margin: 0 0 0 10px;
	font-size:14px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	}
	.pagination_container .result span.prev a{
	background: none; padding: 0; margin: 0; border:0px;
	}


	.pagination_container .result span.next{
	float: left;
	width: 30px; height:30px; line-height: 30px; text-align: center; color: #7f7f7f;
	border: 1px solid #e1e1e1; background: #fff; margin: 0 0 0 10px;
	font-size:14px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	}
	.pagination_container .result span.next a{
	background: none; padding: 0; margin: 0; border:0px;
	}

.marg-cell{
	margin:2%;
	width:96%;
}
.marg-cell input[type="text"].box2_admin{
	margin:0!important;
	width:96%!important;
	padding-left:2%!important;
	padding-right:2%!important;
	display:block;
	border:1px solid #d6d6d6;
	height:23px;
}
/*-----------------------------------------------------JQUERY COLORBOX CSS---------------------------------------------------------*/
    /*
        ColorBox Core Style:
        The following CSS is consistent between example themes and should not be altered.
    */
    #colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:10001; overflow:hidden;}
    #cboxOverlay{position:fixed; width:100%; height:100%;}
    #cboxMiddleLeft, #cboxBottomLeft{clear:left;}
    #cboxContent{position:relative;}
    #cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
    #cboxTitle{margin:0;}
    #cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
    #cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
    .cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none;}
    .cboxIframe{width:100%; height:100%; display:block; border:0;}
    #colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

    /* 
        User Style:
        Change the following styles to modify the appearance of ColorBox.  They are
        ordered & tabbed in a way that represents the nesting of the generated HTML.
    */
    #cboxOverlay{background:url(../img/jquery/colorbox/overlay.png) repeat 0 0;}
    #colorbox{outline:0;}
    #cboxTopLeft{width:21px; height:21px; background:url(../img/jquery/colorbox/controls.png) no-repeat -101px 0;}
    #cboxTopRight{width:21px; height:21px; background:url(../img/jquery/colorbox/controls.png) no-repeat -130px 0;}
    #cboxBottomLeft{width:21px; height:21px; background:url(../img/jquery/colorbox/controls.png) no-repeat -101px -29px;}
    #cboxBottomRight{width:21px; height:21px; background:url(../img/jquery/colorbox/controls.png) no-repeat -130px -29px;}
    #cboxMiddleLeft{width:21px; background:url(../img/jquery/colorbox/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(../img/jquery/colorbox/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(../img/jquery/colorbox/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(../img/jquery/colorbox/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff; overflow:hidden;}
    .cboxIframe{background:#fff;}
    #cboxError{padding:50px; border:1px solid #ccc;}
    #cboxLoadedContent{margin-bottom:28px;}
    #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
    #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
    #cboxLoadingOverlay{background:url(../img/jquery/colorbox/loading_background.png) no-repeat center center;}
    #cboxLoadingGraphic{background:url(../img/jquery/colorbox/loading.gif) no-repeat center center;}

    /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
    #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }

    /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
    #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

    #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
    #cboxPrevious{position:absolute; bottom:0; left:0; background:url(../img/jquery/colorbox/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
    #cboxPrevious:hover{background-position:-75px -25px;}
    #cboxNext{position:absolute; bottom:0; left:27px; background:url(../img/jquery/colorbox/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
    #cboxNext:hover{background-position:-50px -25px;}
    #cboxClose{position:absolute; top:0px; right:-3px; background:url(../img/jquery/colorbox/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
    #cboxClose:hover{background-position:-25px -25px;}

    /*
      The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
      when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
      See: http://jacklmoore.com/notes/ie-transparency-problems/
    */
    .cboxIE #cboxTopLeft,
    .cboxIE #cboxTopCenter,
    .cboxIE #cboxTopRight,
    .cboxIE #cboxBottomLeft,
    .cboxIE #cboxBottomCenter,
    .cboxIE #cboxBottomRight,

    .cboxIE #cboxMiddleLeft,
    .cboxIE #cboxMiddleRight {
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
    }
	
/*-------------------------------------------------------JQUERY IMGAREASELECT-------------------------------------------------------*/
/*
 * imgAreaSelect default style
 */

.imgareaselect-border1 {
	background: url(../img/jquery/border-v.gif) repeat-y left top;
}

.imgareaselect-border2 {
    background: url(../img/jquery/border-h.gif) repeat-x left top;
}

.imgareaselect-border3 {
    background: url(../img/jquery/border-v.gif) repeat-y right top;
}

.imgareaselect-border4 {
    background: url(../img/jquery/border-h.gif) repeat-x left bottom;
}

.imgareaselect-border1, .imgareaselect-border2,
.imgareaselect-border3, .imgareaselect-border4 {
    filter: alpha(opacity=50);
	opacity: 0.5;
}

.imgareaselect-handle {
    background-color: #fff;
    border: solid 1px #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.imgareaselect-outer {
    background-color: #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.imgareaselect-selection {  
}


/*------------------------------------------------------------------SLIMBOX----------------------------------------------------------*/

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(../img/jquery/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../img/jquery/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../img/jquery/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../img/jquery/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: 500;
}

/*------------------------------------------------------ RICHEDITOR CSS------------------------------------------------------------------*/
.editor_container{
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
	font-family:'Oxygen', 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:'Oxygen', 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{
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	text-align:left;
	padding:2px 0px 2px 0px;
}


.tab_content_bottom{
	background-image:url(../img/richeditor_new/content_btm.jpg);
	background-repeat:repeat-x;
	height:6px;
	margin-bottom:10px;
	
}

.tab_info{
	background-image:url(../img/richeditor_new/info_bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#FFFFFF;
	color:#000000;
	padding:10px 10px 10px 10px;
	font-weight: 500;
	font-size:12px;
	border-left:#FFFFFF solid 1px;
	border-top:#FFFFFF solid 1px;
	border-right:#FFFFFF solid 1px;
	border-bottom:#C4C3C3 solid 1px;
	margin-bottom:10px;
}

.editor_comm_div{
	margin-bottom:10px;
}

.tab_com_box{
	background-color:#F3F3F3;
	padding:10px;
	border:#C7C3C3 solid 1px;
	color:#666666;
	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:'Oxygen', 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:'Oxygen', 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:'Oxygen', 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:'Oxygen', 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:'Oxygen', 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_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/SepiaBrown/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/SepiaBrown/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:'Oxygen', 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;
	}
	.show_page .fb-like{
	float:left;
	margin:10px 5px 0 0!important;
	padding:0 0 0 40px!important;
	text-align: center !important;
	background: none;
	clear:both !important;
	
	}
	.show_page .twitter-share-button{
	float:left!important;
	margin:10px 0 0 0;
}



/*------------------------------------- new styles --*/

.fb_edge_widget_with_comment{ 
    margin:0!important;
    padding:0 0 0 40px!important;
}
.tweetbutton{ 
    width:80px!important;
     margin:auto!important; padding:10px 0 0 0

}


/*--------------------------------------------------Editor Version 1.3------------------------------------------*/
.main_container {width:940px; height:auto; margin: 0 auto;}
.main_container_admin {width:940px; height:781px; margin: 0 auto;}
.left_side {width:300px; height:auto; float:left;}
.right_side {width:623px; float:left;}
#order_btm_blk.right_side_bottom {width:584px; height:38px;float:left; background-color:#fcba53; margin: 520px 0 0 0; font-family:'Oxygen', sans-serif; padding:0 15px; border-radius:0 0 6px 6px}


/*.heading_1 {font-family:'Oxygen', 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:'Oxygen', 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:'Oxygen', 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/SepiaBrown/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/SepiaBrown/save-image-btn.png); background-repeat:no-repeat; border:0; cursor: pointer; margin:0 0 0 40px}
/*.save_ur_image_but {width:100px; height:54px;  background-repeat:no-repeat; border:0; cursor: pointer; margin:0 0 0 40px}*/
.wide .wrapper.row{
	width:1199px;
	margin:0 auto;
	
}
.wide .menu_container{
	width:1199px;
	margin:0 auto;
}
.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);

}
.nav_bar{overflow:hidden}
.nav_bar ul {
    margin:1px 5px 0 1px;
    padding: 0; display:block
}
.view{
    background-color: #613b15;
    padding: 2px 4px;
    -webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
    color: #fff!important;
    text-decoration: none!important;
    margin: 8px 0!important;
    font-size: 11px;
    max-width: -moz-min-content;
    max-width: fit-content; cursor: pointer;
}
.view:hover{
    background-color: #ae8750 ;}
.nav_bar li {
    float: left;
    list-style-type: none; display:block; height:60px; border-radius:0px 0px 0 0; margin:0 0px;
}
.buttn_admin.btn-input.register{
	margin-left: 5px;
}
.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/SepiaBrown/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/SepiaBrown/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/SepiaBrown/tab-icons.png) no-repeat -60px 6px !important; height:34px; display:block; padding:40px 0 0 0}
.addart:hover{background:url(../img/SepiaBrown/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/SepiaBrown/tab-icons.png) no-repeat -130px 6px !important; height:34px; display:block; padding:40px 0 0 0}
.swap:hover{background:url(../img/SepiaBrown/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/SepiaBrown/tab-icons.png) no-repeat -210px 6px !important; height:34px; display:block; padding:40px 0 0 0}
.upload:hover{background:url(../img/SepiaBrown/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/SepiaBrown/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;

}
.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:4px 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/SepiaBrown/call-icon.png) no-repeat left;font-size: 12px;font-weight: 500;color: #613b15;float: left;padding:3px 0 0 35px;text-align: left;font-family: 'Oxygen', sans-serif; margin-right:30px; min-height:38px;}
.comm_side_module_img ul{padding:10 0 0 0 !important; margin:0px}
.editor-st{width:235px; height:197px;background: url(../img/SepiaBrown/editor.jpg) no-repeat}
.login-msg{float:left; display:inline-block; color:#fff; line-height:30px}
.login-msg span{font-weight:bold}

.more-opt{display:block; float:right;  color:#a7a6a7; font-size:11px;  margin-top:-25px}
.more-opt a{display:block; color:#a7a6a7}
.mrg-lft{margin-left:130px}
.btm-dtls strong{color:#a04309; font-size:14px;  display:block;   line-height:20px; float:left}
.btm-dtls span{color:#A04309; font-size:12px; font-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: 'Oxygen', sans-serif;
	font-size: 14px; border-radius:5px 5px 0 0;
	color:#8a3a08;
	font-weight: 500;
	margin-top:10px;

}
.list_admin2{

font-family:'Oxygen', 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; font-size: 15px;}
.shipping-adrs-ryt{padding: 2px 15px 0px 0px !important}
.shipping-hd{margin-top:5px;}
.shipping-hd h4{font-size:22px;color:#613b15;font-family: 'Oxygen', sans-serif;margin-top:5px; font-weight:normal; margin:0px}
.paynow-lft{min-width:170px !important; }

.paynow-lft01{min-width:160px !important; margin:8px 0}
.slct-small{width:135px !important; border:1px solid #ccc !important}
.shipping-lft{width:158px !important; display:block; float:left; margin:0 0 10px 0}
.order-details-panel{width:750px}
.box-lft{width:360px; float:left; margin:0 0 20px 0}
.box-ryt{width:360px; float:right; margin:0 0 20px 0}
.slct-big{ border:1px solid #ccc !important}
.txt-area-big{width:98%; height:250px; border:1px solid #ccc !important; margin:0 0 15px 0}
.usrbrd{ margin:0px; padding:10px 0; line-height:18px}
.a-class{ background:#613b15!important; line-height:30px; padding:0 10px; text-align:center; text-decoration:none !important; color:#ffffff!important; border-radius:3px}

.shipping-hd h4{font-size:22px;color:#613b15;font-family: 'Oxygen', 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:'Oxygen', 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/SepiaBrown/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/SepiaBrown/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 #613b15;}

.admin_subheading {
    color: #613b15;
    font-family: 'Oxygen', 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:'Oxygen', 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;*/
	width:210px;
	}
.inner_content_area_admin_new .maintext_inner{
	color:#666666;}
.maintext_inner{
width:100%;
}
.inner_content_area_admin_new .box2_admin{
	border:1px solid #f9e5b1;
	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:#613b15;
	font-size:11px}

.inner_content_area_admin_new #temp img{
	border:1px solid #f9e5b1 ;
	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/SepiaBrown/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:'Oxygen', sans-serif;
	font-size:15px;
	font-weight:normal;}
#tabs5 a{
	margin-right:5px;}
.adm .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:#ae8750 ;}
.inner_content_area_admin_new #list_admin_top.ht {
height: 30px!important;
}
.inner_content_area_admin_new #list_admin{
	/*border:1px solid #F1E3C5;*/
	border-top:none;}
.add_btn_new{
	background:url(../img/SepiaBrown/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 #fbe2be;
    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, 'Oxygen', sans-serif;
    font-size: 11px;
}

.context-menu-item {
    padding: 2px 2px 2px 24px;
    background-color: #EEE;
    position: relative;
    -webkit-user-select: none;
       -moz-user-select: -moz-none;
        -ms-user-select: none;
            user-select: none;
}

.context-menu-separator {
    padding-bottom:0;
    border-bottom: 1px solid #DDD;
}

.context-menu-item > label > input,
.context-menu-item > label > textarea {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
}

.context-menu-item.hover {
    cursor: pointer;
    background-color: #39F;
}

.context-menu-item.disabled {
    color: #666;
}

.context-menu-input.hover,
.context-menu-item.disabled.hover {
    cursor: default;
    background-color: #EEE;
}

.context-menu-submenu:after {
    content: ">";
    color: #666;
    position: absolute;
    top: 0;
    right: 3px;
    z-index: 1;
}

/* icons
    #protip:
    In case you want to use sprites for icons (which I would suggest you do) have a look at
    http://css-tricks.com/13224-pseudo-spriting/ to get an idea of how to implement 
    .context-menu-item.icon:before {}
 */
.context-menu-item.icon { min-height: 18px; background-repeat: no-repeat; background-position: 4px 2px; }
.context-menu-item.icon-edit { background-image: url(../img/contextmenu/page_white_edit.png); }
.context-menu-item.icon-cut { background-image: url(../img/contextmenu/cut.png); }
.context-menu-item.icon-copy { background-image: url(../img/contextmenu/page_white_copy.png); }
.context-menu-item.icon-paste { background-image: url(../img/contextmenu/page_white_paste.png); }
.context-menu-item.icon-delete { background-image: url(../img/contextmenu/page_white_delete.png); }
.context-menu-item.icon-add { background-image: url(../img/contextmenu/page_white_add.png); }
.context-menu-item.icon-quit { background-image: url(../img/contextmenu/door.png); }

/* vertically align inside labels */
.context-menu-input > label > * { vertical-align: top; }

/* position checkboxes and radios as icons */
.context-menu-input > label > input[type="checkbox"],
.context-menu-input > label > input[type="radio"] {
    margin-left: -17px;
}
.context-menu-input > label > span {
    margin-left: 5px;
}

.context-menu-input > label,
.context-menu-input > label > input[type="text"],
.context-menu-input > label > textarea,
.context-menu-input > label > select {
    display: block;
    width: 100%;
    
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
         -o-box-sizing: border-box;
            box-sizing: border-box;
}

.context-menu-input > label > textarea {
    height: 100px;
}
.context-menu-item > .context-menu-list {
    display: none;
    /* re-positioned by js */
    right: -5px;
    top: 5px;
}

.context-menu-item.hover > .context-menu-list {
    display: block;
}

.context-menu-accesskey {
    text-decoration: underline;
}

/*-----------------------------------------JQUERY UI CSS [THEME - HUMANITY]-------------------------------*/

.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0);
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin-top: 2px;
	padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-noicons {
	padding-left: .7em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
	width: 2.4em;
}
.ui-button-icons-only {
	width: 3.4em;
}
button.ui-button-icons-only {
	width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
	display: block;
	line-height: normal;
}
.ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
	padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}

/* button sets */
.ui-buttonset {
	margin-right: 7px;
}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
	width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 49%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: 500;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 21px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-menu {
	list-style: none;
	padding: 2px;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	margin-top: -3px;
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	padding: 0;
	width: 100%;
}
.ui-menu .ui-menu-divider {
	margin: 5px -2px 5px -2px;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-menu-item a {
	text-decoration: none;
	display: block;
	padding: 2px .4em;
	line-height: 1.5;
	min-height: 0; /* support: IE7 */
	font-weight: normal;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}

.ui-menu .ui-state-disabled {
	font-weight: normal;
	margin: .4em 0 .2em;
	line-height: 1.5;
}
.ui-menu .ui-state-disabled a {
	cursor: default;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item a {
	position: relative;
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: .2em;
	left: .2em;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	position: static;
	float: right;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url(../img/images/animated-overlay.gif);
	height: 100%;
	filter: alpha(opacity=25);
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 22px;
}
.ui-spinner-button {
	width: 16px;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to overide default borders */
.ui-spinner a.ui-spinner-button {
	border-top: none;
	border-bottom: none;
	border-right: none;
}
/* vertical centre icon */
.ui-spinner .ui-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	background-position: -65px -16px;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav li a {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
	cursor: text;
}
.ui-tabs .ui-tabs-nav li a, /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Helvetica,Arial,sans-serif;
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Helvetica,Arial,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #e0cfc2;
	background: #f4f0ec url(../img/images/ui-bg_inset-soft_100_f4f0ec_1x100.png) 50% bottom repeat-x;
	color: #1e1b1d;
}
.ui-widget-content a {
	color: #1e1b1d;
}
.ui-widget-header {
	border: 1px solid #d49768;
	background: #cb842e url(../img/images/ui-bg_glass_25_cb842e_1x400.png) 50% 50% repeat-x;
	color: #ffffff;
	font-weight: 500;
}
.ui-widget-header a {
	color: #ffffff;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #cdc3b7;
	background: #ede4d4 url(../img/images/ui-bg_glass_70_ede4d4_1x400.png) 50% 50% repeat-x;
	font-weight: normal;
	color: #3f3731;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #3f3731;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #f5ad66;
	background: #f5f0e5 url(../img/images/ui-bg_glass_100_f5f0e5_1x400.png) 50% 50% repeat-x;
	font-weight: normal;
	color: #a46313;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
	color: #a46313;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #e0cfc2;
	background: #f4f0ec url(../img/images/ui-bg_highlight-hard_100_f4f0ec_1x100.png) 50% 50% repeat-x;
	font-weight: normal;
	color: #b85700;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #b85700;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #d9bb73;
	background: #f5f5b5 url(../img/images/ui-bg_highlight-hard_75_f5f5b5_1x100.png) 50% top repeat-x;
	color: #060200;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #060200;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f8893f;
	background: #fee4bd url(../img/images/ui-bg_highlight-hard_65_fee4bd_1x100.png) 50% top repeat-x;
	color: #592003;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #592003;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #592003;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: 500;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70);
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35);
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* For IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
	background-position: 16px 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(../img/images/ui-icons_c47a23_256x240.png);
}
.ui-widget-header .ui-icon {
	background-image: url(../img/images/ui-icons_ffffff_256x240.png);
}
.ui-state-default .ui-icon {
	background-image: url(../img/images/ui-icons_f08000_256x240.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url(../img/images/ui-icons_f08000_256x240.png);
}
.ui-state-active .ui-icon {
	background-image: url(../img/images/ui-icons_f35f07_256x240.png);
}
.ui-state-highlight .ui-icon {
	background-image: url(../img/images/ui-icons_cb672b_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(../img/images/ui-icons_ff7519_256x240.png);
}

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 6px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 6px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 6px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 6px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa url(../img/images/ui-bg_flat_75_aaaaaa_40x100.png) 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30);
}
.ui-widget-shadow {
	margin: -8px 0 0 -8px;

	padding: 8px;
	background: #aaaaaa url(../img/images/ui-bg_flat_75_aaaaaa_40x100.png) 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30);
	border-radius: 8px;
}
.margintwopx{
	margin-right: 4px!important;
}
/*--------------------------------------------------------------------------*/

.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:#613b15}

.admin-table-list{margin: 10px 0 30px 0;border-left:1px solid #fbe2be  ;border-right:1px solid #fbe2be   }
.admin-table-list th{ text-align:left; padding:8px; background:#ae8750 ; color:#FFFFFF;}
.admin-table-list th a{color:#ffffff; text-decoration:none}
.admin-table-list th a:hover{color:#e2e2e2; text-decoration:none}
.admin-table-list td{ text-align:left; padding:8px; border-bottom:1px solid #fbe2be ; }
.admin-table-list td a{color:#613b15}
.admin-table-list td a:hover{color:#8b0b02}
.admin-table-list td .download{color:#8b0b02;  text-decoration:none}
.admin-table-list td .download:hover{color:#613b15;  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 #ae8750 ; border-left:1px solid #ae8750 ; border-right:1px solid #ae8750 ; 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}

.btn-pnl a.button.white{
	font-size: 12px!important;
	padding-left: 10px!important;
	padding-right: 10px!important;
}

.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% 'Oxygen', sans-serif; text-transform: uppercase;
	padding:8px 20px; font-weight: 600;
	-webkit-border-radius: 4px; 
	-moz-border-radius:  4px;
	border-radius:  4px;
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}

.six .gray{
	margin-top:0!important;
	float:left;
}
.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;
}
.cart_show_btt .button{
	    margin: 5px 2px
	    !important; 

}
/* 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 */
.checkoutgray {
    padding: 0 35px!important;
    line-height: 40px!important;
    min-height: 40px!important;
}
.gray {
	color: #666;
	border: solid 1px #ccc;
	background: #fff;
}
.gray:hover {
	border: solid 1px #454545;
	background: #454545; color: #fff;
}
.gray:active {
	color: #afafaf;
	background: #616161;
}
.smallgray{
	color: #454545!important;
	border: solid 1px #454545!important;
	background: #fff;
	padding: 2px 8px!important;
    font-size: 12px!important;
}
.smallgray:hover {
	border: solid 1px #454545!important;
	background: #454545!important; color: #fff!important;
}
.smallgray:active {
	color: #afafaf;
	background: #616161;
}
.smallorange{
	padding: 3px 8px!important;
    font-size: 12px!important;
    border-radius: 5px!important;
}
.bullet{
	max-height: 10px;

}
.orderbutton{

}
.orderbutton:hover{
	background-color: black;
}
/* 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: #fff;
	background: #613b15;
	border: 1px solid #613b15!important;
	font-family:Oxygen; border:0px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.orange:active {
	color: #fff;
	background: #ae8750 ;
}

 

/* red */
.red {
	color: #faddde;
	border: solid 1px #980c10;
	background: #d81b21;
}
.red:hover {
	background: #b61318;
}
.red:active {
	color: #de898c;
	background: #b61318;
}

/* blue */
.blue {
	color: #d9eef7;
	border: solid 1px #0076a3;
	background: #0095cd;
}
.blue:hover {
	background: #007ead;
}
.blue:active {
	color: #80bed6;
	background: #007ead;
}

/* rosy */
.rosy {
	color: #fae7e9;
	border: solid 1px #b73948;
	background: #da5867;
}
.rosy:hover {
	background: #ba4b58;
}
.rosy:active {
	color: #dca4ab;
	background: #ba4b58;
}

/* green */
.green {
	color: #e8f0de;
	border: solid 1px #538312;
	background: #64991e;
}
.green:hover {
	background: #538018;
}
.green:active {
	color: #a9c08c;
	background: #538018;
}

/* pink */
.pink {
	color: #feeef5;
	border: solid 1px #d2729e;
	background: #f895c2;
}
.pink:hover {
	background: #d57ea5;
}
.pink:active {
	color: #f3c3d9;
	background: #d57ea5;
}
/*************************buttons****************************************/

.spacer01{display:inline-block; width:25px}
.spacer02{display:inline-block; width:15px}
.send-msg-pnl{padding:20px; background:#fdf4ea; border:1px solid #ae8750 ; 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/SepiaBrown/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:#613b15; 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:#613b15; text-align:left; font-weight:normal}
.summary-desc-ryt td{font-size:15px; color:#3d3d3d; padding-left:0px !important; font-weight:normal !important}
.summary-desc-ryt td p{font-size:15px; color:#3d3d3d; padding:10px 0 !important; margin:0px; line-height:20px}
.summary-desc-ryt td input{margin: 10px 0;   border:1px solid #fcdebd; border-radius:4px; height:25px; width:100px; padding:5px}
.summary-desc-ryt td textarea{margin: 10px 0;   border:1px solid #fcdebd; border-radius:4px; height:auto; 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-btn-ctn{width:335px; text-align:right}

.btn01{width:158px; height:48px; text-align:center;background:#613b15; text-align: center;
		color:#fff; font-size:21px; border:0px; font-weight:normal; cursor:pointer;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}
.btn01:hover{
	background-color: #ae8750 ;
}
.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:#613b15; 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 {
 
  font-size: 0;
  position: absolute;
}
.jcrop-vline {
  height: 100%;
  width: 2px !important;  background:#000
}
.jcrop-vline.right {
  right: 0; background:#000
}
.jcrop-hline {
  height: 2px !important;
  width: 100%; background:#000
}
.jcrop-hline.bottom {
  bottom: 0; background:#000
}
/* Invisible click targets */
.jcrop-tracker {
  height: 100%;
  width: 100%;
  /* "turn off" link highlight */
  -webkit-tap-highlight-color: transparent;
  /* disable callout, image save panel */
  -webkit-touch-callout: none;
  /* disable cut copy paste */
  -webkit-user-select: none;
}
/* Selection Handles */
.jcrop-handle {
  background-color: #333333;
  border: 1px #eeeeee solid;
  width: 7px;
  height: 7px;
  font-size: 1px;
}
.jcrop-handle.ord-n {
  left: 50%;
  margin-left: -4px;
  margin-top: -4px;
  top: 0;
}
.jcrop-handle.ord-s {
  bottom: 0;
  left: 50%;
  margin-bottom: -4px;
  margin-left: -4px;
}
.jcrop-handle.ord-e {
  margin-right: -4px;
  margin-top: -4px;
  right: 0;
  top: 50%;
}
.jcrop-handle.ord-w {
  left: 0;
  margin-left: -4px;
  margin-top: -4px;
  top: 50%;
}
.jcrop-handle.ord-nw {
  left: 0;
  margin-left: -4px;
  margin-top: -4px;
  top: 0;
}
.jcrop-handle.ord-ne {
  margin-right: -4px;
  margin-top: -4px;
  right: 0;
  top: 0;
}
.jcrop-handle.ord-se {
  bottom: 0;
  margin-bottom: -4px;
  margin-right: -4px;
  right: 0;
}
.jcrop-handle.ord-sw {
  bottom: 0;
  left: 0;
  margin-bottom: -4px;
  margin-left: -4px;
}
/* Dragbars */
.jcrop-dragbar.ord-n,
.jcrop-dragbar.ord-s {
  height: 7px;
  width: 100%;
}
.jcrop-dragbar.ord-e,
.jcrop-dragbar.ord-w {
  height: 100%;
  width: 7px;
}
.jcrop-dragbar.ord-n {
  margin-top: -4px;
}
.jcrop-dragbar.ord-s {
  bottom: 0;
  margin-bottom: -4px;
}
.jcrop-dragbar.ord-e {
  margin-right: -4px;
  right: 0;
}
.jcrop-dragbar.ord-w {
  margin-left: -4px;
}
/* The "jcrop-light" class/extension */
.jcrop-light .jcrop-vline,
.jcrop-light .jcrop-hline {
  background: #ffffff;
  filter: alpha(opacity=70) !important;
  opacity: .70!important;
}
.jcrop-light .jcrop-handle {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #000000;
  border-color: #ffffff;
  border-radius: 3px;
}
/* The "jcrop-dark" class/extension */
.jcrop-dark .jcrop-vline,
.jcrop-dark .jcrop-hline {
  background: #000000;
  filter: alpha(opacity=70) !important;
  opacity: 0.7 !important;
}
.jcrop-dark .jcrop-handle {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #ffffff;
  border-color: #000000;
  border-radius: 3px;
}
/* Simple macro to turn off the antlines */
.solid-line .jcrop-vline,
.solid-line .jcrop-hline {
  background: #ffffff;
}
/* Fix for twitter bootstrap et al. */
.jcrop-holder img,
img.jcrop-preview {
  max-width: none;
}

.knob{font-size:16px !important; color:#c06402 !important}
.knob1{font-size:16px !important; color:#c06402 !important}
.re-opt-table{padding:0px 3px}
.re-opt-table td span{float:left; display:block}
.re-opt-table td div{float:left}
.re-opt-table th{padding:15px 0 3px 0; text-align:left; border-bottom:1px solid #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}
.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:hover{background:#ae8750 ; color: #fff;border-color:#ae8750 ; }

.sizechart{
	margin-bottom: 7px!important;
}
#save:hover {
    background: #ae8750!important;
}
.save-pop{
	margin:10px;
	padding:10px 10px 0 10px;
	/*border:#F2E7D7 solid 1px;*/
	background-color:#FFFFFF; border-radius:8px
}
.save-pop h6{color:#613b15; 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}
.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}

.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; cursor:none;}
.art-controls td input[type=button]{width: 60px;height: 25px;background:url(../img/SepiaBrown/btn02.jpg) no-repeat; text-align:center; color:#844508; font-size:11px; border:0px; margin:0 0px 0 0; cursor:pointer}
.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-rotate{padding:0 0 10px 0}
.category-lists li{
	list-style-type:none;
	padding:3px 3px 3px 10px;
	line-height:20px;
	margin:0 0 2px 0;
	background:url(../img/SepiaBrown/arrow.png) no-repeat 0 10px;
}

/*.btn-my-uploads{width:93px; height:29px; text-align:center; color:#b66940; display:block; line-height:29px}*/
.btn-backGallery{color:#8a3a08 !important; display:block; line-height:29px; font-size:12px; text-decoration:underline; font-style:italic}

.txt05{color:#613b15; font-size:15px; float:left; padding:0 0 10px 0; font-weight:normal}
.crop-btn{width:116px; height:38px;background:url(../img/SepiaBrown/crop-btn.jpg) no-repeat; border:0px; cursor:pointer}
.cancel-btn{width:116px; height:38px;background:url(../img/SepiaBrown/cancel-btn.jpg) no-repeat; border:0px; cursor:pointer}

.fb_facebook{padding:0}
.pp-table{padding:0 0 15px 0; font-size:13px; color:#515050; border:1px solid #CCC;}
.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:#613b15!important; font-size:12px; font-weight:normal; padding:0 0 0 15px;
}
.pp_table_hd{
	font-family: 'Oxygen', sans-serif; color:#613b15!important; 
	font-size:14px; font-weight:500;
}
.rate-star{padding-top:10px}
.productPrice{
	padding:0px 0 10px 0;
	font-size:26px;
	font-weight:bold;
	text-align:left;	
	/* background-color:#D7D3B0; */
	color:#613b15;
	margin-top:10px;
	float:left;
}

.price_label{
	font-size:13px!important;
	font-weight:bold!important;
	color:#000000!important; display:block; float:left; padding:5px 10px 0 0 ;
}
.price_show{
	font-family: 'Oxygen', sans-serif; color:#613b15; 
	font-size:25px; font-weight:500;
	padding-bottom:20px;
}
.bulk_price{
	font-weight:500; 
	text-decoration:none; 
	display:inline-block; 
	padding:10px 10px 10px 35px;
	margin-top:20px;
	font-family: 'Oxygen', sans-serif; color:#8f5a4f!important; 
	font-size:18px; font-weight:500;
	background:url(../img/bulk_price_icon.png) no-repeat 0% 50%;
}
.order_now_blk{
	float:right;
	margin-top:14px;
	margin-left:5px;
}
.option_select{	
	margin:10px 0 20px 0;
}

.option_select h4{	
	margin-top:25px;
	font-family:'Oxygen', sans-serif;
	font-size:14px;
	font-weight:400;
	color:#878787;
	padding-bottom:0;
}
.option_select h3{	
	margin-top:10px;
	font-family:'Oxygen', 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:'Oxygen', sans-serif;
	font-size:12px;
	border: 1px solid #ECD29B;
	border-radius: 3px;}
.product_desc_head{
	font-size:16px;
	color:#613b15!important;
	padding:15px 0 8px 0;
	font-family:'Oxygen', sans-serif; border-top:1px solid #e9e9e9;
	
}

.product_desc{
	font-family:'Oxygen', sans-serif;
	color:#000000; line-height:20px;
	padding-top:5px;
	padding-bottom:10px;
}
.gallery_container{
	background-color:#FFFFFF;
	margin-bottom:10px;
	width:90%;
	margin-right:10%;
      
}
.product_details{
	/*width:330px;	*/
	text-align:left;
	vertical-align:top;
}
#container{
	position:relative;
	overflow:hidden;
	margin: 5px 0 5px 0;
}

#scroller{
	/*width:2000px; */
}

.content{
	float:left;
	margin: 5px 5px 5px 5px;
	padding:5px;
	text-align:justify;
	border:#999999 solid 1px;
	cursor:pointer;
}
/*------------------------------------------------------------JQZOOM CSS-------------------------------------------------------*/
.zoomPad{
	position:relative;
	float:left;
	z-index:99;
	cursor:crosshair; padding:20px 0 0 0;
     
        
}
.comm_div .zoomPad img{
	width:auto!important;
}
.comm_div .jqzoom img{
	width:auto!important;
}
.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:#613b15 !important}
.rate-lbl{padding:2px 0 0 0;display: inline-block; color:#747474}

.upload-art-btn{padding: 0 10px;
height: 30px;
background:url(../img/SepiaBrown/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; cursor:none;}

.position-cntrls01{padding:0px}
.position-cntrls01 img{ display:inline-block;padding:0px 0 0 8px}
.position-cntrls01 label{ display:inline-block;padding:0px !important}

.txtN06{ padding:0px}
.txtN06 span{color:#464646; font-size:12px}
.txtN06 span a{color:#613b15; font-weight:bold; text-align:none}

.helptext{font-family:'Oxygen', 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: 5px; -webkit-border-radius: 5px; -moz-border-radius: 4px; width:100%; 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:right;
/*margin-top: -1px;*/
margin-top:0;
}
 
#navigation li {
position: relative;
list-style: none;
display: inline-block;
/*margin: 0 20px;*/
}
 
#navigation li a {
padding: 5px 30px;
display: block;
 
font-family: 'Oxygen', sans-serif;
font-size: 12px;
font-weight: 700;
color: #fff;
text-align: left;
border-right:1px solid #fff;
}
 
#navigation li:hover .main {
color: #ffffff;
background-color:#613b15;
}
 
#navigation li .sub-nav-wrapper {
display: block;
position: absolute;
z-index: 30;
margin-left: -4px;

}
 
#navigation li .sub-nav-wrapper .sub-nav {
width: 150px;
margin-top: -5px;
background: #613b15;
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: #613b15;
border-bottom: 1px solid #F6D1B8;
}
a, #navigation li .sub-nav-wrapper .sub-nav li {
transition: all 0s;
-moz-transition: all 1s;
-webkit-transition: all 0s;
}
 
#navigation li .sub-nav-wrapper {
pointer-events: none;
opacity: 0;
filter: alpha(opacity=0);
top: 0;
 
transition: all 0s ease-in-out;
-moz-transition: all 1s ease-in-out;
-webkit-transition: all 0s 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/SepiaBrown/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: #613b15;font-size: 11px;}
.jersey-close{color:#cfcfcf;font-size: 11px;}

#sliderDiv{
    min-height: 300px;
	padding:15px 0;
	border:1px solid #e9e9e9;
	display:block;
	vertical-align:middle;
}
/*--------------------------------------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;}
.mycart_th{
	background: #f4f4f4;
	font-family: Oxygen; font-size:12px;
	text-transform: uppercase; font-weight:500;
	padding:20px 20px;
}
.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; padding-left:0px;}
/*-----------------------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 #613b15; 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:'Oxygen', sans-serif;
	font-size:12px;
	text-decoration:underline!important;
	color:#0C8FFD!important;
	display:block;
	float:right;
	padding:0 0 0 20px;
	background:url(../img/SepiaBrown/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;
	background-color: #fff;
	height:30px;
	
	color:#666666;
	font-size:11px;}
.customsideimage_upload_wrapper{
	clear:both;
	width:500px;
        position:relative;}
.designdisplay{
    
}
.designdisplay td{
       border:1px solid #cfcfcf;
}


.sidebarmenu ul li.parentLI ul li a:link:not(.subfolderstyle),.sidebarmenu ul li.parentLI ul  li a:visited,.sidebarmenu ul  li.parentLI ul li a:active{
	background-image:none;
}
/***Dimensions to product add/edit page***/
.box4_admin{
	background-color: #fff;	
	border: 1px solid #fbe2be;
	padding: 6px;
	height:auto;
	width:30px;
	font-family:'Oxygen', sans-serif;
	font-size:13px;
	color:#000000;
	letter-spacing:0px;
        float: left;

}

.dimensions_div {
	float:left; 
        margin-left: 20px;     
}
/***Dimensions to product add/edit page***/
.mandatory{
color : #FF0000;
}
.error {
    color: red;
    font-size: 15px;  
}

/*---------------------Ruler Style-----------------------------*/
.ruler_outer{

    position: absolute;
    left:0;
    top:0;
    z-index: -500;
}
.ruler, .ruler li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
}

.ruler {
    background:#f8f7f6;
    border-radius: 2px;
    border: 1px solid #ccc;
    color: #ccc;
    margin: 0;
    width: 3em;
    white-space: nowrap;
}
.ruler li {
    padding-top: 1cm;
    margin: 0 .64em 0 .64em;
    text-align: center;
    position: relative;
    text-shadow: 1px 1px hsl(60, 60%, 84%);
	float:left;
}
.ruler li:before {
    content: '';
    position: absolute;
    border-top: 1px solid #ccc;
    width: .64em;
    left: -.64em;
    bottom: 0em;
}
/*---------------------------Ruler-----------------------*/
.prod_details_row{
	margin:5px 0;
	width:100%;
}
.message_row{
	margin:2% 0% 2% 0%;
	width:100%;
	border-top:1px dotted #ccc;
}
/*-----------------------End:Ruler-----------------------*/



/*-------------------------Toggle Menu--------------------------*/

#toggleMenu, .toggleMenu { 
	display: none;
	}

.toggleMenu { 
	display: block; 
	position: relative; 
	cursor: pointer; 
	-webkit-touch-callout: none; 
	-webkit-user-select: none; 
	user-select: none; 
	}
	
#toggleMenu:checked ~ .menu {  
	max-height:800px; 
	opacity:1;
	}
	
.menu {
	width:100%;
	margin:0;
	padding:0;
	list-style:none;
	float:left;
    overflow-y: visible;
	max-height:0;
	}
	
.menu li {
	margin:0;
	padding:0;
	border-bottom:0;
	white-space:nowrap;
	display:block;
	width:100%;
	}
	
.menu li:hover {
	background-color:#eee;
	cursor:pointer;
	}
	

label.menuTitle {
	text-align:left;
	font-family: 'Oxygen', sans-serif;
	font-size:13px;
	padding:8px 0%;
	margin:0;
	width:100%;
	display:block;
	font-weight:600;
	color:#7F7F7F;
	cursor:pointer;
	background:url(../img/SepiaBrown/menu.png) no-repeat 100% 7px;
	background-size: 24px 19px; 
}

.header_top_sect{
	background:#613b15;
	min-height: 34px;

}

.header_reach_us_R{
	float: right;
	}
	.header_reach_us_inner_L{
	float: left;
	border-right:1px solid #dfdfdf;
	padding: 10px 40px 0 50px; margin: 0 40px 0 0;
	font-family: Oxygen;	
	background:url(../img/SepiaBrown/header_call_icon.png) no-repeat left 15px;
	}
	.header_reach_us_inner_L h1{
	text-transform: uppercase; color: #8c8c8c;
	padding:5px 0 0 0; margin: 0; font-weight:400;
	}
	.header_reach_us_inner_L h2{
	/*font-size: 16px; */color: #613b15;
	padding:5px 0 10px 0; margin: 0; font-weight:400;
	}
	.header_reach_us_inner_R{
	float: right;
   padding: 10px 0 0 50px;
   background: url(../img/SepiaBrown/header_msg_icon.png) no-repeat left 15px;
	}
	.mailaddress{
		font-size: 16px;
   		color: #613b15!important;
	}
	.mailaddress:hover{
		
   		color: #494949!important;
	}


	.header_reach_us_inner_R h1{
	text-transform: uppercase; color: #8c8c8c;
	padding:5px 0 0 0; margin: 0; font-weight:400;
	}
	.header_reach_us_inner_R h2 a{
	color: #613b15!important;
	
}
.header_reach_us_inner_R h2{
	padding:5px 0 10px 0!important; margin: 0!important; font-weight:400!important;
}

.content_fulcol1{
	background:#f0f0f0; 
}

.gray_outer{
	background: #ededed;
	padding-top: 60px;
	padding-bottom: 10px;
	}
	.gray_outer .main_headers_outer h1{
	font-family:Oxygen;
	font-size:40px; font-weight:300; text-align: center;
	padding:0 0 10px 0; margin: 0;
}
.white_outer{
	background: #fff;
	padding-top: 60px;
	padding-bottom: 10px;
	}
	.white_outer .main_headers_outer h1{
	font-family:Oxygen;
	font-size:35px; font-weight:300; text-align: center;
	padding:0 0 15px 0; margin: 0;
}
.home_top_outer_sec{
	padding:30px 0 60px 0;
}
.home_top_outer_sec h1{
	font-family: Oxygen;
	font-size: 35px;
	font-weight:500;
	text-align: center;
	padding:20px 0 15px 0;
	margin: 0;
}
.home_top_Product_box{

}
.home_top_Product_box .product_box{
	min-height:409px; margin-bottom: 0;
}
.home_top_outer_sec .home_top_Product_box .product_box_txt_outer{
	bottom: inherit;
	top:342px;
	}
	.home_top_outer_sec .home_top_Product_box .home_cat_icon{
	padding: 0px;
	margin: 0px;
	min-height:342px;
}
.list_img.imgwidth{
	width: 99.5%; 
}
.product_box{
	background:none; min-height: 285px;
	/*margin:15px 15px 30px 15px;*/
	margin: 15px 20px 30px 20px;
	position:relative;
	
	}
	.product_box_txt_bg{
	width: 100%;
    height: 0px;
    overflow:hidden;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    bottom: 0px;
	position:absolute; z-index: 99;
	background-color:#613b15;
	}
	.product_box:hover .product_box_txt_bg{
	bottom:0;
    height:45px;
   
	}
	.product_box:hover a
	{
		 color: #fff!important;
	}
	.home_top_Product_box .product_box:hover .product_box_txt_bg{
	height: 68px;
	}
	.home_top_Product_box .product_box:hover .product_box_txt_bg.b{
	height: 68px;
	}
	.product_box_txt_outer{
	width: 100%; height: auto; padding: 0;
	position: absolute; bottom:10px; left: 0; z-index: 100;
	}
	.home_top_outer_sec .home_top_Product_box .product_box_txt_outer h1{
	padding:10px 15px 0 15px; margin: 0;
	color: #303030;
	font-size:15px;
	font-family: Oxygen;
	font-weight: 600; text-align: left;
	}
	.home_top_outer_sec .home_top_Product_box .product_box_txt_outer h2{
	padding:10px 15px 15px 15px; margin: 0;
	color: #6f6f6f;
	font-size:15px;
	font-family: Oxygen;
	font-weight: 400; text-align: left;
	}
	.product_box:hover .product_box_txt_outer h1,
	.product_box:hover .product_box_txt_outer h2{
	color: #fff!important;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
	}


	.product_box .home_cat_link{
	float: left;
	padding:0 0 0 15px; font-family:Oxygen;
	font-size:17px; font-weight: 600;
	}
	.product_box:hover .home_cat_link a, .product_box:hover .list_desc span, .product_box:hover .list_desc strike{
	color: #fff!important;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
	}
	.home_top_Product_box_L{
	background: url(../img/home_top_Product_box_L.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	}
	.home_top_Product_box_R{
	background: url(../img/home_top_Product_box_R.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	}

.main_headers_outer{
	text-align: center;
}
.home_white_home{
	background: #fff;
	padding:80px 0;
}
.home_box_outer{
	border: 1px solid #e0e0e0;
	padding: 30px; margin: 0 20px
}

.register_outer{
	width: 60%; margin: 0 auto;
}
.button.gray.register {
    background-color: #613b15;
    color: #fff;
    margin-left: 3px;
    border-color: #613b15;
}
.button.gray.register:hover {
	background-color: #ae8750;
	border-color: #ae8750;
}
.product_box_main_outer{
	margin-left:-15px;
	margin-right:-15px;
}

.radio-cardtype{
	width: 100%;
}
select {
	background: url(../img/select_bg.png) no-repeat right center #fff !important;
	padding: 5px 20px 5px 5px!important; margin-bottom:15px;
	padding-right:20px;
	border: 1px solid #ccc; width: 100%;
	border-radius: 2px;
	height: 35px!important;
	color: rgba(0, 0, 0, 0.75);
	font: 15px 'Oxygen', sans-serif!important;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	}
	select option{
	padding:5px;
}
.delLink {
    cursor: pointer!important;
    font-weight: bold!important;
    padding: 10px 15px!important;
    margin-left: 3px!important;
}
.del-toggle-Link {
    cursor: pointer!important;
    font-weight: bold!important;
    padding: 8px 15px!important;
    margin: 0 10px 0 3px!important;
}
.clipart_container.btm-margin{
	    margin: 0px 0 10px 0!important;
}
.del-toggle-Link:hover{
	color: #ffffff!important;
}
.delLink:hover{
	color: #ffffff;
}
.customsideimage_upload .text{
	margin: 2px!important;
}
.toplinks .text{
	margin: 0!important;
}
.imgDisplay img#photo{
	height: 98px;
}


.responsive #list_admin td{
	border-top: 1px solid #e4e4e4;
	font-family: Oxygen; 
	font-size: 14px;

}

.banner_txt{
	position: absolute;
	z-index: 99; width: 100%; text-align: center;
	bottom:30%;
	}
	.banner_txt h1{
	font-family: Oxygen;
	font-size: 45px;
	font-weight:600;
	text-align: center;
	padding: 0 0 15px 0;
	margin: 0; color: #fff;  text-transform: uppercase;
	text-shadow: 0px 0px 3px #808080;
	}
	.banner_txt h2{
	font-family: Oxygen;
	font-size:25px;
	font-weight:600;
	text-align: center;
	padding: 0 0 15px 0;
	margin: 0; color: #fff;  text-transform: uppercase;
	text-shadow: 0px 0px 3px #808080;
}

.pagenatoin_txt{
	float: left;
	text-align: left;
	padding:8px 10px 0 0; color:#505050;

}

.select_your_options{
	float: left; padding: 0 15px 0 0;
}

.admn_body_rightarea .content_search_container a.button.orange{
	padding: 8px 18px 9px 20px !important;
	font-size: 13px;
}

.admin_left_panel .left_module .left_module_bg #sidebarmenu1 li a{
	padding:8px 10px!important;
	border-bottom: 1px solid #f9e5b1  ;
}

.adm .hd-links ul li{
	padding: 0 0 0 15px!important;
}
.show_bill_ship_L{
	padding-right: 15px;
	}
	.show_bill_ship_R{
	padding-left: 1px;
}

.show_bill_ship_L label, .show_bill_ship_R label{
	float: left; width: 100%;
}
.profile_change_password{
	color: #613b15;
	text-decoration: underline; cursor: pointer;
}
.sameas_billing .maintext_inner{
	margin: 20px 0px;
}
strong#price_str{color: #613b15!important;}

.personalize_link{
	float: left;
	background: #613b15;
	padding:10px 35px 12px 20px; color:#fff!important;
	font-size: 15px; font-weight:400; text-transform: uppercase;
	font-family: Oxygen;

	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	}
	.personalize_link:hover{
	background:#ae8750; color: #fff!important;
	}
	.personalize_link img{
	float: left;
	width: 22px;
	margin: 0 10px 0 0;
}

.all_categories .list_img.imgwidth{
	width: 100%; border: 0px!important;
	}
	.all_categories .list_img.imgwidth img {
    object-fit: cover;
    width: 370px;
    height: 240px;
}

.fundraisers_order_btt{
	padding: 12px 40px;
	height: auto;
	font-size: 16px !important;
}

@media only screen and (min-width: 1382px) {
.menu {
	width:auto;
	margin:0;
	padding:0;
	list-style:none;
	float:none;
    overflow-y: none;
	max-height:0;
	}
	
.menu li {
	margin:0;
	padding:0;
	border-bottom:1px solid #FB9942;
	white-space:nowrap;
	display:block;
	width:auto;
	}
	
.menu li:hover {
	background-color:#eee;
	cursor:pointer;
	}

}	
@media screen and (min-width:768px) {

	
	.checkbox_right {
    
    min-width: 150px;
}
	label.menuTitle {
		display:none;
		}
	
	.menu { 
		display:block!important;
		border:0;
		overflow:visible;
		max-height:100px!important;
		padding:0;
		}	

	.menu li {
		width:auto; 
		display:inline; 
		border:0; 
		}
		
	.menu li:hover  {
		background:none;
		}
		
	.menu li:first-child {
		border-left:0;
		}
		
	.menu a, .menu a:visited {
		display:inline; 
		width:auto;
		padding:0 3px 0 8px;
		}

	}
/*-------------------------End : Toggle Menu--------------------------*/

/*-------------------------Navigation Style-----------------------------*/
/* style the main menu 8*/

.sf-menu{
    font-family: 'Oxygen', sans-serif;
}
/* get rid of padding and margin off all ul's (not sure about using * here, could be better) */
.sf-menu, .sf-menu * {
    margin:0;
    padding:0;
    list-style:none;
}
/* position all dropdowns off screen */
ul.sf-menu{
	width:100%;
}
.sf-menu ul {
    position:absolute;
    top:-999em;
    z-index: 9999;
}
/* style the main nav list items */
.sf-menu li {
    clear: left;
    float:left;
    position:relative;
    width: 100%; z-index: 101;
}
/* change the main nav list items on hover */ 
.sf-menu li:hover {
    background-image: url('../img/menuBg.png'); 
    visibility:inherit; /* fixes IE7 'sticky bug' */
}
/* style all the links */
.sf-menu a {
	font-family: 'Oxygen', sans-serif;
    font-size: 0.95em;
	font-weight:500;
    color:#444444!important;
    display:block;
    padding:5px 15px 5px 5px;
    text-decoration: none;
}
.sf-menu a:hover {
	color:#613b15!important;
}

/* style the first drop */
.sf-menu li li, .sf-menu li li:hover{
    background: #fff;
}
/* add a larger text indent for the first drop links */
.sf-menu li li a{
    text-indent: 24px;
}
/* add a larger text indent for the second drop links */
.sf-menu li li li a{
    text-indent: 36px;
}
/* add a larger text indent for the third drop links */
.sf-menu li li li li a{
    text-indent: 48px;
}
/* position first drop */
.sf-menu li:hover ul {
    top:auto; /* match top ul list item height */
    position:relative;
}
/* make sure second drop is still off screen */
ul.sf-menu li:hover li ul {
    position: absolute;
    top:-999em;
}
/* position second drop */
ul.sf-menu li li:hover ul {
    top:auto;
    position:relative;
}
/* make sure third drop is still off screen */
ul.sf-menu li li:hover li ul {
    position: absolute;
    top:-999em;
}
/* position third drop */
ul.sf-menu li li li:hover ul {
    top:auto;
    position:relative;
}

.shipping_method_txt_outer{
	float: left; width: 100%;
	}
	.shipping_method_txt_outer input[type=radio] {
	float: left;
	}
	.shipping_method_txt{
	margin: 0 0 0 25px;
}
@media only screen and (max-width: 480px) {
	.home_top_Product_box .product_box:hover .product_box_txt_bg.b{
	height: 83px;
	}
	.product_box_txt_outer.position{
		position: inherit!important;
	}
	.pagenatoin_txt {
  		float: left!important; width: 100%!important;
  		 padding: 8px 10px 10px 0!important;
  	}
	/*.product_box .product_box_txt_outer.pos {
		position: initial!important;
	}*/
	.product_box .list_desc {
	   float: left;
	   padding: 5px 0 0 5px;
	   width: 100%;
	   text-align: left;
	}
	.product_box .home_cat_link {
   		width: 100%;
   		text-align: left;
	}

	.home_cat_link a:link, .home_cat_link a:visited, .home_cat_link a:active {
    font-size: 15px;}
	.checkbox_right {
    text-align: left;
	}
	.full-width {
    width: 100%!important;}

	.header_reach_us_R{
	width: 100%;
	}
	.header_reach_us_inner_L{
		border: 0px;
	}
	.testimonial_sec_usericon{
	display: none!important;
	}
	.comm_side_module_img{
padding-left: 0px!important;
padding-right: 0px!important;
	}
	.header_reach_us_inner_L h1, .header_reach_us_inner_R h1{
		font-size: 11px;
	}
	.header_reach_us_inner_L h2, .header_reach_us_inner_R h2{
	font-size:12px!important;
	}
	.header_reach_us_inner_L{
	 width: 100%;
	}
	.header_reach_us_inner_R{
	   float: left!important;
   width: 100%;
	}
	.user_display_area{
	margin: 0; width: 100%;
	border-top: 1px solid #ededed;
	}
	.logo img{
	max-width: 170px;
	}
	.home_top_outer_sec h1{

	}
	
	.home_top_outer_sec .home_top_Product_box .product_box_txt_outer {
	        z-index: 100;
	}


.banner_txt{
	bottom:30px;
	}
	.banner_txt h1{
	font-size:24px;
	}
	.banner_txt h2{
	font-size:16px;
	}
	.your_choice_home_box .product_box_txt_outer.pos{
	position: absolute!important;
	bottom: -25px!important;
	}
	.product_box_txt_outer.all_product_page_product_box,
	.product_box_txt_outer.search_product_page_product_box,
	.product_box_txt_outer.category_product_page_product_box{
	bottom: 3px;
	}
}

@media screen and (min-device-width:481px) and (max-device-width:767px) { 
	
    .full-width {
    width: 100%!important;}

	.logo{
	float: left!important;
	width:30%;
	}
	.user_display_area{
	margin: 0; width:70%;
	}


.banner_txt{
	bottom:30px;
	}
	.banner_txt h1{
	font-size:35px;
	}
	.banner_txt h2{
	font-size:22px;
	}



	.header_reach_us_inner_L h1, .header_reach_us_inner_R h1{
		font-size: 11px;
	}
	.header_reach_us_inner_L h2, .header_reach_us_inner_R h2{
	font-size: 13px;
	}
	.header_reach_us_inner_L{
	padding: 0 10px 0 30px;
	margin: 0 10px 0 0;	
	background-size:20%;
	}
	.header_reach_us_inner_R{
	background-size: 16%;
	padding-left:30px; padding-top: 0;
	}


}

@media only screen and (min-width: 768px) {
    /* set height so content isn't pushed down add z-index to keep drops above content */
    

    .sf-menu{
        z-index: 100;
    }
    .product_box_txt_outer .home_cat_link a{
    	font-size: 14px;
    }
    /* restyle so main links are horizontally aligned */
    .sf-menu li {
        clear: none;
		margin:0 100px 0 0;
        width: auto; /* this will need to be adjusted for your needs */
		
    }
    /* new style for drop list items */
    .sf-menu li li{
        background: #fff;
        clear: left;
        width: 200px;
    }
    /* reset text indent on all drop a tags and set the width to 100% */
    .sf-menu li li a, .sf-menu li li li a, .sf-menu li li li li a{
        text-indent: 12px; padding: 5px 2%;
        width: 96%; border-top: 1px solid #ededed;
    }
    /* reposision and style the first drop */
    .sf-menu li:hover ul{
        background: #000;
        left: auto;
        position: absolute;
        top: -1;
        width: 200px;
        z-index: 100;

		-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
		-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
		box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    }
    /* reposision and style the second drop */
    ul.sf-menu li li:hover ul{
        background: #eb4012;
        position: absolute;
        top: -1px;
        left:101%;
    }
    /* reposision and style the third drop */
    ul.sf-menu li li li:hover ul{
        background: #eb4012;
        position: absolute;
         top: 0px;
       left:101%;
    }
}	@media screen and (max-width:991px) {
	 #items_display_area_admin .full-width {
    width: 100%!important;
}
}

@media screen and (min-device-width:768px) and (max-device-width:991px) { 
	.gray.margintop{
   		margin-top: 3px!important;
	    }
	.product_box .product_box_txt_outer {
	position: relative;
	bottom: 0px !important;
	top: inherit !important;
    }
    .product_box .list_desc {
       float: left;
       padding:1px 0 0 5px;
       width: 100%;
       text-align: left;
    }
    .gray_outer.marg_t_20px .home_cat_icon img {
    object-fit: cover;
    width: 230px;
    height: 240px;
	}
    .list_link_cat {
	top: 0px !important;
	}	
	.designed_products_home_outer .list_link_cat{
	top: 20px !important;
	}
    .product_box .home_cat_link {
          width: 100%;
          text-align: left;
    }
	.row .home_box_outer .five.columns.text-center{
		min-width: 100%!important;
	}
	.row .home_box_outer .three.columns.text-center{
		min-width: 50%!important;
	}
	.row .home_box_outer .four.columns.text-center{
		min-width: 50%!important;
	}
	.product_box_txt_outer .home_cat_link a{
    	    font-size: 14px!important;
    }
	.home_top_Product_box{
	width:50%!important;
	}
	.home_top_outer_sec .home_top_Product_box .product_box_txt_outer h2{
	font-size: 13px;
	}
	.order_now_blk{
	width: 100%; margin-left: 0px;
	}
	.product_desc_head{
	margin:20px 0 0 0;
	}
	.user_display_area{
	width: 65%;
	}
	.header_reach_us_inner_L{
	padding-right:20px;
	margin-right:20px;
	}
	.sf-menu a{
	background:none!important;
	font-size: 13px;
	}
	.sf-menu li{
	margin-right: 35px;
	}
	.home_cat_link a:link, .home_cat_link a:visited, .home_cat_link a:active{
	font-size: 13px;
	}
	.list_desc span, .list_desc strike{
		font-size: 15px!important; padding-left: 0px;
	}
	.user_display_area {
		width: 100%;
		text-align: center;
		
	}

	.product_box .home_cat_link{
	padding-left: 5px;
	}
	.list_desc{
	padding-right: 5px;
	}
	.email_link_top a, .footer_content_row li a{
		font-size: 13px!important;
	}
		.footer_content_row .row .three.columns{
		width: 100%;
	}
.footer_content_row .row .three.columns.footer_second{
	width: 100%;
	margin-top: -49px;
}


}



@media only screen and (min-width: 992px) {
    /* bigger screen bigger nav */
    #access{
    }
    /* bigger screen bigger nav */
    .sf-menu{
    }
    /* bigger screen bigger font size and padding */
.sf-menu a {
		font-family: 'Oxygen', sans-serif;
		font-weight:600;
        font-size: 13px;
        text-transform: uppercase;
        padding:7px 0 6px 0;
		background:none;
		color:#444444!important;
		
    }
.sf-menu a:hover {
	color:#613b15;
}
.form_row{
	margin:2% 20% 2% 0%;
	width:80%;
}
	
}

@media only screen and (max-width:1024px) {

.gray_outer.marg_t_20px .home_cat_icon img {
    object-fit: cover;
    width:330px;
    height: 240px;
	}
}

@media only screen and (min-width:1025px) {

.gray_outer.marg_t_20px .home_cat_icon img {
    object-fit: cover;
    width:370px;
    height: 240px;
	}
}

@media only screen and (min-width: 1382px) {
    /* move the header to the left side of the screen */
    #access, .sf-menu{
        height: auto;
    }
    .sf-menu li {
        width: auto;
    }
    /* reposition the first drop */
    .sf-menu li:hover ul{
        left: 0%;
        top: 30px;
        position: absolute;
    }
    
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2)  and (orientation: portrait)  {
    .product_box .product_box_txt_outer {
         position: relative;
   }
   .product_box .list_desc {
      float: left;
      padding: 5px 0 0 5px;
      width: 100%;
      text-align: left;
   }
   .product_box .home_cat_link {
         width: 100%;
         text-align: left;}
   .list_desc span {
        
        padding: 3px 0px 3px 10px!important;}
}
/*-------------------------End:Navigation Style-----------------------------*/


.btn-saveexit
{
    background:#fcba53;
    padding:3px 8px;
    border:1px solid #fff;
    border-radius:7px;
    color:#AC6E0D;
    font-size:16px;
    
-webkit-box-shadow: 0px 2px 4px 0px rgba(163,163,163,0.74);
-moz-box-shadow: 0px 2px 4px 0px rgba(163,163,163,0.74);
box-shadow: 0px 2px 4px 0px rgba(163,163,163,0.74);
}
/*--------------------NewStyle------------------*/
.sf-menu a {
		font-family:Oxygen;
		font-weight:400;
        font-size:14px;
        text-transform: uppercase;
}        
.login_nav{
	float: right;
	margin-top:2px;
	color:#fff;
	padding:5px 0;
	font-family:"Oxygen",sans-serif;
	font-size: 10px;
	font-weight: 600; text-transform: uppercase;
	margin-right: 10px;
}
.login_nav a{
	color: #fff!important;
    text-transform: uppercase;
    font-family: 'Oxygen', sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase!important;
    margin: 0 0 0 20px;
    padding: 4px 0 0 0;
}
.login_nav a:hover{
	color:#fff!important;
}
.login_nav .left{
	font-size:12px;
	padding-top:2px;
	margin-right: 10px;

	}
.hdr_mycart{
        background: url(../img/SepiaBrown/mycart_icon.png) center left no-repeat;
    color: #fff!important;
    text-transform: uppercase;
    margin: 0 0 0 5px;
    padding-left: 27px;
    float: right;
    height: 15px;
    line-height: 20px;
    font-family: "Oxygen",sans-serif;
    font-size: 12px;
    font-weight: 600;
}

.hdr_mycart a{
	font-family: 'Oxygen', sans-serif;
	color:#fff!important;
	text-transform:uppercase;
	font-size:12px;
	font-weight:600;
}
.cart-notifictaion
{
	background:#613b15 ; 
	border: 2px solid #FFF; 
	font-family: 'Oxygen', sans-serif;
	font-size: 12px; 
	color: #FFF; 
	text-align: center; 
	border-radius: 40px;
	width:20px; 
	height:20px; 
	margin: -3px 0px 0px 5px;
	float: right;
}
.banner{
	width:100%;
	background:none;
	border-bottom:0!important;
	max-height:535px!important;
	position: relative;
}
.banner_left_started{
	position:absolute;
	right:0; 
	top:30%;
	z-index:1;
	width:40%;
	height:100%;
}
.banner_left_started h3{
	font-size:40px;	
	font-family: 'Comfortaa', cursive;
	color:#FFF;
	margin:10px 0;
	font-weight:500;

}
.banner_left_started p{
	font-family:'Oxygen', sans-serif;
	font-size:16px;
	color:#4d606f;
	margin:10px 0;
	font-weight:normal;
	line-height:23px;

}
.banner_left_started a{
	font-size:24px;	
	font-family: 'Comfortaa', cursive;
	color:#FFF!important;
	margin:4% 2% 2% 25%;
	padding:10px 20px;
	display:block;
	background:#2878db;
	float:left;
}
.banner_left_started a:hover{
	background:#235899;
}
.banner_link{
	background:none;
}

.banner_link a{ 
				width:100%;
}


.banner_link a span{
	display:none;
}
#banner1{
	width:700px;
	
	height:70px;
	float:left;
	padding:2px 2px 0px 0px;
}
.menu_row{
	background-color:#fff!important;
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
}
.menu_container{
	background-color: #fff!important;
}

.content_fulcol1 {
    background: #ffffff;
    padding:2% 0;
    width: 100%;
}
.content_fulcol2 {
    background: #f3f3f3;
    padding:2% 0;
    width: 100%;
}
.text_align_center{
	text-align: center!important;
}
.content_header_viewall{
	font-family: 'Oxygen', sans-serif;
	color:#F57C2E;
	font-size:14px;
	display: table-cell;
	width: 20%;
}
.display_table{
	display: table;
}
.display_table_cell{
	display: table-cell;
}
.wid10p{
	width: 10%;
}
.wid20p{
	width: 20%;
}
.wid30p{
	width: 30%;
}
.wid70p{
	width: 70%;
}
.wid100p{
	width: 100%;
}
.vertical_align_top{
	vertical-align: top;
}
.content_header_viewall a.text_link_1{
	color: #f16262!important;
	font-weight: normal;
	float: right;
}
.content_fulcol1 .content_header_txt{
	font-family: 'Oxygen', sans-serif;
	color:#F57C2E;
	font-size:28px;
	padding:10px 5px 25px 0px!important;
	display: block!important;
	text-align: center!important;
	width: 96%!important;
	margin-left: auto!important;
	margin-right: auto!important;
}
.content_header_txt h3{
	text-align: center;
	color: #606060;
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 0!important;
}

.content_fulcol2 .content_header_txt{
	font-family: 'Oxygen', sans-serif;
	color:#FFF;
	font-size:23px;
	padding:10px 5px 25px 0px!important;
	display: block!important;
	text-align: center!important;
	width: 100%!important;
}
.content_fulcol2 .content_header_txt h3{
	text-align: center;
	color: #e35353;
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 6px!important;
}
.testimonial_sec{
	color: #9F9F9F!important;
	text-align: center!important;
	margin-bottom: 20px;
	display: table;
	width: 100%; font-family: Oxygen;
}
.testimonial_sec p{
	line-height: 26px;
	font-size: 15px; color:#505050;
}

.testimonial_sec p .fa {
    font-size: 24px;
    color: #cccccc;
    padding-right: 10px;
}
.testimonial_sec_usericon{
	width: 25%;
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	margin: 5px auto;
}
.testimonial_contentsec{
	width: 75%;
	display: table-cell;
	vertical-align: middle;
	text-align: left!important;
}	
.testimonial_sec_usericon .fa{
	color: #e35353!important;
	font-size: 66px;
}
.testimonial_sec h3 a{
	color: #303030;
	font-size: 36px;
	font-weight: 300;
	font-family: 'Oxygen', sans-serif;
}
.testimonial_sec h3 a:hover{
	color: #613b15!important;
}	
.paint_bucket_btn {
   background: #fafbfc url("../img/SepiaBrown/paint_bucket_icon.png") no-repeat scroll 25% 50%;
   border-color: #ced5d9;
   border-radius: 2px;
   border-style: solid;
   border-width: 1px;
   box-shadow: 0 1px 0 white inset;
   cursor: pointer;
   display: inline-block;
   font-family: "Oxygen",sans-serif;
   font-size: 14px;
   line-height: 1;
   padding: 9px;
   text-align: center;
   width: 92%;
} 

.paint_tools_dropdown {
   background: #fff none repeat scroll 0 0;
   border: 1px solid #b6bcbf;
   border-radius: 3px;
   box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.14);
   padding: 10px;
   position: absolute;
   z-index: 99;
}
#textureDiv {
   position: relative;
} 
.colorpick_blk_bg {
    background: #f1f1f1;
    padding: 10px;
}
.texture_span {
    float: left;
    padding-right: 25px;
}
.padrittexture {
    float: left;
    padding-right: 10px;
}

.cancel_editor {
    background: #a0a2a5;
    border: 0 none;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-family: "Oxygen",sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    height: 30px;
    padding: 0 10px;
    transition: all 1s ease 0s;
    width: 100px;
}
.editor_popup_hd {
    border-bottom: 1px solid #d8dbde;
    color: #e13f01;
    float: left;
    font-family: "Oxygen",sans-serif;
    font-size: 26px;
    padding: 15px 0 10px;
    width: 100%;
}
.alert-danger {
    background: #f2dede;
    border: 1px solid #ebccd1;
    color: #a94442;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    margin: 20px 0;
    padding: 10px;
    font-size: 14px;
}
.viewmore_btn{
	background: none;
	border: 2px solid #f37321;
	padding: 8px 15px;
	font-size: 13px;
	font-family: "Oxygen",sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	outline: none;
	color: #FFF!important;
	margin: 10px 0;
}
.viewmore_btn:hover{
	background: #ae8750 ;
	border: 2px solid #ae8750 ;
}	
a.viewall_rounded{
	background: none;
	font-size: 12px;
	border: 0;
	outline: none;
	color: #303030!important;
	margin: 0 auto !important;
	text-transform: uppercase;
	font-weight:700;
	font-family: Oxygen;
}
a.viewall_rounded .fa{
	font-size: 12px;
	color: #303030 !important; margin: 0 0 0 5px;
}
a.viewall_rounded:hover{
	color: #613b15!important;
}	
a.viewall_rounded:hover .fa{
	color: #613b15!important;
}
.content_fulcol2 a.viewall_rounded{
	background: none;
	padding: 4px 20px;
	font-size: 12px;
	border: 0;
	border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	outline: none;
	color: #a1a1a1!important;
	border: 2px solid #a1a1a1;
	margin: 10px auto !important;
	text-align: center;
	text-transform: uppercase;
	font-family: "Oxygen",sans-serif;
}
.content_fulcol2 a.viewall_rounded .fa{
	font-size: 14px;
	color: #a1a1a1!important;
}
.content_fulcol2 a.viewall_rounded:hover{
	background: #da5745;
	border: 2px solid #da5745;
	color: #FFF!important;
}
.content_fulcol2 a.viewall_rounded:hover .fa{
	font-size: 14px;
	color: #FFF!important;
}
.paint_tools_dropdown{
	position: absolute;
	background: none repeat scroll 0% 0% #FFF;
	border: 1px solid #B6BCBF;
	z-index: 99;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.14);
	-moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.14);
	-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.14);
	padding:7px;
}
.paint_tools_dropdown li{
	list-style:none;
	float:left;
	padding:3px;
}
.maintext_admin{
	font-family:'Oxygen', sans-serif;
	font-size:13px;
	color:#000000;
	padding:0px 15px 5px 0px;
}
.designed_hd_icon{
	background:url(../img/SepiaBrown/designed_products_icon.png) center center no-repeat;
	width: 200px;
	height: 211px;
	margin: 0px auto 10px auto;
}
.notesec{
	border:2px solid #EEE;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding: 10px;
	float: left;
	margin-top: 25px;
}
.notesec h3{
	color: #e35353;
	font-family:"Oxygen",sans-serif;
	text-transform:uppercase;
	font-weight: 600;
	margin: 10px 0 0 0;
}
.notesec ul{
	padding-left: 0!important;
	margin: 8px 0 0 0;
}	
.notesec li{
	list-style: none;
	font-size: 14px;
	color: #656565;
}	
@media only screen and (max-width: 767px) {

	.home_top_outer_sec .product_box_txt_outer{
    bottom: inherit;
    top:342px;
    }

	.home_top_outer_sec .product_box:hover .product_box_txt_bg{
    top:342px;
    bottom:inherit;
   height:80px;
    }


	.product_box .home_cat_link {
    padding: 0 0 0 5px!important;}
	#inner_rightcontent .button.a-class.smallorange {
    display: inline!important;
}
	#inner_rightcontent .button.smallgray{
    display: inline!important;
}
	button.button, input[type="submit"].button {
    width: inherit!important;
    padding-left: 10px!important;
    padding-right: 10px!important;
}
	.button.gray {
    display: inline!important;
}
.show_bill_ship_L, .show_bill_ship_R{
	padding-left: 0px!important; padding-right: 0px!important;
}
.footer_second h3{
	display: none;
}
.footer_content_row .three.columns ul{
	margin-top: 0px;
	margin-bottom: 0px;
}
.footer_content_row h3{
	margin-top:25px!important;
	margin-bottom:5px !important;
}

	.login_nav{
		margin-right: 4%
	}
.home_top_Product_box {
    margin-bottom: 20px;
}
.main_bodysendadmin .display_table{
	display: block!important; width: 100%!important;
	}
	.right.rate-star{
	float: left!important; width: 100%!important;
	}
.order_now_blk{
	width: 100%;
	margin: 15px 0 0 0;
	padding: 20px 0 0 0;
	border-top: 1px solid #e9e9e9;
}
.product_desc_head{
	border-top:1px solid #e9e9e9;
	margin-top:25px;
}
.pr_thumb{
	text-align: center;
}
.white_outer .main_headers_outer h1{
	font-size: 24px;
}
.home_white_home{
	padding:50px 0;
}
.gray_outer{
	padding-top: 30px;
	padding-bottom: 30px;
}
.gray_outer .main_headers_outer h1{
	font-size: 30px;
}
.home_top_outer_sec h1{
	font-size:25px;
}
	.top_search_area{
	padding: 0 5%!important;
	margin: 0!important;
	width: 90%!important;
	border-top: 1px solid rgba(255, 255, 255, 0.5); 
	}
	.comm_side_module{
	border-left:0px!important;
	border-top: 1px solid #e2e2e2;
	margin:10px 0 0 0!important;
	padding:10px 0 0 0!important;
}



}	
@media only screen and (max-width:687px) {
	/*.product_box_txt_outer {
    bottom: 0px!important;}*/
	.main_bodysendadmin .display_table_cell{
	display: block!important; width: 100%!important;
	}
}
.opt-art #imgColorPickerDiv label{
	padding: 0!important;
}
/*-------------------------Start:Editor Navigation--------------------------*/
.editor_nav_row{
	width:100%;
	border:1px solid #f0f0f0;
	margin:35px 0;
	background:#f0f0f0;
}
.editor_nav_container{
	width:938px;
	margin:0px auto;
}
.editor_nav_container ul{
	width:938px;
	display: inline-block;
	margin-bottom: 0px;
}
.editor_nav_container li{
	height:50px;
	display:block;
	line-height:50px;
	padding:0px 19px;
	margin-right:1px;
	text-transform:uppercase;
	color:#656565;
	float:left;
}
.editor_nav_container li:last-child{
	float:right;
}
.editor_nav_container.floatinherit li:last-child{
	float:left!important;
}

.editor_nav_container li:hover, .editor_nav_container li.selected{
	background:#FFF;
}
.editor_nav_container li a{
	font-family:"Oxygen",sans-serif;
	text-transform:uppercase;
	color:#656565;
	font-size:13px;
	font-weight: 600;
	outline:none;
}
.editor_nav_container li a .fa{
	font-size: 18px;
	color: #613b15;
	margin-right: 7px;
}	
.addart_icon{
	min-width:50px;
	text-align:center;
	padding-top:0px;
	padding-bottom:0px;
	font-family:'Oxygen', sans-serif;
	text-transform:uppercase;
	color:#656565;
	float:left;
}
.addart_icon:hover, li.selected .addart_icon {
	background:url(../img/SepiaBrown/addart_icon_over.png) 50% 50% no-repeat;
}
.addtext_icon{
	min-width:70px;
	text-align:center;
	padding-top:17px;
	padding-bottom:15px;
	background:url(../img/SepiaBrown/addtext_icon.png) 50% 50% no-repeat;
	font-family:'Oxygen', sans-serif;
	text-transform:uppercase;
	color:#656565;
	float:left;
}
.addtext_icon:hover, li.selected .addtext_icon {
	background:url(../img/SepiaBrown/addtext_icon_over.png) 50% 50% no-repeat;
}
.upload_icon{
	min-width:70px;
	height:17px;
	text-align:center;
	padding-top:17px;
	padding-bottom:15px;
	background:url(../img/SepiaBrown/upload_icon.png) 50% 50% no-repeat;
	font-family:'Oxygen', sans-serif;
	text-transform:uppercase;
	color:#656565;
	float:left;
}
.upload_icon:hover, li.selected .upload_icon {
	background:url(../img/SepiaBrown/upload_icon_over.png) 50% 50% no-repeat;
}
.changeproduct_icon{
	min-width:70px;
	height:17px;
	text-align:center;
	padding-top:17px;
	padding-bottom:15px;
	background:url(../img/SepiaBrown/change_product.png) 50% 50% no-repeat;
	font-family:'Oxygen', sans-serif;
	text-transform:uppercase;
	color:#656565;
	float:left;
}
.changeproduct_icon:hover, li.selected .changeproduct_icon {
	background:url(../img/SepiaBrown/change_product_over.png) 50% 50% no-repeat;
}
.editorhelp_icon{
	min-width:70px;
	height:17px;
	text-align:center;
	padding-top:17px;
	padding-bottom:15px;
	background:url(../img/SepiaBrown/editorhelp_icon.png) 50% 50% no-repeat;
	font-family: 'Roboto', sans-serif;
	text-transform:uppercase;
	color:#656565;
	float:left;
}
.editorhelp_icon:hover{
	background:url(../img/SepiaBrown/editorhelp_icon_over.png) 50% 50% no-repeat;
}
.editornote_icon{
	min-width:70px;
	height:17px;
	text-align:center;
	padding-top:17px;
	padding-bottom:15px;
	background:url(../img/SepiaBrown/editnote_icon.png) 50% 50% no-repeat;
	font-family: 'Roboto', sans-serif;
	text-transform:uppercase;
	color:#656565;
	float:left;
}
.editornote_icon:hover{
	background:url(../img/SepiaBrown/editnote_icon_over.png) 50% 50% no-repeat;
}
.editorzoom_icon{
	min-width:70px;
	height:17px;
	text-align:center;
	padding-top:17px;
	padding-bottom:15px;
	background:url(../img/SepiaBrown/editorzoom_icon.png) 50% 50% no-repeat;
	font-family: 'Roboto', sans-serif;
	text-transform:uppercase;
	color:#656565;
	float:left;
}
.editorzoom_icon:hover{
	background:url(../img/SepiaBrown/editorzoom_icon_over.png) 50% 50% no-repeat;
}
.editorzoomout_icon{
	min-width:70px;
	height:17px;
	text-align:center;
	padding-top:17px;
	padding-bottom:15px;
	background:url(../img/SepiaBrown/editorzoomout_icon.png) 50% 50% no-repeat;
	font-family: 'Roboto', sans-serif;
	text-transform:uppercase;
	color:#656565;
	float:left;
}
.editorzoomout_icon:hover{
	background:url(../img/SepiaBrown/editorzoomout_icon_over.png) 50% 50% no-repeat;
}

/*-------------------------End:Editor Navigation-----------------------------*/	
/**parallax**/
.parallax {
  padding: 80px 0 40px 0;
  background: url(../img/testi_bg.jpg) no-repeat 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}
.parallax h1 {
  color: #fff;
}
.parallax h1 span {
  display: inline-block;
  padding: 10px 20px;
  background-color: rgba(0, 0, 0, 0.5);
}

.media-item {
  margin-bottom: 30px;
}
.media-item img {
  float: left;
  margin-right: 20px;
}
.media-item .media-item-content {
  overflow: hidden;
}
.media-item .media-item-content h4 {
  font-weight: 600;
  margin-bottom: 5px;
}
.media-item .media-item-content h4 a {
  color: #333;
  font-size: 16px;
}
.media-item .media-item-content h4 a:hover {
  color: #1ab394;
}
.media-item .media-item-content ul li a {
  color: #1ab394;
}
.media-item .media-item-content ul li a:hover {
  color: #999;
}	
/*-------------------------Start:Steps style------------------------------*/
.copyurl{
	background: #f0f0f0;
	padding: 10px; 
	border-radius: 3px;
	display: table;
	width: 100%; 
	
}
.clipboardicon{
	height: 20px;
	float: right; 
}
.cell_a{
	display: table-cell;
	width: 90%; 
	vertical-align: middle;
}
.cell_a textarea{
	margin-bottom: 0!important;
}
.cell_b{
	display: table-cell;
	width: 10%;
	vertical-align: middle;
}
.success_msg {
    text-align: center;
    font-size: 25px;
    font-weight: 400;
    padding: 20px;
    background-color: #4caf505c;
    color: #186f1c;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
    margin-top: 30px;
    margin-bottom: 20px;
}
.forfundraiser_header{
	text-align: center;
	font-size: 20px;
	color: #494949;
	margin: 15px 0 30px 0;
	width: 100%;
}
.steps_blk{
	width:100%;
	margin:15px 0 30px 0;
	display:table;
	background:url(../img/SepiaBrown/steps_bg.jpg) 0% 35% repeat-x;
}
.steps_blk_top{
	width:100%;
}
.steps_blk_top h3{
	font-family: 'Oxygen', sans-serif;
	color: #7295b1;
	font-weight:normal;
	font-size: 21px;
	text-align:left;

}
.steps_blk_cell{
	display:table-cell;
	width:25%;
	text-align:center;
}
.steps_blk_cell span{
	font-family: 'Oxygen', sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	font-size:12px;
	color:#565656;
	text-align:center;
}
.steps_blk_rounds_outer{
	width:44px;
	height:44px;
	display:block;
	line-height:44px;
	border-radius:44px;
	-webkit-border-radius:44px;
	-moz-border-radius:44px;
	border:0;
	font-family:'Oxygen', sans-serif;
	font-size:16px;
	color:#FFF;
	text-align:center;
	margin:0 auto;
}
.steps_blk_rounds{
	width:40px;
	height:40px;
	display:block;
	line-height:40px;
	border-radius:40px;
	-webkit-border-radius:40px;
	-moz-border-radius:40px;
	background:#fff;
	border:3px solid #e6e6e6;
	font-family:'Oxygen', sans-serif;
	font-size:16px;
	color:#b4b4b4;
	text-align:center;
	margin:0 auto;
}
.steps_blk_rounds.active{
	width:40px;
	height:40px;
	display:block;
	line-height:40px;
	border-radius:40px;
	-webkit-border-radius:40px;
	-moz-border-radius:40px;
	background:#613b15;
	border:2px solid #613b15;
	font-family:'Oxygen', sans-serif;
	font-size:16px;
	color:#FFF;
	text-align:center;
}
.editor_step_blk{
	width:940px;
}
/*-------------------------End:Steps style------------------------------*/

/*-------------ExistingStyle-----------------*/

.design_head {
	color: #303030!important;
    font-size: 28px !important;
    font-weight: 300; text-align: left;
    font-family: 'Oxygen', sans-serif;
	height: auto!important; border-bottom: 0!important; margin-bottom: 10px;
	padding-top: 10px;	
}
.comm_side_module_img ul li{
	background:url(../img/SepiaBrown/right-arrow.png) 0 7px no-repeat!important;
	line-height: 26px;
	font-size: 15px;
	color: #505050!important; text-align: left;
	list-style-type:none; padding:0 0 0 20px !important;
}
.content_box_2{	
	font-family:'Oxygen', sans-serif;
	padding:8px 0!important;;	
	border:0!important; border-radius:0px!important;
	margin:0 0 20px 0!important;
}
.links A:link,.links A:active,.links A:visited{
	display:block;
	float:left;
	text-decoration:none;		
	color:#444444 ;
	padding:5px 20px;
	border-right:0;
	font-size:15px;
	font-family: "Oxygen",sans-serif;
	text-transform: uppercase;
	font-weight: 300 ;
	line-height:25px;
} 
.footer_row{ 
width:100%;
padding:20px 0px 30px 0px; 
margin: 30px 0 0 0;
background:#fff!important;
border-top:10px solid #613b15;
}
.footer_row_bottom{ 
width:100%;
padding:40px 0;
background:#ededed!important; margin: 0 0 0 0;
}
.copyright_area{	
	/*background-image:url(../img/SepiaBrown/cprgt_tile.jpg);
	background-color:#9C2C06;
	background:#000000!important;
	*/
	color:#494949;
	font-family: 'Oxygen', sans-serif;	
	clear:both!important;
	
}
.art-controls{padding:10px 10px 5px 10px; background:#FFF; margin:0px 0 0 0; position:static!important; top:inherit!important;}
.left_center_container {
width:284px!important; 
border:1px solid #dedede!important;
background-color:#fff!important; 
padding:0 0 0px 0; font-family:Arial, Helvetica, sans-serif!important; border-radius:0;
-webkit-box-shadow:1px 1px 3px rgba(0, 0, 0, 0.15);-moz-box-shadow:1px 1px 3px rgba(0, 0, 0, 0.15);box-shadow:1px 1px 3px rgba(0, 0, 0, 0.15);
min-height:155px;
}
.right_side_top {width:612px; height:515px; float:right; background-color:#fff; border:0!important; margin: 0 0 5px 0; overflow: hidden;}
.right_side_bottom {width:584px; height:inherit!important;float:left; background-color:#ebebeb; margin: 5px 0; font-family:'Oxygen', sans-serif; padding:10px 15px; border-radius:0;}

.save-btn {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #613b15;
    border-radius: 3px;
    color: #613b15;
    cursor: pointer;
    font-family: "Oxygen",sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    height: 30px;
    transition: all 0s ease 0s;
    width: auto;
    padding: 5px 15px;
}
.save-btn:hover {
    background: #613b15;
    color: #fff;}	
#save{
    background: #613b15 none repeat scroll 0 0;
    border: 2px solid #613b15;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-family: "Oxygen",sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    height: 31px;
    transition: all 1s ease 0s;
    width: auto;
    padding: 5px 15px;
	}
	#save:hover {
    background:#db3829;
}	

.quote-btn {
    background:#fff none repeat scroll 0 0;
    border:2px solid #613b15;
    border-radius: 3px;
    color: #613b15;
    cursor: pointer;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "Oxygen",sans-serif;
    font-size: 13px;
    height: 30px;
    padding: 0 15px;
    
    transition: all 1s ease 0s;
}
.quote-btn:hover {
    background: #613b15; color: #fff;
}
.ph_no{
	color:#303030;
	font-size:14px;
	font-weight:500;
	font-family: 'Oxygen', sans-serif;
	
	
}
.buttn-order{
	border:3px solid transparent!important;
	height: inherit!important;
	line-height: 18px!important;
	padding: 5px 15px!important;
	border-radius: 3px!important;
}
.buttn-save{
	height: inherit!important;
	line-height: 18px!important;
	padding: 5px 15px!important;
}

.noreply{
	text-align: center!important;
}


.foooter_talk_blk .Ph_link_top {background:none!important;font-size: 11px;font-weight: 500;color: #613b15;float: left;padding:3px 0 0 0;text-align: left;font-family: 'Oxygen', sans-serif; margin-right:10px;width:100%;}
.foooter_talk_blk .fa{
	font-size: 20px!important;
	color: #ffffffz!important;
	float: left;
	margin-right: 10px;
}
.email_link_top span, .Ph_link_top span{color: #613b15; text-transform:uppercase; font-size: 12px;}
.foooter_talk_blk .email_link_top span, .foooter_talk_blk .Ph_link_top span{color: #DDD; text-transform:uppercase; font-size: 12px;}
.email_link_top a{
	word-break:break-all;
	font-family: 'Oxygen', sans-serif;
	font-weight: 500;
	text-decoration: none;
	font-size: 16px;
	color: #303030 !important;
}
.email_link_top a:hover{color:#613b15!important;}
.email_link_top {width:100%;background:inherit!important;font-size: 12px;font-weight: 500;color: #613b15;height: 33px;float: left;text-align: left;padding-left: 0px; font-family: 'Oxygen', sans-serif; min-height:38px;}
textarea:focus, input:focus{
    outline: none;
}
.email_link_top .fa{
	font-size: 18px!important;
	color: #613b15 !important;
	float: left;
	margin-right: 10px;
}
.re-opt-table td textarea{width: 252px;height: 35px;font-family: 'Oxygen', sans-serif;font-size: 15px; padding:6px;border: #e7e7e7 solid 1px;border-radius: 4px;resize: none}
.re-opt-table td input[type=button]{width: 66px;height: 26px;background:#613b15; text-align:center; color:#FFF; font-size:12px; border:0px; margin:0 0px 0 0; cursor:pointer; border-radius:3px; -moz- border-radius:3px; -webkit- border-radius:3px;}
.re-opt-table td input:hover[type=button]{background:#ae8750 ;}
.opt-art select{width:135px;padding:5px 3px;border: #ededed solid 1px;border-radius: 4px; height:30px}
.btn-my-uploads{padding:0 10px; height:29px;background:#613b15; text-align:center; color:#fff !important; display:block; line-height:29px; border-radius:4px;font-size:13px; border:0!important;}
.next_btn{
	width: 60px;height: 26px;background:#613b15; text-align:center; color:#FFF; font-size:12px; border:0px; margin:0 0px 0 0; cursor:pointer; border-radius:3px; -moz- border-radius:3px; -webkit- border-radius:3px;
}
.next_btn:hover{background:#ae8750 ;}
.btn-back{width: 60px;height: 25px;background:#613b15; text-align:center; color:#FFF!important; font-size:12px !important; border:0px; margin:0px; cursor:pointer;  display:inline-block; line-height:25px; font-weight:normal !important; border-radius:3px; -moz- border-radius:3px; -webkit- border-radius:3px;}
.opt-browse th{padding:0px 0 3px 10px!important; text-align:left; font-size:17px; color:#613b15!important; font-weight:normal}
.category-lists li:last-child{border-bottom:none}
.category-lists li a{color:#868686}
.category-lists li a:hover{color:#613b15; text-decoration:none}
.category-lists{
	margin:5px 0 10px 0;
	padding:0;
}
.art-controls th{padding:0px 0 3px 0; text-align:left; border-bottom:1px solid #EEE; font-size:15px; color:#8a3a08; font-weight:normal}
.footer_content_row h3{
	font-family:'Oxygen', sans-serif;
	font-weight:700;
	color:#222; margin:10px 0 0 0; text-transform: uppercase
}

.footer_content_row h2 {
    font-family: 'Oxygen', sans-serif;
    font-weight: 700;
    color: #222;
    text-transform: uppercase;
}
#copyright_rgt a:link, #copyright_rgt a:active, #copyright_rgt a:visited{
	color: #494949;
    font-weight: 700;
	text-decoration:none;
}

#copyright_rgt A:hover{
	color:#613b15;
}
.order-now{
	width:100px; 
	height:30px;background:#fff; 
	cursor:pointer; border:2px solid #613b15; font-family: 'Oxygen', sans-serif; color:#613b15; 
	font-size:13px!important; font-weight:600!important;
	text-transform: uppercase;
	padding:0px 10px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	transition: all 0s;
	-moz-transition: all 0s;
	-webkit-transition: all 0s;
}
.home_cat_icon{
	text-align:center;
height:240px;	/*background:#ccc;
	float:left;*/
	 background-color: #fff;
}
.list_desc span{
	font-family:'Oxygen', sans-serif; 
	color:#613b15!important; 
	padding:3px 0px 3px 0px;
	font-size:15px; 
	font-weight:500;
}
.comm_div img{
	max-height:250px;
}
.clipart_container label b{display:block; padding:10px 0; text-align:left !important; background:#ebebeb; color:#656565; padding:5px; margin:0 0 15px 0}
.left_center_container_admin {
	width:284px!important; 
border:1px solid #dedede!important;
background-color:#fff!important; 
padding:0 0 0px 0; font-family:Arial, Helvetica, sans-serif!important; border-radius:0;
-webkit-box-shadow:1px 1px 3px rgba(0, 0, 0, 0.15);-moz-box-shadow:1px 1px 3px rgba(0, 0, 0, 0.15);box-shadow:1px 1px 3px rgba(0, 0, 0, 0.15);
min-height:155px;}
.left_center_content {width:270px;  min-height:100px; margin:0 auto; padding:15px 0 0 0;font-family: 'Oxygen', sans-serif; }
div.colorPicker-palette {
  background: #FFF!important;
  width: 110px;
  position: absolute;
  border: 1px solid #B6BCBF;
  background-color: #EFEFEF;
  padding: 5px!important;
  z-index: 9999;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
   box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.14);
   -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.14);
   -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.14);
}
.list_name{
	margin:0 0 10px 0;
	text-align:center;
	color:#585858;
	font-size:15px;
	font-family: 'Oxygen', sans-serif;
	font-weight:500;
	padding:10px 5px 0 5px;
	min-height: 18px;
	z-index: 100;
    position: absolute;
}
.product_box:hover{
	color: #fff!important;
}
.get_btn{
	background:#613b15;
	padding:5px 20px;
	font-family: 'Oxygen', sans-serif;
	font-size:13px;
	font-weight: 600;
	text-transform: uppercase;
	color:#FFF;
	height:30px;
	border:0; 
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	cursor:pointer;
	transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
}
.get_btn:hover{
	background:#db3829;
}
.login_button{
	height:30px;
	border:none;
	background-color: #613b15;
	color:#FFFFFF;
	font-family: 'Oxygen', sans-serif;
	font-size:13px;
	font-weight: 600;
	text-transform: uppercase;
	padding:0px 15px 0px 15px;
	margin-bottom:15px;
}
.btn-input:hover {
    background: #ae8750 !important;
}
#usrlogin label{
font-weight: 700;
   margin-bottom: 10px;

}
.comm_side_module_img{padding:11px 30px 0px 40px; margin: 0 0 0 0;}
.comm_side_module{
	clear:both;
	margin-bottom:10px;
	margin-top:0%;
	border-left: 1px solid #e2e2e2;
} 
.buttn_admin{
	height:32px!important;
	border:none;
	background-color:#613b15;
	color:#FFFFFF;
	font-family: 'Oxygen', sans-serif!important;
	font-size:13px!important;
	font-weight: 600;
	text-transform: uppercase;
	cursor:pointer;
	padding:0px 15px 0px 15px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}
.secondary_button{
	height:30px;
	border:none;
	background:#A6A6A6;
	color:#FFFFFF;
	font-family: 'Oxygen', sans-serif;
	font-size:13px;
	font-weight: 600;
	text-transform: uppercase;
	cursor:pointer;
	padding:0px 15px 0px 15px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}
.footer_content_row li a{
	font-family: 'Oxygen', sans-serif;
	font-weight:500;
	text-decoration:none;
	font-size: 16px;
	color: #303030 !important;
}
.footer_content_row li a:hover{
	color:#613b15!important;
}
.pp-form td input[type=text]{width:100% !important;border:1px solid #dbdbdb; height:35px; padding:2px 5px; border-radius:4px}
.pp-form td input[type=password]{width:100% !important;border:1px solid #dbdbdb; height:35px; padding:2px 5px; border-radius:4px; float:left !important}
.save-table input[type=text], .login_input1{width:100% !important;border:1px solid #dbdbdb; height:30px; padding:2px 10px!important; border-radius:4px}
.save-table input[type=password]{width:100% !important;border:1px solid #dbdbdb; height:30px; padding:2px 10px!important; border-radius:4px; float:none !important}
input[type=button].dlt_btn{
	width: 60px; height: 25px; background:#939393!important; text-align:center; color:#FFF!important; font-size:12px !important; border:0px; margin:0px; cursor:pointer;  display:inline-block; line-height:25px; font-weight:normal !important; border-radius:3px; -moz- border-radius:3px; -webkit- border-radius:3px;}
}

.striked_price{
	font-family: 'Oxygen', sans-serif; color:#f06a35 !important;
	font-size:16px; font-weight:200 !important;
	padding-bottom:20px !important;
}

.title_striked_price
{
	color:red !important;
}

.help_content  ul
{
	margin-left:28px!important;
	 list-style-position: outside!important;
}

.help_content p
{
	margin-bottom: 0!important;
	 font-size: 14px; font-family: Oxygen;
	 line-height: 24px;
}

.help_content  ul
{
	margin-left:28px!important;
	 list-style-position: outside!important;
}

.help_content p
{
	margin-bottom: 0!important;
}
.no-top-brd
{
	border-top:0!important;
}
/*.text{
	margin: 10px;
}*/
.login_table_new .input.text{
	margin: 0!important;
}
p.copyright_text{
	margin: 10px;

}
strong.style2{
	color: #494949;
}
.cms_content p{
  padding-bottom: 10px!important;
}
p.style1{
	padding-bottom: 20px!important;
}