.template a {
	color: #cc0099;
		font-size:13px;
    text-decoration: none;
	font-weight: bold;
}
.template a:hover {
	color: black;
}
.template table{
    width: 100%;
    border-collapse:collapse; 
	float:left;
	}
.template table caption{
	font-style: normal;
	font-variant: normal;
	font-size: 22px;
	line-height: 44px;
	font-size-adjust: none;
	font-stretch: normal;
	-x-system-font: none;
	font-weight: normal;
	color:#3b2e35;
	background:url(../images/cat_top_bg.jpg);
	border:#cc9999 solid 1px;
	padding-left:15px; text-align:left;
}

.template table tr {
	/*height: 2em;*/
    /*line-height: 3em;  */
}

.template table td,
.colheader, .filterheader {
    /*border: white solid 1px;*/
	text-align: left;
    /*padding: 0px 5px 0px 5px;*/
	height:15px;
}
.filterheader input {
    height: 1.2em;
    font-size: 1em;
    width: 8em;
}
.filterheader select {
    height: 1.6em;
    font-size: 1em;
    width: 8em;
}
.template table td td.celltext {
    white-space: nowrap;
}
table.replyform
{
border:#cc9999 solid 0px; margin-left:1px;
background-image: url(../images/formsbg.jpg);
background-repeat:repeat-x; background-position:bottom;
}

table.replyform td.copy1{
border-left:#cc9999 solid 1px;
}
table.replyform td.copy5{
border-right:#cc9999 solid 1px;overflow:hidden;
}
table.replyform td.footer{
border:#cc9999 solid 1px;
border-top:0;height:10px;

}
table.replyform input,table.replyform textarea{
border:#cc9999 solid 1px;}
table.replyform input.fixed,table.replyform textarea.fixed{width:310px;}	
#signupForm input,#signupForm textarea,#editsignupForm input,#editsignupForm textarea,#signupForm select, #editsignupForm select{
border:#cc9999 solid 1px;width:300px;margin-top:2px;padding:0;}
.defaultSimpleSkin table tr{border:#cc9999 solid 1px; background:#f9f9f9;}
#signupForm select,#editsignupForm select{width:302px;}
#signupForm .copy1,#editsignupForm .copy1{width:210px;}
#signupForm label.error,#editsignupForm label.error{display:block;clear:both;float:left;font-size:13px;font-weight:normal;width:500px;
background-image: url(../images/error_icon.gif); text-indent:20px;
 background-repeat:no-repeat; background-position:3px left;}
#signupForm input.radio,#signupForm input#agree,#editsignupForm input.radio,#editsignupForm input#agree{width:20px;}
table#address_tools1{border:#cc9999 solid 1px;border-top:0;padding:0;margin-left:2px;background:#fff;}	
table.replyform input.fixedright{width:88px;}
.template table thead {
    background: #CCCC99; 
}
.button3,.button{background:#ce9e9e;
		font:normal 100%  "Bookman Old Style",Arial, Helvetica, sans-serif;
		font-size:14px; font-weight:bold; letter-spacing:1px; border:0;padding:3px 6px 3px 6px;
}
.button1{	background-image: url(../images/manage.jpg);
		font:normal 100%  "Bookman Old Style",Arial, Helvetica, sans-serif;
		font-size:14px; font-weight:bold; letter-spacing:1px; width:90px; border:#b6bcc8 solid 1px;padding:0px 0px 0px 0px;
}
.title {
/*    border: none;
	color: black;
	text-align: left;
    float: left;
	font-weight:bold;*/
	text-align:left;
}
.headermethod {
	color: #CCFFFF;
	text-align: right;
    float: right;
}
.title a, .headermethod a {
	color: #CCFFFF;
}

.title a:hover, .headermethod a:hover{
	color: white;
}
.cell, .label, .cell0, .label0{
font-size: 13px;
text-decoration: none;
font-weight:bold;
padding-left:20px;
color:#0b0505;
}
.cell1, .label1{
font-size:13px;
}
  
.detailsTemplate .label0, .detailsTemplate .label1{
    width: 30%;
}          
.detailsTemplate .cell0, .detailsTemplate .cell1{
    width: 70%;
}          
.formTemplate .label0, .formTemplate .label1{
    width: 20%;
}          
.formTemplate .cell0, .formTemplate .cell1{
    width: 80%;
}
#fieldset-create_form .label {
    width: 70%;
}
.label, .label0, .label1 {
    font-weight: bold;
}
@media print {
    .template table caption{
        border: 1px solid black;
    }
    .headermethod, #sponsorsContainer, .filterheader {
        display: none;
    }
    .template table td, .template table th, .cell0, .cell1{
        border: 1px solid #000000;
    }
    .template a, .template a:hover { color: black; }
}

         
.template table td.separator, .template table td.submitfooter {

    font-size:12px;
    font-weight:bold;
    text-align:center;
}           
.expl{ 
    color:gray; 
  	font-size: 8pt;
  	font-weight: normal;
    white-space: normal;
    line-height: 1em;  
}

