body  {
	font: 74%  Helvetica, sans-serif;
	background: #ffffff;
	/*margin: 0;*/
	padding: 0;
	text-align: center;
	/*background-image: url(../images/1more_base.jpg);*/
	/*margin-right:auto;*/
	/*margin-left:auto;*/
	/*width: 1200px;*/

}
/*#containerleftimage {
	background-image: url(../images/nav_col_base3.gif);
	background-repeat: repeat-y;
}
#containerrightimage {
	background-image: url(../images/more_col_base3.gif);
	background-repeat: repeat-y;
	background-position: right;
}*/
div.w1{
	background-image: url(../images/1more_base.jpg);  no-repeat; width:100%;
}
div.w2{background:url no-repeat top right;}
div.w3{background:url no-repeat left bottom;}
div.w4{background:url no-repeat right bottom; padding:10px;}

a:link { 
	color: #333333;
	}
a:visited { 
	color: #696969;
	}
a:hover { 
	color: #CCCCCC;
	background-color: #333333;
	text-decoration: none;
	}
a:active { 
	color: #333333;
	}

#container { 
	/*width: 95%;*/  /* this will create a container 80% of the browser width */
	background: #ffffff;
	/*margin: 0 auto;*/ 
	text-align: left;
	/*position: absolute;*/
	/*top: -12px;*/
      width: 1120px;
      margin: 0 auto;
      float: left;
}


/* Tips for sidebars:
1. Since we are working in percentages, it's best not to use side padding on the sidebars. It will be added to the width for standards compliant browsers creating an unknown actual width. 
2. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".thrColLiqHdr #sidebar1 p" rule.
3. Since Explorer calculates widths after the parent element is rendered, you may occasionally run into unexplained bugs with percentage-based columns. If you need more predictable results, you may choose to change to pixel sized columns.
*/
#sidebar1 {
	float: left; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 170px; /* since this element is floated, a width must be given */
	background: transparent; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0; /* top and bottom padding create visual space within this div  */
	font-size: 95%;
	font-weight:bold;
	
}
#sidebar1 ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
#sidebar1 li {
	border-bottom: 1px solid #ffffff;
}

#sidebar1 li a:link, #sidebar1 li a:visited {
	display:block;
	padding: 5px 5px 5px 0.5em;
	border-left: 8px solid #a6a6a6;
	border-right: 8px solid #a6a6a6;
	background-color:#a6a6a6;
	color:#ffffff;
	text-decoration:none;
}
#sidebar1 li a:hover {
	background-color:#8f8f8f;
	color:#ffffff;
}
#sidebar1 ul ul {
	font-size: 95%;
	margin-left:8px;
}
#sidebar1 ul ul li {
	border-bottom: 1px solid #ffffff;
	margin:0px;
}
#sidebar1 ul ul a:link, #sidebar1 ul ul a:visited {
	display:block;
	padding: 5px 5px 5px 0.5em;
	border-left: 8px solid #ADADAD;
	border-right: 8px solid #a6a6a6;
	background-color:#8f8f8f;
	color:#ffffff;
	text-decoration:none;
}
#sidebar1 ul ul a:link, #sidebar1 ul ul a:visited {
	background-color: #BFBFBF;
	color: #ffffff;
}
#sidebar1 ul ul a:hover {
	background-color: #8f8f8f;
	color:#ffffff;
}


/* TABLE AND INPUT BOX OUTLINES */
.tableoutline {
	border-right: #BFBFBF 1px solid;
	border-top: #BFBFBF 1px solid;
	border-left: #BFBFBF 1px solid;
	border-bottom: #BFBFBF 1px solid;
	width: 100%;
	background-image: url(../images/1more_base.jpg);
}
.tableoutlineheader {
	background-image: url(../images/2more_base.jpg);
	padding-top:4px;
	padding-bottom:4px;
	color:#ffffff;
	text-align:center;
	font-weight:bold;
}
.tableoutlinecenter {
	text-align:center;
}
.inputbox {
	color : #000000;
	background : #ffffff;
	border-color : #BFBFBF;
	border-top : 1px solid;
	border-bottom : 1px solid;
	border-left : 1px solid;
	border-right : 1px solid;
}

