@charset "utf-8";
/* CSS Document */


body
{
	text-align:left;
	padding:0px;
	font-family: "Trebuchet MS", "Futura Lt", "Futura Md", Helvetica-Light, Arial;
	font-size: 72%;
	line-height:166%;
	padding-bottom:16px;
	color: #484848;
	background-color: #000000;
	background-image: url(/images/Body_Bg.gif);
	letter-spacing: 0px;
	margin: 0px;
}

div, img, form {
	margin: 0px;
}

td {
	font-size: 100%;
}

a {
	color: #ba0004;
	text-decoration: none;
}
a:hover {
	color: #484848;
	text-decoration: none;
}

h1 {
	background-color:transparent;
	font-size: 18px;
	font-weight:400;
	color: #FFFFFF;
	text-align: left;
	margin:0px 0px 0px 0px;
}

/*h1 {
	font-size: 160%;
	margin: 0 0 4px 0;
}*/

h2 {
	background-color:transparent;
	font-size: 18px;
	font-weight:400;
	color: #FFFFFF;
	text-align: left;
	margin:0px 0px 0px 0px;
}

/*h2 {
	font-size: 130%;
	margin: 0 0 2px 0;
}*/

h3 {
	font-size: 140%;
	color: #ba0004;
	margin: 0 0 12px 0;
}


/**
 * ***************************
 *	FORMSss and stuffffs
* *****************************/
input {
	font-family: "Trebuchet MS", "Futura Lt", "Futura Md", Helvetica-Light, Arial;
	font-size: 100%;
	border: 1px solid #CFCFCF;
	color: #6C6C6C;
	padding: 4px;
	margin: 0px;
}
textarea {
	font-family: "Trebuchet MS", "Futura Lt", "Futura Md", Helvetica-Light, Arial;
	font-size: 100%;
	border: 1px solid #CFCFCF;
	color: #6C6C6C;
	padding: 4px;
	margin: 0px;
}
select {
	font-family: "Trebuchet MS", "Futura Lt", "Futura Md", Helvetica-Light, Arial;
	font-size: 100%;
	border: 1px solid #CFCFCF;
	color: #6C6C6C;
	padding: 4px;
	margin: 0px;
}

/*******************************/

#shell
{
	background-image: url(/images/Shell_Bg.jpg);
	background-repeat:repeat-y;
	width:968px;
	text-align:center;
	padding: 10px 0 0 0px;
	margin: 0px auto 0px auto;
}

#container
{
	width:932px;
	text-align:left;
	position:relative;
	background-color: #FFFFFF;
	margin: auto;
}

#header
{
	position:relative;
	height:74px;
	background:#000000;
	color:#FFFFFF;
	width: 932px;
	margin: 0px;
	padding: 0px;
}

#header .logo{
	display:block;
	overflow:hidden;
	background-image: url(Logo.jpg);
	background-repeat: no-repeat;
	position: absolute;
	left: 20px;
	top: 24px;
}

#header .telephone{
	position:absolute;
	right:0px;
	top:26px;
	right:20px;
	font-size:150%;
	font-weight: bold;
	font-family: "Futura Md", "Futura Lt", "Futura Bk", "Trebuchet MS", Arial, Helvetica;
}
#header .email{
	position:absolute;
	right:20px;
	top:42px;
	color:#FFFFFF;
	font-size: 110%;
	height: auto;
	line-height: 140%;
	font-family: "Futura Md", "Futura Lt", "Futura Bk", "Trebuchet MS", Arial, Helvetica;
}
#header .email:hover{color:#ddcb33;}



#basket{position:absolute;right:20px;top:92px;text-align:center;height:30px;line-height:30px;width:160px;background:#e9e9e9 url(/images/img/basketBG.gif);}
#basket:hover{border-bottom:#333333 solid 5px;}
#basket a{color:#504f4f;display:block;}
#basket a:hover{color:#ba0004;}
#basket strong{font-size:18px;}


