
* {
	margin:0;
	padding:0;
	}
	

/* Begin Settings and Classes */
a {
	text-decoration:none;
	color:#000;
	}
	
a:hover {
	border-bottom-color:#000;
	}
	
h1 a, h2 a, h3 a {
	border:none;
	}
		
h1 a:hover, h2 a:hover, h3 a:hover, #sitename:hover {
	color:#555;
	}

p {
	margin:1.5em 0;
	}
	
h1, h2, h3 {
	font-weight:bold;
	font-family:"Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
	letter-spacing:-.05em;
	margin:12pt 0 .25em;
	}
	
h1 {
	font-size:2.5em;
	color:#000;
	}
	
h2 {
	font-size:2em;
	color:#666;
	}
	
h3 {
	font-size:1.5em;
	}
	
	
small {
	font-size:9pt;
	color:#000;
	}
.formSelect
{
	border: 1px solid #ccc;
	font-size: 9pt;
	width: 247px;
}
.stateCountrySelect
{
	font-size: 7pt;
	padding: 3px;
}

.formCheckBox
{

}
.inputText
{
	border:1px solid #ccc;
	background:#fff;
	font-size:9pt;
	
	
}
.disabledText
{
	border:1px solid #fff;
	background:#fff;
	font-size:9pt;
	padding:3px;
	color: #000;
	
}
.inputText1
{
	border:1px solid #ccc;
	background:#fff;
	font-size:12pt;
	padding:0px;
	
}
.inputTextPage
{
	border:1px solid #ccc;
	background:#fff;
	font-size:9pt;
	text-align: center;
}
.inputButton
{
	font-size: 9pt;
	
}
.billingTable
{
	border: 1px solid black; 
	border-collapse: collapse;
	height: 300px;
}
.shippingTable
{
	border: 1px solid black; 
	border-collapse: collapse;
	height: 300px;
}
.checkoutHeader
{
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid black; 
	border-collapse: collapse;
	vertical-align: middle;
	height: 25px;
}
.redText
{
	color:#FF0000;
	font-weight:bold;
	font-size:9pt;
}
.blueLink
{
	color:blue;
	font-size:.9em;
}
/*Styling of the product table */
.productTableData
{
	font-size:9pt;
	color: #000000;
	text-align: center;
}
.productTableDataRight
{
	font-size:9pt;
	color: #000000;
	text-align: right;
	font-weight: bold;
}
.productTableHeader
{
	font-size:9pt;
	color: #000000;
	text-align: center;
	vertical-align: bottom;
	font-weight: bold;
	text-decoration: underline;
}
.billShipTableHeader
{
	font-size:9pt;
	color: #000000;
	text-align: left;
	padding-left: 10px;
	vertical-align: middle;
	font-weight: bold;
}
.billShipTableData
{
	
	font-size:9pt;
	color: #000000;
	padding-right: 20px;
	text-align: left;
	vertical-align: middle;
}
.billShipTableData1
{
	
	font-size:9pt;
	color: #000000;
	text-align: left;
	padding:3px;
}

.formTableHeader
{
	font-size:9pt;
	color: #000000;
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
}
.formTableData
{
	font-size:9pt;
	color: #000000;
	text-align: left;
	vertical-align: middle;
}	
 .tableData
{
	text-align: left;
}

 .tableData1
{
	text-align: right;
}
.clear { 
	clear:both;
	height:0;
	line-height:0;
	font-size:1px;
	}
		
.alignleft {
	float:left;
	}
	
.alignright {
	float:right;
	}
img
	{
		border: none;
	}

.aligncenter, div.aligncenter, img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}


/* Begin Structure */
body {
	/*background:#fafafa;*/
	background: #666;
	font:62.5% Arial, Helvetica, sans-serif;
	color:#444;
	text-align:center;
	}
	
#page {
	background:#fff;
	margin:20px auto;
	text-align:center;
	border: 1px solid #ccc;
	width:1000px;
	text-align:left;
	}
#billingGrid
{
	border: 1px solid black;
	border-collapse: collapse;
	width: 60%;
}
#billingGrid td
{
	border: 1px solid black;
	text-align: left;
	font-size: 9pt;
}
#billingGrid th
{
	border: 1px solid black;
	text-align: center;
	font-size: 9pt;
	font-weight: bold;
}
/* Begin Header */	
#header {
	background:#fff;
	padding:10px;
	border-bottom:1px solid #ccc;
	text-align: center;
	}
			
