html {
	overflow: -moz-scrollbars-vertical;
	
	margin: 0;
	padding: 0;
	background: #FFF url(../image/gradientBKG.png) repeat-x;
}

.box .top {
	padding: 0px 0px 2px 5px;
	background: transparent;
	color: #000;
	font-size: 14px;
	font-family: baskerville, 'palatino linotype', palatino, georgia,serif;
	/*font-family: Arial, Helvetica, sans-serif;*/
	letter-spacing: 0.05em;
	font-weight: normal;
	text-transform: uppercase;
}

.box .middle {
	/*border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;*/
	background: #FFFFFF;
	padding: 10px 10px 10px 10px;
	margin-bottom: 20px;
}

* {
	font-family: baskerville, 'palatino linotype', palatino, georgia,serif;
	letter-spacing: 0.05em;
	/*font-weight: normal;*/
	/*margin-top: 5px; CUSH Adding Margin Screws up the buttons*/
	
}
body {
	margin-top: -20px;
	margin-bottom: 0px;
	padding: 0px;
}
body, td, th, input, textarea, select, a {
	font-size: 12px;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}

input, textarea, select {
	margin: 3px 0px;
}

a:link {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}
a:visited {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	/*text-decoration: none;*/
	text-decoration: underline;
	font-weight: bold;
	cursor: pointer;
}
a img {
	border: none;
	cursor: pointer;
	
}
p {
	margin-top: 0px;
}
.png {
	behavior: url('catalog/view/javascript/png/iepngfix.htc');
}

.tooltip{
    position:absolute;
    z-index:999;
    left:-9999px;
    background-color:#dedede;
    padding:5px;
    border:1px solid #fff;
    width:250px;
}

.tooltip p{
    margin:0;
    padding:0;
    color:#fff;
    background-color:#222;
    padding:2px 7px;
}

/* layout */
#container {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	background-color: transparent;
}
#container_front {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	background-color: transparent;
	z-index: 5;
	
}

#container_front .top { 

	
}
/*Cush Header Nav End */
#header {
	background-color: transparent;
	width: 100%;
	padding-top: 2px;
	border-top: 0px solid #FFF;
	display: inline-block;
}

#header .div1 {
/*	height: 97px;
	background-color: transparent;
	float: none;*/
	
	
}
#header .div2 { /*CUSH logo align*/
	position:relative;
	border:0;
	left: -23px;
	top: 38px;
	z-index: 100;
	text-decoration: none;
	font-weight: none;
	cursor: pointer;
}
#header .shipping{ /* CUSH Worldwide ship */
	position:relative;
	border:0;
	left: 0px;
	top: -30px;
	z-index: 10001;
	text-decoration: none;
	float: right;
	display: block;
}

#header .div3 { 
	/*background: url('../image/search.png') no-repeat;*/
	position:relative;
	float: right;
	display: block;
	z-index: 1000;
	clear:both;
	text-align:right;
	margin-bottom: 0px;
}

#header .div4 {
	background-color: transparent;
	width: 100%;
	padding-top: 45px;
/*	padding-bottom: 2px;*/
	border-bottom: 1px solid #999;
	display: inline-block;
}
#header .div4 a {
	padding: 5px 0px 5px 18px;
	margin-left: -15px;
	margin-right: 25px;
	color: #000000;
	background-color: transparent;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	font-family: baskerville, 'palatino linotype', palatino, georgia,serif;
	letter-spacing: 0.05em; 
}

#header .div5 a {
	float: left;
}
#header .div6 a {
	float: right;
} 
/*Cush Header Nav End */

/*footer begin */

#footer .div4 {
	/*width: 940px;*/
	padding-left: 0;
	padding-right: 0;
	background-color:#FFFFFF;
	border-top: 1px solid #999;
	margin-left: 0;
}
#footer .div4 a {
	padding: 5px 0px 5px 0px;
	margin-left: 0;
	margin-right: 20px;
	color: #000000;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	font-family: baskerville, 'palatino linotype', palatino, georgia,serif;
	letter-spacing: 0.05em;
}

#footer .div5 a {
	float: left;
}

#footer .div4 .social a {
	padding: 5px 0px 5px 0px;
	margin-left: 0;
	margin-right: 0px;
	color: #666666;
	text-align: center;
	text-decoration: none;
	font-size: 10px;
	font-family: baskerville, 'palatino linotype', palatino, georgia,serif;
	letter-spacing: 0.05em;
}