/******************** 
 * Crumbs & Search bar 
************************/

#byCarumba
{
	height:30px;
	padding-left:20px;
	color:#999999;
	background-image: url(/images/Crumbs_Bg.jpg);
	background-repeat: repeat-x;
	width: auto;
	float: none;
}

#byCarumba #crumbs {
	color:#999999;
	line-height:30px;
	width: 586px;
	float: left;
	clear: none;
}

#byCarumba #crumbs a {
	border-bottom:#999999 dotted 1px; 
	color:#999999;
	line-height:30px;
}

#byCarumba #crumbs h1 {
	display: inline;
	color:#999999;
	font-size: 12px;
	line-height:30px;
}


#byCarumba #crumbs a:hover{color:#666666;}

#byCarumba #search {
	clear: none;
	float: right;
	width: 286px;
	height: 30px;
	margin: 0px;
	padding: 4px 0 0 0;
}

#byCarumba #search form {
	padding: 0px;
	margin: 0px;
	vertical-align: middle;
}

#byCarumba #search .inputText {
	font-size: 96%;
	border: 1px solid #CFCFCF;
	color: #6C6C6C;
	padding: 2px;
	margin: 0px;
	width: 144px;
}

#byCarumba #search .inputSubmit {
	font-size: 96%;
	color: #6C6C6C;
	padding: 0px;
	margin: 0 4px 0 0;
	border: none;
}

#byCarumba #search a {
	color: #7C7C7C;
	font-size: 90%;
	text-align: right;
	padding: 0px;
	margin: 0px;
}
#byCarumba #search a:hover{
	color:#484848;
}

a.breaditem {
	text-transform:lowercase;
}

h1.breadhdgitem {
	text-transform:lowercase;
}

/**
 * ***************************
 *	Sub Categories Page
* *****************************/

div.categorybox {
	float:left;
	margin:0px 2px 0px 0px;
	width:152px;
}

div.categorybox img {
	border:0px;
	width:152px;
	height:152px;
	margin:0px;
	padding:0px;
	float:left;
}
div.categorybox h2 {
	background-color: #6F0002;
	background-image: url(/images/Titles_Bg.jpg);
	background-repeat: repeat-x;
	height: 30px;
	font-family: "Futura Md", "Futura Lt", "Futura Bk", "Trebuchet MS", Arial, Helvetica;
	font-size: 144%;
	color: #FFFFFF;
	text-align: left;
	text-indent: 5px;
	vertical-align: middle;
	line-height: 140%;
	padding: 4px 0 0 0;
	width:152px;
}
div.categorybox h2 a {
	color:#FFFFFF;
	font-weight:normal;
}
a.viewmore {
	background-color: #535353;
	height:32px;
	width:147px;
	display:block;
	color:#FFFFFF;
	margin:2px 0px 0px 0px;
	padding: 1px 0px 0px 5px;
	float:left;
	font-size:11px;
	line-height:15px;
}

/*************************/

#content{
	padding: 20px;
	margin:0px auto 0px auto;
	width:895px
}

#footer{
	height:96px;
	width:auto;
	text-align:left;
	position:relative;
	padding:20px 0 0 32px;
	font-size:90%;
	margin: 0px;
	background-repeat: no-repeat;
	background-position:bottom left;
	background-image: url(/images/Footer.jpg);
}

#footer .footerbottom
{
	background-color:transparent;
	clear:left;
	color:#9D0A0D;
	padding-left:10px
}

#footer .footerlink{
	padding:0px;
	margin-right:20px;
	float:left;
}
#footer .footerlink a{
	color:#9d0a0d;
	height: 14px;
	padding: 0 0 0 10px;
}
#footer .footerlink a:hover{
	color:#FFFFFF;
}

#footer .lapadaLogo
{
	float:right;
	padding-right:25px
}