/* table sort */

.table-sortable {
	cursor:pointer;
	background-image:url("../images/sortable2.gif");
	background-position: 18px center;
	background-repeat:no-repeat;
	padding-left:40px;
}
.table-sorted-asc {
	background-image:url("../images/sorted_up2.gif");
	background-position: 18px center;
	background-repeat:no-repeat;
	padding-left:40px;
}
.table-sorted-desc {
	background-image:url("../images/sorted_down2.gif");
	background-position: 18px center;
	background-repeat:no-repeat;
	padding-left:40px;
}

.hover-click {
	background: #e3e0d1;
}
/* Pager tool styles */
ul.pager {
	margin-bottom: 10px;
	list-style: none;
	text-align: right;
	
}
ul.pager li {
	margin: 0;
	padding: 0px;
	list-style: none;
	display: inline;
    color:#333; 
    font-weight: bold;
	font-size:12px;	
	vertical-align:middle;
}
ul.pager li a { 
 font-size:10px;
	display:inline-block;
	text-align: center;
	color: #333;
	padding:2px 4px 2px 4px;
	border:1px solid #cc9999;
	background-image: url(../images/manage.jpg);	
	vertical-align:middle;
}
ul.pager li a img{
	vertical-align:middle;
}
ul.pager li a:hover { 
    /*color:#0066cc;*/
	display:inline;
	background-color: #009900;
	text-align: center;
	text-decoration:none;
	color: #333;
	background-image: url(../images/post.jpg);
	
}
#infoText {
clear:both;float:left;
    height:30px;
    line-height: 30px;
    width:873px; 
    text-align: center;
    background: #cbcc66;
	color: #000000;
	font-size:20px;
	text-transform:capitalize;
	text-decoration:blink;
    font-weight: normal;
    margin:5px 0px 5px 0px;
		background-image: url(../images/cat_bg.jpg);
		border:#996699 solid 1px;
}
.sortingHighlight { background: #B7BEA6;}

/* 'Reply to this posting' and 'Email this to a friend' links */
.friendAndResponse td a {
    background: #81a249;
    color:#fff;
    font-size: 11px;
	padding: 5px 20px;
	text-decoration:none;
}
.friendAndResponse td a:hover {
	text-decoration:underline;    
    color:#fff;
}

.friendAndResponse table {
    width: 100%;
}
.friendAndResponse table td {
    width: 50%;
    text-align: center;
}

/* Pictures related: */
td.pictures {
    width: 206px;
    background: #EDEDEC;
    border-left: 1px solid white;
    vertical-align: top;
    text-align: center;
}
.pictures table {
    border-spacing: 5px;
    border-collapse: separate;
    width: 195px;
}
.pictures table tr td {
    border: 1px solid #B6B7B2;
    padding: 3px;
    text-align: center;
    vertical-align: middle;
}
.pictures table tr td img {
    margin: 0px auto;
}
.pictures table tr td.mainpic {
vertical-align:middle;
}

div.picture {
    /*border: 1px solid #B6B7B2;*/
    padding: 10px;
    width: 120px;
    /* height: 90px;
    line-height: 90px; */
    text-align: center;
    vertical-align: middle;
}
div.picture img {
    margin: auto;
	 border:#b9b3b3 solid 3px;
}
td.mainpic div.picture
{
    width:auto;
    height:auto;    
    border: 0px; vertical-align:middle;
}
td.mainpic div.picture img{ border:0;}

#heading{
	font-style: normal;
	font-variant: normal;
	font-size: 22px;
	line-height: 44px;
	font-size-adjust: none;
	font-stretch: normal;
	-x-system-font: none;
	font-weight: normal;
	color:#3b2e35;
	background:#ffffff url('../images/cat_top_bg.jpg');
background-repeat:repeat-x;
	border:#cc9999 solid 1px;
	padding-left:15px; 
}
#heading2{
	font-style: normal;
	font-variant: normal;
	font-size: 18px;
	line-height: 24px;
	font-size-adjust: none;
	font-stretch: normal;
	-x-system-font: none;
	font-weight: normal;
	color:#3b2e35;
	background:#FFFFFF url('../images/cat_top_bg.jpg'); background-position:-20px;
	border:#cc9999 solid 1px;
	padding-left:15px; 
}
	
	#heading-box  {
	margin-top: 0px;
	/*padding-top: 2px;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #009933;
	padding-left: 5px;
	/*margin-top:5px;*/
	height:30px;
}