/* End Header */
#logoSpan
{
	text-align: center;
}
#shoppingCart {
	float: right;
	font-size: 1em;
	text-align: right;
	padding-right: 10px;
}
#quickAdd
{
	text-align: left;
	border: 1px solid #eeeeee;
	width: 150px;
}
#quickAddLabel
{
	width: 25%;
}
#quickAddHeader
{
	font-weight: bold;
	text-align: center;
	background: #eeeeee;
}
/* Begin Page List */
#nav {
	height:30px;
	line-height:30px;
	font-size:9pt;
	font-weight:bold;
	border-bottom:1px solid #ccc;
	background:#f5f5f5;
	}
	
	#nav li {
		float:left;
		list-style:none;
		padding:0 10px;
		}
		
		#nav li a {
			border:none;
			padding:2px 10px;
			/*background:#ddd;*/
			}
			
		#nav li a:hover, #nav li.current_page_item a, #nav li.current_page_parent a {
			background:#ccc;
			}

		
/* Begin Content */	
#content {
	font-size:1.2em;
	line-height:1.4em;
	float:left;
	padding:20px 0 20px 20px;
	width:660px;
	background:#ffffff;
	}
#contentFull {
	font-size:1.2em;
	line-height:1.4em;
	float:left;
	padding:20px 0 20px 20px;
	width:970px;
	background:#ffffff;
	}
	
/* Begin Sidebar */
#sidebar {
	float:right;
	font-size:1.12pt;
	padding:20px 20px 20px 0;
	width:300px;
	text-align:center;
	background:#ffffff;
	}

	#sidebar table{
		border:1px solid #cc0000;
	}
	
	#sidebar ul {
		padding:10px;
		background:#ffffff;
		border:1px solid #ccc;
		}
		
		#sidebar ul ul {
			padding:0 0 0 10px;
			background:none;
			border:none;
			}
		
		#sidebar ul li {
			list-style:none;
			margin-bottom:15px;
			}
		
		#sidebar li li {
			margin:5px 0;
			}
	#sidebar h4 {
		padding:5px;
		font-size:1.2em;
		background:#ccc;
		}
/* End Sidebar */


/* Begin Footer */
#footer {
	background:#fff;
	padding:20px;
	border-top:1px solid #ccc;
	text-align:center;
	}
/* End Footer / End Structure */
#menu-wrap {
	height:30px;
	background-color:#eee;
	border-bottom:1px solid #ddd;
}
#customerService
{
	display:block;
	text-decoration:none;
	color:#000;
	font-size: 12pt;
	border:none;
	line-height:30px;
	text-align: right;
}
/* hack to correct IE5.5 faulty box model */
* html #menu-wrap {
	width:100%;
}

/* remove all the bullets, borders and padding from the default list styling */
#menu-wrap * {
	list-style-type:none;
	margin:0;
	padding:0;
}

#menu-wrap li,#menu-wrap a,#menu-wrap div {
	margin:0;
	padding:0;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#menu-wrap ul li {
	float:left;
	position:relative;
	line-height:30px;
	border-right:1px solid #fff;
}

/* style the links for the top level */
#menu-wrap ul a, #menu-wrap ul a:visited, #menu-wrap div {
	display:block;
	text-decoration:none;
	color:#000;
	padding:0 10px;
	border:none;
}


* html #menu-wrap ul ul a, * html #menu-wrap ul ul a:visited {
	width:150px;
	font-size:12pt;
}

/* style the top level hover */
#menu-wrap a:hover ,#menu-wrap li:hover {
	color:#000;
	background:#ccc;
}

#menu-wrap li.selected_page a {
	background-color:#999;
	color:#fff;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
#menu-wrap table {
	position:absolute;
	top:0;
	left:0;
	border-collapse:collapse;
}

.basicbord {
 background-color: #cc0000;
 /* background-color: #cc0000; */
}
/*style for our pop up modal */
#backgroundPopup{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:100%;
	width:100%;
	top:0;
	left:0;
	background:#000000;
	border:1px solid #cecece;
	z-index:1;
}
#popupContact{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:684px;
	width:708px;
	background:#FFFFFF;
	border:2px solid #cecece;
	z-index:2;
	padding:12px;
	font-size:13px;
	overflow: auto;
}
#popupContact h1{
	text-align:left;
	color:#6FA5FD;
	font-size:22px;
	font-weight:700;
	border-bottom:1px dotted #D3D3D3;
	padding-bottom:2px;
	margin-bottom:20px;
}
#popupContactClose{
	font-size:14px;
	line-height:14px;
	right:6px;
	top:4px;
	position:absolute;
	color:#6fa5fd;
	font-weight:700;
	display:block;
}
#button{
	/*text-align:center;
	/*margin:100px;*/
}
/*datepicker styling */
input.dp-applied {
	width: 140px;
	float: left;
}
a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 5px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url('calendar.png') no-repeat; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
p-applied {
	width: 140px;
	float: left;
}