#cLeft{
	width:608px;
	float:left;
	margin: 0px;
	padding: 0px;
}
#cLeft H1{height:35px;background:url(/images/img/hTagBG.gif);margin:0px;color:#FFFFFF;font-size:12px;line-height:35px;padding-left:20px;margin-bottom:4px;}

.homeItem{
	width:302px;
	height:auto;
	float:left;
	margin: 0 2px 2px 0;
}

.homeItem a{display:block;color:#ba0004;}

.homeItem img{
	display:block;
	margin: 0px;
}

#cRight{
	width:248px;
	float:right;
	background:#e6e6e6;
	padding:12px 6px 6px 6px;
	height: 408px;
	margin: 0 0 16px 0px;
}
#cRightContent{
	width:232px;
	float:right;
	padding:0 10px 0 0;
	height: 408px;
	margin: 0px;
	text-align: justify;
	font-size: 96%;
}
#cRightContent a {
	color: #ba0004;
}

#cRightContent p {
	margin: 0 0 12px 0;
	padding: 0px;
}

#splash {
	margin: 8px 0 8px 0;
}

#fireToSell {
	float: right;
	padding: 0px;
	margin: 0px;
	height: 110px;
	width: 278px;
	clear: none;
}

#recentAdditions {
	margin: 4px 0 0 0;
	padding: 0px;
	height: auto;
}

#recentAdditions #title {
	margin: 0 0 1px 0;
	padding: 0px;
}

#recentAdditions .item {
	height: 80px;
	width: 215px;
	background-color: #E6E6E6;
	margin: 0 4px 0 0;
	float: left;
	clear: none;
}

#recentAdditions .item img {
	margin: 0 7px 0 0;
}

#recentAdditions .item a {
	color: #ba0004;
	display: block;
	width: 215px;
	height: 80px;
	font-size:11px;
}

#recentAdditions .item a:hover {
	background-color: #D6D3D3;
}

#recentAdditions .item #details {
	margin: 0px;
	padding: 8px 0 0 0;
	color: #484848;
	text-decoration: none;
	position: relative;
	float: left;
	clear: none;
	line-height:14px;
	font-size:11px;
}

/*#recentAdditions .item #details:hover {
	text-decoration: none;
}*/

.blankDiv {
	margin: 0px;
	clear: none;
}

.blankDivClearBoth {
	margin: 0px;
	clear: both;
}

#recentAdditions .item a .findOutMore {
	text-decoration: none;
	position: relative;
	width: 110px;
	float: left;
	clear: none;
}

#recentAdditions .item a .findOutMore:hover {
	text-decoration: underline;
}

.title {
	background-color: #6F0002;
	background-image: url(/images/Titles_Bg.jpg);
	background-repeat: repeat-x;
	height: 30px;
	font-family: "Futura Md", "Futura Lt", "Futura Bk", "Trebuchet MS", Arial, Helvetica;
	font-size: 144%;
	color: #FFFFFF;
	text-align: left;
	text-indent: 10px;
	vertical-align: middle;
	line-height: 140%;
	padding: 4px 0 0 0;
	margin-bottom:8px;
}

.title a:link
{
	background-color:transparent;
	color:#FFFFFF
}

.title a:hover
{
	background-color:transparent;
	color:#FFFFFF
}

.title a:visited
{
	background-color:transparent;
	color:#FFFFFF
}

.title2 {
	background-color: #6F0002;
	background-image: url(/images/Titles_Bg.jpg);
	background-repeat: repeat-x;
	height: 30px;
	font-family: "Futura Md", "Futura Lt", "Futura Bk", "Trebuchet MS", Arial, Helvetica;
	font-size: 144%;
	color: #FFFFFF;
	text-align: left;
	text-indent: 10px;
	vertical-align: middle;
	line-height: 140%;
	padding: 4px 0 0 0;
	width: 606px;
	margin: 0 0 16px 0;
	float: left;
	clear: both;
}

