/* -- General Settings --------------------------------------------------- */
html, body, form, fieldset, td {
	font-family: arial, "Tahoma", verdana, helvetica, sans-serif;
	

	
}

html {
	font-size: 100%;
}

body { 
	font-size: 83%;
	margin: 0 0;
	background: #2D2D2D;
	color: #666666;
}

ul{
list-style-type:circle;
margin-left: 1em;
}




a, a:link, a:visited {
	color: #fa0000;
	text-decoration:underline;
}

a:focus, a:hover, a:active {
	color: #000;
	text-decoration: underline;
}

h4 {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 0;
}

/* -- Main Layout ------------------------------------------------------------ */
/* Main <table> creating the basic page layout. */
#layoutTable {
	width: 780px;
	border-collapse: collapse;
	margin: 0 auto;
	background-color:#fff;

}

#topbar {
	background:url(/img/topbar_background.jpg) repeat-x;
	height:50px;
	border-bottom: 1px solid #5e5e5e;
}

#topImageCell img {
/*
padding-bottom:-100px;
*/
border-bottom: 1px solid #e6e6e6;
border-right: 1px solid #2d2d2d;
}

#topImageCell {
}
/*
#transparentBlock {
background-color:#626262;
width:23px;
height:121px;
position:relative;
top:-177px;
left:0;
filter:alpha(opacity=65);
-moz-opacity:.65;
opacity:.65;
margin:0;
padding:0;

}
*/

#url {
font-size:12px;
margin-left:38px;
position:relative;
top:10px;
}



#url a, #url a:link, #url a:visited {
color:#fff;
text-decoration:none;
}
#url a:focus, #url a:hover, #url a:active {
color:#fff;
text-decoration:underline;
}


/* Sidebar*/
#sidebarCellLeft {
	/*	width: 19%;
	background: #eee;
	border: 1px solid #ddd;
	border-width: 0 1px;
	*/
	width:241px;
	vertical-align: top;
}

#sidebar-container {
/*
position:relative;
top:-100px;
*/
}
#sideContent1{
text-align: center;
}
#sideContent1 img{
border: 1px solid #999;
padding: 0;
}
#sideContent {
	padding-left:27px;
	margin-top:35px;
}
#searchbox {
margin-left:27px;
margin-top:20px;
}
#searchtext {
border:1px solid #e1e1e1;
background-image:url(/img/search_background.jpg);
width:130px;
height:20px;
padding-left:20px;
padding-top:4px;
}
#sman {
border:1px solid #e1e1e1;
width:189px;
height:23px;
padding-left:17px;
padding-top:2px;
margin-bottom: 5px;

}
#searchsubmit {
border:1px solid #e1e1e1;

position:relative;
top:1px;

}
#customerLogin {
margin-left:27px;
}
#loginSubmit {
margin-top:8px;
}
.loginText {
font-size:12px;
}

#registerLink {
position:relative;
top:5px;
}

#customerLogin input{
border-top:1px solid #424242;
border-left:1px solid #9C9C9C;
border-bottom:1px solid #e1e1e1;
border-right:1px solid #e1e1e1;
}
#loginSubmit input {
border:none;
}
#customerLogin #login-text {
color: #3D3D3D;
font-weight:bold;
font-size:14px;
position:relative;
left:45px;
}



/*main content cell*/
#contentCell {
	width:539px;
	padding: 0px 10px;
	/*border-right: 1px solid #ddd;
	width: 80%;*/
	background: #fff;
	height: 400px;  /*sets a minimum content height*/

}

#content-container {
/*
position:relative;
top:-100px;
margin-bottom:-100px;
*/

}

#logosTable {
}
#logosTable td {
text-align:center;

}

#bottomImage {
text-align:center;
}

/*page footer*/
#footerCell {
	border-top: 1px solid #ddd;
	text-align: center;
	padding: 5px 0;
	color: #909090;
	
}

/* -- Common Page Items ------------------------------------------------- */
#page-breadcrumbs {
	margin-top: 15px;
}

