@charset "utf-8";

.p {
	float:left;
	margin: 0 0 0 1px;
	height: 95px;
}

.fp {
	float:left;
	margin: 0 0 0 1px;
}

.fp {
	border-right: 1px solid #ccc;
	padding: 5px 10px 5px 10px;
	width: 85px;
	margin: 0 0 10px 0;
	float:left;
}
.fp a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}
.grey, a.grey {
	color: #666;
}

.v {
	float:left;
	margin: 0 10px 10px 0;
	text-align: center;
}

.v a, ul.RPItems a {
	text-decoration: none;
	color: #666;
}

.v a:hover,ul.RPItems a:hover {
	color: #ff0000;
}

.variants {
	margin-top: 10px;
	width: 200px;
}


ul.RPItems, .specs 
{
	list-style: none;
	margin: 0;
	padding: 0;
}

.specs li
{
	margin: 5px 0 5px 0;
}


.specsImg {
	border-bottom: 1px solid #333;
}
.specsTxt {
	margin: 3px 0 2px 37px;	
	
}

ul.RPItems li
{
	float: left;
	margin: 0 20px 10px 0;
	font-size: 8pt;
	text-align: center;
}

ul.RPItems img {
	padding: 5px;
	border: 0;
}


.plist {
	float:left;
	margin: 0 0 20px 0;
	padding: 5px 0 0 0;
/*	border-top: 1px solid #ccc;
	background: url(../images/prodlisting_downarrow.gif) no-repeat top right; */
}

.content {
	width: 900px;
	margin: 0 auto 0 auto;
	padding: 0;
}

.show {
	display: block;
}
.hide {
	display: none;
}


.quickbuy {
	line-height:1.5em;
	border-top:1px dotted #666;
	border-bottom:1px dotted #999;
	margin:10px 0 10px 0;
	padding:10px 0 3px 0;
}
.loading {
	line-height:1.5em;
	background: url(images/loading-dial.gif) no-repeat;
	border-top:1px dotted #fff;
	border-bottom:1px dotted #fff;
	margin:10px 0 10px 0;
	padding:10px 0 3px 0;
}

.btn {
	border: none;
}


.category {
	float: left;
	margin: 5px 0 0 0 ;
	width:800px;
}

.product {
	width:800px;
}

ul.tabs {
	padding: 0;
	margin: 25px 0 0 0;
	list-style: none;
}
ul.tabs li {
	float: left;
	margin: 0 15px 0 0;
	
}

ul.tabs a {
	color: #333;
	text-decoration: none;
}

ul.tabs a:hover {
	color: #ed1c24;
	text-decoration: underline;
}


ul.tabs li.sel {
	color: #ed1c24;
}

.grey {
	color: #666;
	text-decoration: none;
}
.grey:hover 
{
	color: #ed1c24;
}

h5 {
	font-size: 12px;
	border-bottom: 1px dotted #999;
	color: #000000;
}


#product_detail_float {
	position:absolute;
	width:180px;
	margin-left:460px;
	top:180px;
}

.toggler {
    cursor: pointer;
}