.cotentLeft {
	clear: none;
	float: left;
	width: auto;
	margin: 12px 12px 12px 0;
	text-align: justify;
}
.cotentLeft p {
	margin: 0 0 16px 0;
}
.cotentLeftNoMarginTop {
	clear: none;
	float: left;
	width: 620px;
	margin: 0px 0px 12px 0;
}


.contentRight {
	clear: none;
	float: left;
	width: 533px;
	margin: 12px 0 0 12px;
	height: auto;
	overflow: auto;
	text-align: justify;
	padding: 0 12px 0 0;
}
.contentRight p {
	margin: 0 0 16px 0;
}




#contactUsPage input {
	width: 288px;
}
#contactUsPage textarea {
	width: 288px;
}
#contactUsPage button {
	width: 66px;
	font-size: 100%;
	color: #6C6C6C;
	padding: 6px;
	margin: 0px;
}

.Linkorama {
	font-size: 120%;
	font-weight: bold;
	color: #ba0004;
}
.Linkorama:hover {
	color: #484848;
}

/**
 * ***************************
 *	PRODUCT DETAILS Page
* *****************************/
#product {
	float:left;
	display:block;
	clear:none;
	margin:0px;
	padding:0px;
}
#product #mainImg {
	float:left;
	display:block;
	clear:none;
	margin: 0 12px 0 0;
}
#product #thumbs {
	float:left;
	display:block;
	clear:none;
	width:70px;
	margin:0 12px 0 0;
	padding:0px;
}
#product #thumbs a {
	margin: 0 0 6px 0;
	padding: 0px;
	display: block;
}


/**
 * ***************************
 *	PRODUCT DETAILS On Right
* *****************************/
#productRight {
	color: #6B6B6B;
	background-color: #E6E6E6;
	float: right;
	width: 266px;
	clear: none;
}
#productRight #title {
	font-size: 130%;
	color: #FFFFFF;
	background-color: #424244;
	padding: 8px 8px 8px 16px;
	font-family: "Futura Md", "Futura Lt", "Futura Bk", "Trebuchet MS", Arial, Helvetica;
}
#productRight .padd {
	padding: 12px;
}
#productRight #description {
	margin: 0 0 12px 0;
}
#productRight #price {
	margin: 0 0 12px 0;
}
#productRight #dimensions {
	border: 1px solid #B2B2B2;
	padding: 0px;
	margin: 0 0 12px 0;
	font-size: 100%;
}
#productRight #dimensions .lightRow {
	background-color: #F4F4F4;
}
#productRight #dimensions .darkRow {
	background-color: #D9D9D9;
}
#productRight #dimensions td {
	padding: 2px 2px 2px 6px;
}
#productRight #links a {
	color: #FFFFFF;
	background-color: #9A0003;
	padding: 1px 1px 1px 8px;
	margin: 0 0 2px 0;
	display: block;
	font-size: 92%;
}
#productRight #links a:hover {
	color: #9A0003;
	background-color: #FFFFFF;
}
#productRight #date {
	font-size: 110%;
	margin: 0 0 12px 0;
}




/**
 * ***************************
 *	PRODUCTS List Page
* *****************************/
.resultItem {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 600px;
}

.resultItem #img {
	margin: 0 22px 0 0;
	padding: 0px;
	clear: none;
	float: left;
	width: 160px;
}

.resultItem #info {
	margin: 0px;
	padding: 0px;
	clear: none;
	float: left;
	width: 400px;
	text-align: justify;
}

.resultItem #info #price {
	font-size: 130%;
	float: left;
	font-weight: bold;
}

.seperator {
	border-bottom: 1px solid #999999;
	margin: 16px 0 16px 0;
	width: 99%;
	text-align: center;
	height: 1px;
}