td.cell_0 a:link,td.cell_0 a:visited,td.cell_0 a:active,td.cell_1 a:link,td.cell_1 a:visited,td.cell_1 a:active{
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: normal;
	font-size-adjust: none;
	font-stretch: normal;
	-x-system-font: none;
/*	color: #0f0909;*/

	text-decoration: none;
	font-weight:bold;

}

td.cell_0 a:hover,td.cell_1 a:hover{
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: normal;
	font-size-adjust: none;
	font-stretch: normal;
	-x-system-font: none;
	color: #0f0909;
	text-decoration: none;
	font-weight:bold;
}

#heading-box a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	color: #333333;
	
	

}
#heading-box a:hover,active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	color: #009933;

}

table.pictures  {
    border-spacing: 5px;
    border-collapse: separate;
	}
table.pictures  tr td {
    border: 1px solid #cc9999;
    padding: 3px;
    text-align: center;
    vertical-align: middle;
	background:#fff;
}
table.pictures  tr td img {
    margin: 0px auto;
}
table.pictures  tr td.mainpic {
    height:148px;    
}



.greywrite{
	font-family: arial,serif;
	font-style: normal;
	font-variant: normal;
	font-size: 11px;
	line-height: normal;
	font-size-adjust: none;
	font-stretch: normal;
	-x-system-font: none;
	font-weight: normal;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #131313;
}


 #adBusiness a:link,#adBusiness a:visited,#adBusiness a:active{
	font-family: "Trebuchet MS",arial,serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: normal;
	font-size-adjust: none;
	font-stretch: normal;
	-x-system-font: none;
	color: #0005cf;
	text-decoration: underline;
	
}
 #adBusiness a:hover{ 
	font-family: "Trebuchet MS",arial,serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: normal;
	font-size-adjust: none;
	font-stretch: normal;
	-x-system-font: none;
	color: #0005cf;
	text-decoration: none;
}	

.hdr3 {
color: #000000;
font-size: 16px;
font-family: Arial,Helvetica;
}

.hdr11 {
color: #000000;
font-weight: bold;
font-size: 15px;
font-family: Verdana,Arial,Helvetica;
}