#sidebar2 {
	float: right; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 165px; /* since this element is floated, a width must be given */
	background: transparent; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px; /* top and bottom padding create visual space within this div */
	position: relative;
	top: -10px;
}
#sidebar2 p, #sidebar2 h3 {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}
#sidebar2 p {
	border-style:dashed;
	border: dashed;
	border-width: 1px;
	padding:4px;			
}
#sidebar2 h3 {
	margin-top: 0;
	color: #BFBFBF;
	padding: .2em;
	background: #transparent;
	background-position: right;
	background-repeat: repeat-y;
}
#sidebar2 .most_popular {
	width: 165px;
	padding-top:0px;
	padding-bottom:0px;
	/*border-top-style: solid;
	border-top-width:thin;
	border-top-color:#48c8ff;
	border-bottom-style: solid;
	border-bottom-width:thin;
	border-bottom-color:#48c8ff;*/
	/*border-bottom: 1px solid #48c8ff;	*/
	font-size:90%;
}
#sidebar2 .most_popular li {
	list-style:none;
	margin-left:-20px;
	padding-left:0px;
}
#sidebar2 .most_popular ul li a {
	text-decoration: none;
	color: #000000;
}
#sidebar2 .most_popular ul li a:hover {
	color: #696969;
	background-color: #ffffff;
	
}
#sidebar2 .cart_summary {
	padding-top:6px;
	padding-bottom:0px;
	/*border-top-style: solid;
	border-top-width:thin;
	border-top-color:#48c8ff;
	border-bottom-style: solid;
	border-bottom-width:thin;
	border-bottom-color:#48c8ff;*/
	font-size:90%;
}
#sidebar2 .search_query {
	padding-top:6px;
	padding-bottom:0px;
	/*border-top-style: solid;
	border-top-width:thin;
	border-top-color:#48c8ff;
	border-bottom-style: solid;
	border-bottom-width:thin;
	border-bottom-color:#48c8ff;*/
	font-size:90%;
}


/* Tips for mainContent:
1. the space between the mainContent and sidebars is created with the left and right margins on the mainContent div.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 300px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/
#mainContent { 
	/*margin: 0 24% 0 23.5%;*/ /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	margin: 0 195px 0 195px;
	/*width: 740px;*/
}
#mainContent .checkouttext {
	line-height: 1.1em;
	font-size: 90%;
}
#mainContent h2 {
	font-size: 2em;
	color: #BFBFBF;
	margin: 0;
	padding-top: 1em;
	font-weight: normal;
}
#mainContent .item_name {
	font-weight: bold;
	font-size:105%;
	padding-bottom:5px;
}
#mainContent .item_title {

/*	font-weight: bold;
	font-size:105%;
	padding-bottom:5px;
	background-color: #f4f4ff;*/
	
	border-top: 1px solid #ababab;
	padding-top: 0.4em;
	font-size:90%;
	font-weight:bold;
	background-color: #transparent;
	
}
#mainContent .price {
	font-size:90%;
	padding-bottom:5px;
}	
#mainContent p {
	line-height: 1.8em;
	padding-left: 2em;
}
#mainContent .image {
	border: 1px solid #ffffff;
	float:right;
	margin-left:10px;
	margin-bottom: 10px;
}				
#mainContent .maincat {
	font-weight: bold;	
	color: #BFBFBF;			
}		
#mainContent .subcat ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#mainContent .subcat li {
	display: inline;
	margin-right: 1em;
}		
#mainContent .rule {
	width:100%;
	border:none;
	background-color:#000000;
	color:#ffffff;
	height:1px;
}
#mainContent .breadcrumb {
	font-size: 90%;
	font-weight:bold;
	font-size:80%;
	color:#BFBFBF;	
	padding-top: 5px;
	text-align:center;
}
#mainContent .pageno {
	font-size:80%;
	font-weight:bold;
}
#mainContent .mp3 a:hover, a:active{
	text-decoration: none;
	background-color: transparent;
}
#mainContent a:hover {
	background-color: #000000;
	color: #808080;
}
#mainContent a:visited {
	color: #8f8f8f;
}



.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
	line-height: 0px;
}

.fltlft { /* this class can be used to float an element left in your page The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
	padding-top:8px;
}