/**
 * ***************************
 *	SEARCHBAR
* *****************************/
#searchBar {
	color: #6B6B6B;
	background-color: #E6E6E6;
	float: left;
	width: 266px;
	clear: none;
	margin-left:10px;
	margin-bottom:10px;
}
#searchBar #title {
	font-size: 130%;
	color: #FFFFFF;
	background-color: #424244;
	padding: 6px 0 0 16px;
	font-family: "Futura Md", "Futura Lt", "Futura Bk", "Trebuchet MS", Arial, Helvetica;
	background-image: url(/images/Titles_Dark_Grey_Bg.jpg);
	background-repeat: repeat-x;
	height: 30px;
	vertical-align: text-bottom;
}
#searchBar .padd {
	padding: 12px;
}
#searchBar #description {
	margin: 0 0 12px 0;
}
#searchBar #titles {
	clear: none;
	float: left;
	width: 80px;
}
#searchBar .inputs {
	clear: none;
	float: left;
	width: 250px;
}
#searchBar dl {
	margin: 0px;
	padding: 0px;
}
#searchBar dt {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 60px;
}
#searchBar dd {
	margin: 0 0 6px 0;
	padding: 0px;
	float: none;
	width: auto;
}
#searchBar .input {
	padding: 1px;
	color: #FFFFFF;
	background-color: #A4A4A4;
	width: 160px;
	font-size: 96%;
}
#searchBar .inputSmall {
	padding: 1px;
	color: #FFFFFF;
	background-color: #A4A4A4;
	width: 44px;
	font-size: 96%;
}
#searchBar select {
	padding: 1px;
	color: #FFFFFF;
	background-color: #A4A4A4;
	width: 166px;
}
#searchBar .darker {
	background-color: #D4D4D4;
	width: 242px;
	margin: 0px 6px 0px 6px;
	padding: 6px;
}
#searchBar #Submit {
	border: none;
}



.tinyText {
	font-size: 92%;
}

/** links **/
.link
{
	border-bottom:#CCCCCC 1px solid;
	width:100%;
	padding:15px 0px 0px 0px
}


/** search **/

div.SplitListPageBar {
	float:left;
	width:602px;
	display:block;
}

.SplitListPageBar
{	border: 1px solid rgb(200,200,200);
	padding: 5px;
	border-left: none;
	border-right: none;
	background-position: bottom;
	margin-top:5px;
	float:left;
	width:600px;
	display:block;
}

span.SplitListPageBar  { float:left; color:#ffffff; }
span.SplitListPageBarLegend  { float:left;margin-right: 10px;}
.SplitListPageBar a { float:left; }

.SplitListPageBar .SplitListBarPage
{	width: 20px;
	text-align: center;
	margin-right: 2px;
	text-decoration: none;
}

.SplitListPageBar a.SplitListBarPage
{	border: 1px solid rgb(200,200,200);
	float:left;
	display:block;
}
.SplitListPageBar a.SplitListBarPage:hover
{	border: 1px solid rgb(100,100,100);
	background-color: rgb(100,100,100);
	float:left;
	display:block;
}
.SplitListPageBar span.SplitListBarPage
{	border: 1px solid rgb(100,100,100);
	background-color: rgb(100,100,100);
	float:left;
	color:#ffffff;
}

div.stockbox
{	display: block;
	border: 1px solid rgb(200, 200, 200);
	text-align: left;
	margin: 5px 5px 5px 0px;
	padding: 5px;
	float:left;
	width:600px;
}
div.stockbox h2
{
	text-decoration: none;
	color: #ba0004;
	float:left;
	width: 100%;
}
div.stockbox p
{
	line-height: 14px;
	float:left;
	display:block;
	margin:0px;
	width: 100%;
}

div.stockbox div.price
{	font-weight: bold;
}

div.stockbox h2 a
{	font-size: 11pt;
	margin: 2px 0px 8px;
	color: #ba0004;
	float:left;
}

tr { vertical-align: top; }

div.stockbox a {
	float:left;
	display:block;
}
div.stockbox a img {
	float:left;
	padding-right: 10px;
	border: 0px;
	width: 180px;
}
div.prodimg {
	float:left;
	display:block;
	width:190px;
}
div.prodimg a {
	float:left;
	display:block;
}
div.proddetail {
	float:left;
	display:block;
	margin:0px;
	padding:0px;
	width:400px;
}
div.proddetail ul {
	padding:10px 0px 0px 0px;
	margin:0px;
	list-style-type:none;
	font-size:13px;
	float:left;
	display:block;
	width: 100%;
}
div.proddetail ul li{
	float:left;
	display:block;
}

div.StockContainer {
	width:900px;
	float:left;
}

div.StockLeft {
	width:622px;
	float:left;
}

div.StockRight {
	width:300px;
	float:left;
}

div.SubCategories {
	width:616px;
	float:left;
}

div.SubCategoriesHolder {
	width:616px;
	float:left;
	background-color:#e9e9e9;
	margin-bottom:8px;
}

#stockBar {
	color: #6B6B6B;
	background-color: #E6E6E6;
	float: left;
	width: 266px;
	clear: none;;
	margin:0px 0px 20px 5px;
	padding-bottom:20px;
}
#stockBar #title {
	font-size: 130%;
	color: #FFFFFF;
	background-color: #424244;
	padding: 6px 0 0 16px;
	font-family: "Futura Md", "Futura Lt", "Futura Bk", "Trebuchet MS", Arial, Helvetica;
	background-image: url(/images/Titles_Dark_Grey_Bg.jpg);
	background-repeat: repeat-x;
	height: 30px;
	vertical-align: text-bottom;
}
div#stockBar p {
	padding: 10px 0px 0px 20px;
	margin:0px;
}

