body{
	margin : 0px 0px 0px 0px;
	
}
body, p, li, div, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 13px;
	color: #555555;
}
form{
 margin : 0px 0px 0px;
}
h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size : 18px;
	font-weight : bold;
	color: #FF791F;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;

}

h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size : 16px;
	font-weight : bold;
	color: #FF791F;
	margin-top: 8px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;
	color: #FF791F;
	margin-top: 8px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
p {
	margin-top: 9px;
	margin-bottom: 9px;
}
a {
	color: #FF791F;
}
table.topnav td a {
	display: block;
	color: white;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 15px 0px 15px;
}
table.topnav td a:hover {
	text-decoration: underline;
}

td.leftmenumain {
	padding: 4px 5px 4px 8px;
	background: url('../images/design_10/vertical_menu_separator.jpg') repeat-x bottom left;
}
td.leftmenumain a {
	font-size: 13px;
	text-decoration: none;
}
td.leftmenumain a:hover {
	text-decoration: underline;
}

div.product_list_item {
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 10px;
}
div.product_list_item p {
	margin: 2px 0px 2px 0px;
	padding: 0px;
}
div.product_list_item a {
	font-weight: normal;
}
div.product_list_item img {
	border: 1px solid #CCCCCC;
	padding: 1px;
}
div.product_list_item span.product_list_item_starting_from {
	font-weight: normal;
}
div.product_list_item span.product_list_item_price {
	font-weight: normal;
}

.category_list_item img {
	border: 1px solid #CCCCCC;
	padding: 1px;
}

.xCellBorder{
background-color: #FFFFFF;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
}

.xTopCell{
background-color: #000000;
width: 100%;
}
/*formats the search box in the shoppage_header file.*/
.searchfield{
background-color: #FFFFFF;
border: 1px solid #F38305;
color: #7E7E7E;
font-size: 14px;
font-weight: bold;
}
/*formats the display of the text boxes throughout the front end*/
.txtfield{
background-color: #FFFFFF;
border-bottom-color: #000000;
border-bottom-style: solid;
border-bottom-width: 1px;
border-left-color: #000000;
border-left-style: solid;
border-left-width: 1px;
border-right-color: #000000;
border-right-style: solid;
border-right-width: 1px;
border-top-color: #000000;
border-top-style: solid;
border-top-width: 1px;
color: #333333;
font-family: Arial, Helvetica, sans-serif;
font-size: small;
font-style: normal;
font-weight: normal;
}
.txtfielddropdown{
background-color: #FFFFFF;
color: #333333;
font-family: Arial, Helvetica, sans-serif;
font-size: small;
font-style: normal;
font-weight: normal;
}
.menuhdr{
	font-family: Arial, Helvetica, sans-serif;
	background-color : white;
	color : #FF6600;
	font-size : small;
	font-weight : bold;
	padding : 4px 0px 4px 4px;
	text-align : left;
	border-bottom: 3px solid black;
}
.menubdr{
	background-color : #FF8FFF;
}
.dashed{
	border-left : 1px solid #cccccc;
	border-right : 1px solid #cccccc;
	border-bottom : 1px solid #cccccc;
	background-color : #FF6600;
}


.dottedBorder {
	border: 1px dotted #cccccc; 
	background-color: #F9F9F9;
	padding: 5px	
}

.submitbtn {
   color:#FF8FFF;
   background-color: #FFF5FF;
   font-size: small;
   font-weight: bold;
   border:1px solid #aaaaaa;
}

/*formats the header text throughout the site*/
.txtheader{
color: #000000;
font-size: small;
font-style: normal;
font-weight: bold;
}
/*formats the mini cart subtotal  in the right menu*/
.cartsubtotalminicart{
color: #000000;
font-size: small;
font-style: normal;
font-weight: bold;
text-align: right;	
}


.hdrproduct{
color: #000000;
font-size: 12px;
font-style: normal;
font-weight: bold;
}

/*friends of FC table */
table.friends_of_fc_table {
	border-collapse: collapse;
	width: 100%;
}
table.friends_of_fc_table td.fofc_left_cell {
	padding: 10px 5px 10px 0px;
	vertical-align: center;
	text-align: center;
	border-bottom: 1px solid #DEDEDE;
}
table.friends_of_fc_table td.fofc_right_cell {
	padding: 10px 5px 10px 15px;
	vertical-align: center;
	border-bottom: 1px solid #DEDEDE;
}
table.friends_of_fc_table img {
	/*border: 1px solid #999999;
	padding: 1px;*/
}

#more_info_container {
	width: 800px;
	height:500px;
	position: absolute;
	top: 90%;
	left: 50%;
	margin-top:100px;
	margin-left:-400px;
	border: 1px solid #333333;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #F2F2F2;
	overflow: auto;
	z-index: 999999;
}
#more_info_padding {
	padding: 10px;
}
#more_info_close_button {
	float: right;
	display: block;
	width: 80px;
	text-align: right;
}