#footer .social{ /* social bookmarks */
	position:relative;
	border:0;
	left: -5px;
	top: -20px;
	z-index: 100;
	text-decoration: none;
	float: right;
	display: block;
}

/*#footer .shipping{ //CUSH Use to put Shippinh back in Footer
	position:relative;
	border:0;
	left: 35px;
	top: -40px;
	z-index: 100;
	text-decoration: none;
	float: right;
	display: block;
}*/

#footer .newsletterbox
{
clear: both;
text-align: right;
}

#thecopyright
{
color:#999999;
font-size: 11px;
text-align: right;
}

#thecopyright a
{
font-size: 11px;
}
/******EOF ADDED ******/
/*footer end */
#breadcrumb {

	position:relative;
	left: 197px;
	top: 40px;
	z-index: 1;
	/*display: inline-block; 
	color:#fff;
	font-size: 12px;
	text-align: left;*/
}
#breadcrumb a {
	color:#999;

}

#column_left {
	float: left;
	width: 180px;
	margin-right: 10px;
	display: inline-block; 
}
#column_right {
	float: right;
	width: 0px;
	margin-left: 0px;
	display: inline-block;
}
/*  Center Content */
#content {
	display: inline-block;
	width: 770px;
	margin-bottom: 10px;
	float: left;
}
/*#content_front {
	float: left;
	width: 180px;
	margin-right: 10px;
	display: inline-block;
}*/

#content .top {
	padding: 2px 0px 2px 5px;
	background: #FFF;

}
#content .top h1, .heading {
	color: #000;
	font-size: 14px;
	font-family: baskerville, 'palatino linotype', palatino, georgia,serif;
	letter-spacing: 0.05em;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0px;
}
.heading {
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 3px;
	margin-bottom: 10px;
}
/***** Main Content  ******/
#content .middle {
	background: #FFFFFF;
	display: inline-block;
	padding: 30px 10px 100px 10px;
	min-height: 480px;
	width: 748px;
}

#content_front .middle1 {
	/*border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	background: #FFFFFF;
	padding: 30px 10px 100px 10px;
	min-height: 480px;
	width: 875px;*/
}

#content_front .middle1 iframe {
	/*border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	background: #FFFFFF;
	padding: 30px 10px 100px 10px;*/
	display: inline-block;
	min-height: 480px;
	width: 960px;
}

/*iframe {
	background: #000;
	padding: 0px;


}
*/



#content .bottom {
	/*background: url('../image/content_bottom.png') no-repeat;*/
	height: 0px;
	width: 0px;
}
.box {
	/*margin-bottom: 10px;
	background: url('../image/box_top.png') no-repeat;*/
}

/****** Left Column boxes  *******/
.box .bottom {
	height: 0px;
	background-repeat: repeat-x;
}
/****** Begin Product Info Right  *******/

#productInfo {
	background-color:#ffffff;
	float: right;
	margin-left: 10px; 
	width: 296px;
}

/****** End Product Info Right  *******/
.changeButton a {
	color: #FF9999; 
	text-decoration: bold;
	
}
.success {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #E4F1C9;
	border: 1px solid #A5BD71;
	font-size: 11px;
	font-family: baskerville, 'palatino linotype', palatino, georgia,serif;
	letter-spacing: 0.05em;
	text-align: center;
}
.warning {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #FFDFE0;
	border: 1px solid #FF9999;
	font-size: 11px;
	font-family: baskerville, 'palatino linotype', palatino, georgia,serif;
	letter-spacing: 0.05em;
	text-align: center;
}
.wait {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #FBFAEA;
	border: 1px solid #EFEBAA;
	font-size: 11px;
	font-family: baskerville, 'palatino linotype', palatino, georgia,serif;
	letter-spacing: 0.05em;
	text-align: center;
}
.required {
	color: #FF0000;
	font-weight: bold;
}
.error {
	color: #FF0000;
	display: block;
}
.help {
	cursor: pointer;
}
.tooltip{
    position:absolute;
    z-index:999;
    left:-9999px;
    background-color:#787878;
    padding:0px;
    border:0px solid #fff;
    width:100px;
}