dl.featurelist {
	border:1px solid #666666;
	float:left;
	display:block;
	margin:10px 0px 0px 20px;
	padding:0px;
	font-size:11px;
}
dl.featurelist dt {
 	width:120px;
	float:left;
	display:block;
	padding:0px 0px 0px 10px;
	margin:0px;
}
dl.featurelist dd {
	float:left;
	display:block;
 	width:95px;
	padding:0px;
	margin:0px;
}
dt.white {
	background-color:#ffffff;
}
dd.white {
	background-color:#ffffff;
}

div#stockBar ul {
	float:left;
	background-color:#9d0a0d;
	width:225px;
	list-style-type:none;
	margin:20px 0px 0px 20px;
	padding:0px;
	line-height:16px;
}
div#stockBar li {
	border-bottom:1px solid #ffffff;
	float:left;
	width:100%;
}
div#stockBar ul a {
	color:#ffffff;
	padding:0px 0px 0px 10px;
	margin:0px;
}
li#similarsearch ul {
	float:left;
	background-color:#9d0a0d;
	width:200px;
	list-style-type:none;
	margin:20px 0px 0px 20px;
	padding:0px;
	line-height:16px;
}
li#similarsearch ul li {
	border-bottom:1px solid #ffffff;
	color:#ffffff;
}
div#stockBar ul a {
	color:#ffffff;
	padding:0px 0px 0px 10px;
	margin:0px;
}
div.StockImg {
	width:400px;
	margin:20px 20px 0px 0px;
	float:left;
}
div.StockImg img {
	padding-bottom:20px;
	border:0px;
}
div.StockImg ul {
	display:inline;
	list-style-type:none;
	float:left;
	margin:0px;
	padding:0px;
}
div.StockImg ul li {
	float:left;
}
div.StockImg ul li a {
	display:block;
	float:left;
}
div.StockImg ul li a img {
	display:block;
	float:left;
	padding-right:10px;
}
div.StockThumbs {
	margin-top:20px;
	width:150px;
	float:left;
}
div.StockThumbs img {
	padding-bottom:20px;
	border:0px;
	width:180px;
}

div#SearchLeft {
	width:616px;
	float:left;
	margin-bottom:10px;
}
div#SearchRight {
	width:266px;
	float:left;
}

div.boxtitle
{
	font-size:16px;
	font-weight:700;
	padding:0px 0px 5px 10px
}

/* ############# Hacks ############# */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