#page-title-container {
margin:0;
padding:0;

z-index: 0;
position:relative;
top:2px;
	
	
	
		}

#page-title {

z-index: 0;	
	
}

	

#page-subtitle {
	color: #666;	
	margin-bottom: 10px;
}

#page-intro {
margin:0;

}

#page-content {
margin: 10px 0;
width:472px;

	
}

#page-outro {
	
}

#page-pager-container {
	float: left;
	margin: 10px 0;
	/* Fix IE Doubled Float-Margin Bug
	   http://positioniseverything.net/explorer/doubled-margin.html */
	display: inline;
	background: #f6f6f6;
	border: 1px solid #eee;
}

.page-pager {
	width: 14em;
	margin: 0.33em 0.66em;
}

#page-pager-back {
	float: left;
}

#page-pager-next {
	float: right;
	text-align: right;
}

#page-bottomLinks {
	margin: 10px 0;
	padding: 10px;
	border: 1px solid #e3e3e3;
	background: #f5f5f5;
	font-size: 85%;
}

#copyright {
	font-size:10px;
	margin-top: 19px;
	margin-bottom:30px;
}

#copyright img {
	margin-bottom: -2px;
}

#sitemaplink {
text-decoration:none;
color: #909090;
}
/* -- Misc. Look And Feel --------------------------------------------------------- */


#sitemap .contentSection-text ul {
	list-style-type: disc;
	margin-left: 1em;
}

#sitemap .contentSection-text ul ul {
	margin-top: 0.33em;
	margin-bottom: 0.33em;
	list-style-type: circle;
}

#sitemap .contentSection-text ul ul ul {
	list-style-type: square;
}

/* -- Mailing List Form ----------------------------------------------- */

#ml-form {
	margin: 25px 27px 15px;
}

#ml-email {
	/*width: 96%;*/	
	border:1px solid #e1e1e1;
background-image:url(/img/search_background.jpg);
width:120px;
height:20px;
padding-left:20px;
padding-top:4px;
	
}

#ml-submit {
border:1px solid #e1e1e1;


}
#ml-box {
vertical-align:top;
}

.ml-text {
	font-size: 0.9em;
	position:relative;
	top:10px;
}
/*for smarty templates*/
.php-smarty {
display:none;
}

body#smarty .php-smarty {
display: block;
} 

/* mini cart */


#miniCart {
width:241px;
}
#miniCart table {
margin-left:52px;
}
#recentview table {
width: 175px;
margin-top: 10px;
border: 1px solid #ddd;
}
.mincart .ectlink {
text-decoration:none;
}
.mincart img {
width:21px;
height:20px;
}
.mincart {
background-color:#ffffff;
font-size:11px;
text-align:center;
}
.mincart .ectlink img {
width:90px;
height:25px;
}
#recentview .mincart .ectlink img {
width:auto;
height:30px;
margin-left: 10px;
}
/* Logged in menu */
#loggedInArea {
padding-left:27px;
}
#cartList {
list-style:none;
width:184px;
margin:0;
padding:0;
position:relative;
left:-9px;

}
#cartList li {
border-bottom:1px solid #E4E4E4;
text-indent:20px;
font-size:12px;
background:url(/img/menu_arrow.jpg) no-repeat 10px 13px;
height:25px;
padding-top:10px;



}
#cartList li a,
#cartList li a:link,
#cartList li a:visited
 {
margin-left:20px;
text-decoration:none;
color: #3D3D3D;
}



#cartList li a:focus, 
#cartList li a:hover, 
#cartList li a:active {
	color: #fa0000;
	text-decoration: none;
}

/*registration */
#login .contentSection-text table{


}
#login .contentSection-text td{
padding-bottom: 5px;
font-size:12px;
padding-right:5px;
}
#login #Form1{
width:100%;
}
#crosssell{
margin-top: 10px;
padding: 10px;
}
#crosssell table{
margin-top: -10px;

}

#crosssell .prodname{
margin-top: -20px;
}

#product #contentCell p{
padding: 0;
margin: 0;
}