.copy1{
font-size: 13px;
text-decoration: none;
font-weight:bold;
padding-left:20px;
color:#0b0505;
}

.copy5 {
font-size: 13px;
text-decoration: none;
line-height: 13pt;
font-weight:bold;
color:#5c5857;

}
.copy5 a:link,.copy5 a:visited{color:#5c5857;}
td .copy5 a:hover{font-size: 13px;
text-decoration: underline;
line-height: 13pt;
font-weight:bold;
color:#5c5857;
}
#item_top_control1 a:link,#item_top_control1 a:visited,#item_top_control1 a:hover{
font-size:16px;font-weight:normal;display:inline;

}
label.error{
color:#FF0000;
}


#store_main{

width:760px;

height:auto;

margin:0px;

background:#999900;

}

#sotretop{

width:760px;

height:49px;

float:left;

background:url(../images/topgeen_bg.png) repeat-x;
-moz-border-radius:10px;
}

	#sotretopbox{

	width:690px;

	height:49px;

	float:left;

	}

	#sotretopboxtext{

	width:310px;

	height:49px;

	float:left;


	font-size:22px;
	text-align:center;
	color:#663333;



	}

	#sotretopboxbasic{

	width:121px;

	height:auto;

	float:left;

	font-family:Arial, Helvetica, sans-serif;

	font-size:12px;

	text-align:center;

	font-weight: bold;

	color:#375301;

	}

	#sotretopboxpremium{

	width:121px;

	height:auto;

	float:left;

	font-family:Arial, Helvetica, sans-serif;

	font-size:12px;

	text-align:center;

	font-weight: bold;

	color:#375301;

	}

	#sotretopboxsuper{

	width:121px;

	height:auto;

	float:left;

	font-family:Arial, Helvetica, sans-serif;

	font-size:12px;

	text-align:center;

	font-weight: bold;

	color:#375301;

	}	







#sotrecontent{

width: 690px;

height:auto;

float:left;

}

#storebox{
background-color: #fbf5f5;

background-image: none;

background-repeat: repeat;

background-attachment: scroll;

background-position: 0% 0%;

width: 690px;
}

	#s_text{

	width:310px;

	height:auto;

	float:left;

	margin:5px;

	text-align:justify;

	font-weight:bold;

	font-size:12px;

	color:#663333;



	}
	#store_main{background:#fbf5f5;overflow:hidden;}

	#s_basic{

	width:121px;

	height:auto;

	float:left;

	margin-top:5px;

	font-family:Arial, Helvetica, sans-serif;

	font-size:12px;

	text-align:center;

	font-weight: bold;

	color:#375301;

	}

	#s_premium{

	width:121px;

	height:auto;

	float:left;

	margin-top:5px;

	font-family:Arial, Helvetica, sans-serif;

	font-size:12px;

	text-align:center;

	font-weight: bold;

	color:#375301;

	}

	#s_super{

	width:121px;

	height:auto;

	float:left;

	margin-top:5px;

	font-family:Arial, Helvetica, sans-serif;

	font-size:12px;

	text-align:center;

	font-weight: bold;

	color:#375301;

	}	

#storebox1{

width:690px;

height:auto;

float:left;
margin-top:5px;
background:#FFFFFF;

border:1px solid #E4E5D8;
-moz-border-radius:8px;

}

	#s_text1{

	width:310px;

	height:auto;

	float:left;

	margin:5px;

	text-align:justify;


	font-size:12px;

	font-weight:bold;

	color:#663333;



	}

	#s_basic1{

	width:121px;

	height:auto;

	float:left;

	margin-top:5px;


	font-size:12px;

	text-align:center;

	font-weight: bold;
