/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2007 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: stylesheet.css 5952 2007-03-03 06:18:46Z drbyte $
 */
body
{
	margin: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 62.5%;
	color: #000000;
	background-color: #E9BCDA;
	background-image: url('../images/pink_back.jpg');
	background-repeat: repeat-x;
}

td
{
	vertical-align: top;
	padding: 0;
	margin: 0;
}

a img 
{
	border: none; 
}

FORM, SELECT, INPUT
{
	display: inline;
	font-size: 1em;
	margin: 0.1em;
}

TEXTAREA
{
	margin: auto;
	display: block;
	width: 95%;
}

input:focus, select:focus, textarea:focus
{
	background: #E4FEF5;
}

.clearBoth,
br.clearBoth
{
	clear: both;
	font-size:1px;
	height:1px;
	line-height: 1px;
	display: block;
}

/*wrappers - page or section containers*/
#mainWrapper
{
	margin:auto;
	background-image: url('../images/pink_centered.jpg');
	background-position: 50% 0%;
	background-repeat: no-repeat;
	padding: 18px 0px 0px;
	width: 768px;
}

#headerWrapper,
#contentMainWrapper,
#navMainWrapper
{
	background-color: #FFF;
	width: 773px;
	margin:auto;
}

#headerWrapper
{
	background-image: url(../images/header_bg.jpg);
	height: 121px;
	border-bottom: 1px dashed #333;
}

#navMain
{
	float: right;
}

#navMain ul
{
	list-style: none;
	padding: 0;
	margin: 4px 0;
}

#navMain li
{
	float: left;
	border-left: 1px dashed #333;
	padding: 2px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
}
	
#navMain a
{
	color: #333;
	text-decoration: none;
}

#navMain a:hover
{
	text-decoration: underline;
}

#navBreadCrumb
{
	float: left;
	padding: 2px 10px;	
	margin: 4px 0;
}

#navCatTabsWrapper
{
	float:left;
	width: 230px;
}

#navCatTabs ul 
{
	color: #1D3554;
	list-style: none;
	padding: 0;
	margin: 0 auto;
}

h1 
{
	background-image: url(../images/h2.gif);
	background-repeat: no-repeat;
	color: #666;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 2.2em;
	margin-top: 7px;
	padding-left: 20px;
}

.centerColumn
{
	padding: 0 5px;
}

#navColumnOne
{
	width:236px;
	padding:0;
	margin: 0;
}

#navCatTabs li 
{
	background-image: url(../images/menu_li.jpg);
	background-position: 0% 0%;
	background-repeat: no-repeat;
	border: 1px solid #D06D9C;
	margin: 0px 0px 3px;
	padding: 2px;
}

#navCatTabs li a 
{
	background-color: transparent;
	background-image: url(../images/menu_a.jpg);
	background-position: 100% 100%;
	background-repeat: no-repeat;
	border: 1px dashed #D06D9C;
	color: #666;
	display: block;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0px;
	padding: 5px;
	text-decoration: none;
}

.itemTitle,
.itemTitle a
{
	display: inline;
	color: #666;
	font-family: arial, sans-serif;
	font-size: 20px;
	text-decoration: none;
	padding-top: 0;
	margin-top: 0;
}

.itemPrice
{
	float: right;
	color: #8D3D8B;
	font-family: arial, sans-serif;
	font-size: 20px;
}

.listingDescription
{
	display: inline;
}


div.listingDescription
{
	display: block;
}

.listingProductImageHREF
{
	display: block;
	float: left;
}

.centerBoxContentsProducts
{
	padding: 0 0 10px 0;
	border-bottom: 2px dashed #999;
}

.radio_attr_custom
{
	padding: 2px;
	margin: 2px 0 0 2px;
	float: left;
	vertical-align: top;
	border: 1px solid #eaeaea;
}

.radio_attr_custom_2,
.radio_attr_custom_36,
.radio_attr_custom_37
{
	height: 40px;
	width: 210px;
	border: none;
}

.radio_attr_custom_5
{
	height: 60px;
	width: 75px;
}

.radio_attr_custom_5.prod_id_188
{
	height: 80px;
	width: 215px;
}

.radio_attr_custom_3,
.radio_attr_custom_4
{
	width: 150x;
	border: none;
}

.radio_attr_custom img
{
	vertical-align: top;
}

.radio_attr_custom_3 img,
.radio_attr_custom_4 img
{
	width: 120px;
	height: 18px;
}

h4
{
	margin: 2px;
}

wrapperAttribsOptions
{
	padding:0;
	margin:0;
}

#label_preview
{
	width: 100%;
}

#label_preview img
{
	border-top: 1px solid #eaeaea;;
	border-left: 1px solid #eaeaea;;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;;
	margin-bottom: 5px;
}

#loading
{
	height:40px;
	width:40px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-image: url('../images/loading.gif');
}

.listingProductImage
{
	float:left;
}

.buttonRow 
{
	float:left;
	margin:2px;
}

#cartSubTotal
{
	font-weight: bold;
	margin-top: 5px;
	float: right;
}

.rowEven
{
	background-color: #FCF;
	border-bottom: 1px solid #eaeaea;
}

.cartProductDisplay a
{
	text-decoration: none;
}

#custom_action
{
	width: 114px;
  height: 35px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent url(../images/preview.gif) no-repeat center top;
  text-indent: -1000em;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}