.tooltip p{
    margin:0;
    padding:0;
    color:#C0C0C0;
    background-color:#787878;
    padding:3px;
	font-family:arial,'palatino linotype',palatino,georgia,serif;
	font-size:11px;
	text-align:center;
}
.clear { /* generic container (i.e. div) for floating buttons */
	overflow: hidden;
	width: 100%;
}
a.button {
	/*background: transparent url('../image/button_right.png') no-repeat scroll top right;*/
	color: #000;
	display: inline-block;
	font: bold 12px  baskerville, 'palatino linotype', palatino, georgia,serif;
	height: 25px;
	margin-right: 0px;
	padding-right: 17px; /* sliding doors padding */
	text-decoration: none;
	text-transform: uppercase;
}
a.button span {
	background: transparent url('../image/button_left.png') no-repeat;
	display: inline-block;
	
	padding: 5px 0px 5px 18px;
}
.buttons {
	background: #F8F8F8;
	border: 1px solid #DDDDDD;
	margin-bottom: 10px;
	clear: both;
	padding: 5px;
}
.buttons input {
	padding: 0px;
	margin: 0px;
}
.buttons table {
	width: 100%;
	border-collapse: collapse;
}
.buttons table td {
	vertical-align: middle;
}
.list {
	width: 100%;
	margin-bottom: 10px;
}
.list td {
	text-align: center;
	vertical-align: top;
	padding-bottom: 10px;
}
.sort {
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: -15px;
	background: #CCCCCC;
	height: 24px;
	width: 100%;
}
.sort .div1 {
	float: right;
	display: inline-block;
	margin-left: 5px;
	padding-top: 2px;
	padding-right: 9px;
}
.sort .div2 {
	padding-left: 5px;
	padding-top: 5px;
	text-align: right;
	color: #fff;
}
.sort select {
	font-size: 11px;
	margin: 0;
	padding: 0;
}
.pagination {
	display: inline-block;
	width: 100%;
	background: #CCC;
	margin-bottom: 10px;
}
.pagination .links, .pagination .results {
	padding: 1px 5px;
}
.pagination .links {
	float: left;
}
.pagination .links a {
	border: 1px solid #CCCCCC;
	padding: 4px 7px;
	text-decoration: none;
	color: #999;
	background: #CCC;/*CUSH Added*/
}
.pagination .links b {
	border: 1px solid #CCCCCC;
	padding: 4px 7px;
	text-decoration: none;
	color: #000;
	background: #CCC;
}
.pagination .results {
	float: right;
	color: #fff;
}
.tabs {
	display: block;
	width: 100%;
	margin-bottom: 0px;
}
.tabs a {
	float: left;
	display: block;
	padding: 6px 15px 7px 15px;
	margin-right: 2px;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	background: #FFFFFF url('../image/tab.png') repeat-x;
	color: #000000;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	z-index: 1;
	position: relative;
	top: 1px;
}
.tabs a.selected {
	background: #FFFFFF url('../image/tab.png') repeat-x;
	border-bottom: 0px;
	padding-bottom: 8px;
	z-index: 3;
}

.page {
	border: 1px solid #DDDDDD;
	background: #FFFFFF;
	display: inline-block;
	padding: 10px;
	display: block;
	width: 730px;
	clear: both;
	z-index: 2;
	margin-bottom: 10px;
}

.text_desc {
	border: 1px solid #DDDDDD;
	background: #FCFCFC;
	padding: 10px;
	display: block;
	width: auto;
	clear: both;
	margin-bottom: 10px;
}

.text_desc h1 a
{
font-size:16px;
margin: 0px;
padding: 0px;
padding-top: 10px;
}

.text_desc h1
{
font-size:16px;
margin: 0px;
padding: 0px;
padding-top: 10px;
}

.text_desc p
{
margin: 0px;
padding: 0px;
padding-bottom: 10px;
}

#footer {
	width: 100%;
	padding-top: 2px;
	border-top: 0px solid #FFF;
	display: inline-block;
}
#footer .div1 {
	clear: both;
	float: left;
	text-align: left;
}
#footer .div2 {
}
#category ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	padding-left: 5px;
	/*list-style: url('../image/bullet_1.png');*/
}
#information ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	padding-left: 12px;
	/*list-style: url('../image/bullet_2.png');*/
}
.cart {
	border-collapse: collapse;
	margin-bottom: 10px;
	width: 100%;
	border: 1px solid #EEEEEE;
}
.cart th {
	background: #EEEEEE;
	padding: 5px;
	font-weight: normal;
}
.cart td {
	padding: 5px;
}

.homeListing a{
	color:#000000;
	font-size:13px;
	text-decoration: none;
	
}

.homeListing a:hover{
	color:#333333;
	font-size:13px;
	text-decoration: underline;
	
}