color:#663333;

	}

	#s_premium1{

	width:121px;

	height:auto;

	float:left;

	margin-top:5px;


	font-size:12px;

	text-align:center;

	font-weight: bold;

	color:#663333;

	}

	#s_super1{

	width:121px;

	height:auto;

	float:left;

	margin-top:5px;


	font-size:12px;

	text-align:center;

	font-weight: bold;

	color:#663333;

	}	

#payButton{
display:block;
width:90px;
height:20px;
float:left;
background-image: url(../images/tabs_a_middle.png);
text-align:center;
/*border:yellow solid 1px;*/
color:#FFFFFF;
text-decoration:none;
padding-top:7px;
font-weight:bold;
}



#newheader{
width:694px;
height:auto;
float:left;
}


#cotainerforLogo{
width:100%;
}

#memberlogos{
width:170px;
/*height:110px;*/
height:auto;
float:left;
margin:10px 0px 0px 10px;

}

#store_description{
width:100%;
/*height:120px;*/
	
	height:auto;
	float:left;
	overflow:hidden;
	font-size:12px;
	text-decoration:none;
	background:#e2b9e5;
	
	
}
#tabbuttonsbox{
width:185px;
height:auto;
float:right;
margin-top:10px;

}
#emailbutton{
	width:180px;
	height:25px;
	float:left;
	margin-top:3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	background:url(../images/ibuttonm.png) repeat-x;
	}
	.email_img{
	height:25px;
	width:150px;
	float:left;
	margin-top:3px;
	margin-left:10px;
	padding-left:30px;
	padding-top:3px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	background:url(../images/emailicon.png) no-repeat;
	}	
	.email_img a{
	text-decoration:none;
	color:#FFFFFF;
	}
#smsbutton{
	width:180px;
	height:25px;
	float:left;
	margin-top:3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	background:url(../images/ibuttonm.png) repeat-x;
	}
	.sms_img{
	height:25px;
	width:150px;
	float:left;
	margin-top:5px;
	margin-left:10px;
	padding-left:30px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	background:url(../images/smsicon.png) no-repeat;
	}	
	.sms_img a{
	text-decoration:none;
	color:#FFFFFF;}
	
#trafficbutton{
	width:180px;
	height:25px;
	float:left;
	margin-top:3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	background:url(../images/ibuttonm.png) repeat-x;
	}
	.tr_img{
	height:25px;
	width:150px;
	float:left;
	margin-top:2px;
	padding-top:3px;
	margin-left:10px;
	padding-left:30px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	background:url(../images/traffice.png) no-repeat;
	}	
	.tr_img a{
	text-decoration:none;
	color:#FFFFFF;}
#ccbutton{
	width:180px;
	height:25px;
	float:left;
	margin-top:3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	background:url(../images/ibuttonm.png) repeat-x;
	}
	.cc_img{
	height:25px;
	width:150px;
	float:left;
	margin-top:3px;
	padding-top:3px;
	margin-left:10px;
	padding-left:30px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	background:url(../images/crediticon.png) no-repeat;
	}	
	.cc_img a{
	text-decoration:none;
	color:#FFFFFF;}

.ad_img{
	height:25px;
	width:150px;
	float:left;
	margin-top:3px;
	padding-top:3px;
	margin-left:10px;
	padding-left:30px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	/*background:url(../images/crediticon.png) no-repeat;*/
	}	
	.ad_img a{
	text-decoration:none;
	color:#FFFFFF;}
.searchbox{
width:102%;
height:25px;
text-indent:5px;

}
.search_left{
width:2%;
height:25px;
float:left;
background:#9999cc;
}
.search_right{
width:98%;
height:22px;
float:left;
color:white;
font-size:12px;
font-weight:bold;
text-align:left;
	color:#333;

	background-color: #9999cc;
padding-top:3px; /*text-align:center;*/

}
.textfield{
width:99%;
height:50px;
padding-top:15px;
border:#9999cc solid 1px;
border-bottom:1;
background:#f9f9f9;
margin:0;overflow:hidden;


}
/*.textfield_bottom{
clear:both;
margin:0;
width:158px;
height:5px;
border:#4889cb solid 1px;
background-image: url(../images/tabs_middle.png);
background-position:center center;
margin:0;overflow:hidden;
}*/
.arrivel{
width:47%;
height:130px;
float:left;
}
.contentbox{
width:102%;
height:25px;
text-indent:8px;
}
.content_left{
width:2%;
height:25px;
float:left;
background:#4889cb;
}
.content_right{
width:260px;
height:22px;
float:left;
color:white;
font-weight:bold;
font-size:16px;
text-align:center;
padding-top:3px;
text-align:left;
color:#333;
background-color: #9999cc;


}
.contentfield{
width:258px;
height:70px;
padding-top:15px;
border:#9999cc solid 1px;
text-indent:5px;
}
.contentfield a{
color:blue;
text-decoration:none;

}

.textarea{
width:100px;
height:17px;
float:left;
}
.bottomstrip{
width:260px;
height:20px;
background:#9999cc;
}
.ulsquare{
list-style-type:square;
font-family:sans-serif;
color:blue;
text-decoration:none;
font-size:10px;

}
div.sidebar{
padding:0;margin:0;
}

td.itemdescription{ background:#cfcfcf;height:20px;line-height:20px; font-weight:bold
}
.copy5 a{ color:#000; font-size:12px; font-weight:bold;}
.copy5 a:hover{ color:#000; font-size:12px; font-weight:normal;}

#gorumForm table{background:#fbf5f5;}
#gorumForm table #name,#gorumForm table #password,#gorumForm table #email
{
width:300px; margin:2px; border:#cc9999 solid 1px;margin-top:10px;
}
#gorumForm table #password{margin-top:2px;}
#gorumForm table #email{margin-bottom:10px;}
#gorumForm table td.cell{padding-left:0;}
#gorumForm table td a{display:inline-block;padding-left:175px;color:#3b2e35;font-size:18px;font-weight:normal; text-decoration:underline; letter-spacing:1px; padding-bottom:10px;}
form#firstForm td.copy1{border:green solid 0px;}
form#firstForm td.copy5{width:475px;}
form#firstForm input{ border:#cc9999 solid 1px; margin-top:4px;}
form#formular input,form#formular textarea,form#formular select{ border:#cc9999 solid 1px; margin-top:4px;width:300px;}
form#formular input.button{width:auto;}
form#frmCreateCoupon input,form#frmCreateCoupon select{ border:#cc9999 solid 1px; margin-top:4px;width:225px;}
form#frmCreateCoupon input.radio{ width:25px;border:0;}
form#frmCreateCoupon input.button{ width:auto;border:0;}
form#firstForm fieldset{margin:0; width:690px;padding:0;font-size:13px;border:#cc9999 solid 1px; }
form#firstForm fieldset legend{margin-left:15px;font-size:16px;rfont-weight:normal;padding:0;}
form#firstForm input.fixed,form#firstForm select,#frmCreateCoupon.fixed{width:300px; border:#cc9999 solid 1px; margin-top:4px;}
form#firstForm textarea{ margin-top:4px;}
form#firstForm input.std{width:40px;}
form#firstForm input.num{width:110px;}
form#firstForm table td table td.copy1{border:red solid 0px;}
form#firstForm table td table td.copy5{border:yellow solid 0px;width:475px;}
form#firstForm input.radio{border:0;}
form#firstForm label.error{display:block;clear:both;float:left;font-size:13px;font-weight:normal;width:450px;
background-image: url(../images/error_icon.gif); text-indent:20px;
 background-repeat:no-repeat; background-position:3px left;}
 form#frmCreateCoupon label.error{display:block;clear:both;float:left;font-size:13px;font-weight:normal;
background-image: url(../images/error_icon.gif); text-indent:20px;
 background-repeat:no-repeat; background-position:3px left;width:400px;}