/* Screen layout: */

body {
padding: 0;
margin: 0;
font: 12px tahoma, verdana, sans-serif;
background: url(images/background.jpg) repeat;
color: #303030;
}

a {
text-decoration: none;
color: #286ea0;
}

a:hover {
text-decoration: underline;
}

h1 {
margin: 0 0 20px 0;
font-size: 22px;
font-weight: normal;
}

h2 {
margin: 0 0 20px 0;
font-size: 20px;
font-weight: normal;
}

h3 {
margin: 5px 0 10px 0;
font-size: 16px;
font-weight: normal;

}

h5 {
margin: 8px 0 10px 0;
font-size: 14px;
font-weight: bold;

}

p {
margin: 0 0 15px 0;
line-height: 1.5em;
text-align: left;
}

#breadcrumb {
margin: 5px 0 5px 0;

}
.right {
text-align: right;
}
.center {
text-align: center;
}

#container {
margin: 10px auto 15px auto;
width: 760px;
padding: 5px 20px 20px 20px;
background: #ffffff;
background-image: url(images/toplogo.gif);
background-repeat: no-repeat;
}

#logo {
margin: 15px 0 0 0;
}

#logo h1 a {
color: #303030;
}

#logo h1 a:hover {
text-decoration: none;
}

#navitabs {
clear: both;
}

.navitab {
padding: 4px 8px 4px 8px;
margin: 0 0 4px 0;
text-decoration: none;
letter-spacing: 1px;
background: #e0e0e0 url(images/corner.gif) top right no-repeat;
border-bottom: 1px solid #ffffff;
border-left: 1px solid #ffffff;
}

.navitab:hover {
text-decoration: none;
background: #d0d0d0 url(images/corner.gif) top right no-repeat;
}

.activenavitab {
padding: 4px 8px 5px 8px;
color: #ffffff;
margin: 0 0 5px 0;
text-decoration: none;
background: #506e9c url(images/corner.gif) top right no-repeat;
}

.activenavitab:hover {
text-decoration: none;
}

.SkuDetail {
display: none;
padding: 10px;
margin: 10px;
background-color: #eee;
font: 12px tahoma, verdana, sans-serif;
}

#desc {
height: 160px;
color: #ffffff;
padding: 0;
background: #505050 url(images/hometop.jpg) top left no-repeat;
clear: both;
margin: 5px 0 0 0;
}

#desc p {
width: 190px;
font-size: 12px;
line-height: 1.3em;
margin: 5px 0 5px 0;
padding: 0 0 0 15px;
}

#desc h2 {
margin: 10px 0 5px 0;
padding: 5px 15px 0 15px;
color: #ffffff;
}

#desc a {
color: #ffffff;
text-decoration: underline;
}

#main {
width: 580px;
float: right;
padding: 0 0px 0 15px;
border-left: 1px solid #d0d0d0;

}

#main h2 {
margin: 0 0 3px 0;
font-size: 22px;
font-weight: normal;
background:  url(images/cog.gif) left no-repeat;
padding: 0 0 0 30px;
}

#main h5 {
margin: 0 0 20px 0;
font-size: 14px;
font-weight: normal;
padding: 0 0 0 22px;
}

#imageblock {
width: 320px;
float: right;
margin: 0 0 0px 10px;
padding: 5px;
text-align : center;
border: 1px solid #ccc;
color: #660000;
}

#large{  
	background: url(images/ajax-loader.gif) no-repeat center center;
}


#large p {
text-align : center;
}

#thumbnail {
	overflow: auto;
	list-style: none;
	padding: 5px;
	margin: 8px 0 0 0;
}
#thumbnail li {
	float: left;
	margin: 2px;
	
}
#thumbnail a {
	display: block;
	padding: 1px;
	border: 2px solid #ccc;
}
#thumbnail a:hover {
	border-color: #405061;
}


.block {
background: #f0f0f0;
padding: 15px;
}

#sidebar {
width:150px;
float:left;

}

#sidebar p {
font-size: 11px;
line-height: 1.3em;
margin: 0 0 12px 0;
}

.sidelink {
text-align: left;
color: #fff;
display: block;
width: 120px;
background: #506e9c url(images/corner.gif) top right no-repeat;
padding: 3px 4px 3px 8px;
margin: 5px 10px 5px 0;
}

.sidelink:hover {
color: #000;
background: #e0e0e0 url(images/corner.gif) top right no-repeat;
text-decoration: none;
}

#footer {
clear: both;
background: #fafafa;
color: #808080;
font-size: 12px;
padding: 8px 0 8px 0;
border-top: 1px solid #d0d0d0;
border-bottom: 1px solid #d0d0d0;
text-align: center;
}

#footer a {
color: #808080;
text-decoration: underline;
}


a img {
border: 0;
}

.photo {
padding: 5px;
display: block;
margin: 0 15px 15px auto;
background-color: #f0f0f0;
}

.hide {
display: none;
}

/* Form Error Styles: */

input, select    { border: 1px solid silver; }
input.error, select.error {padding-right: 16px; border: 1px solid red; background-color: #FFFCE2; background-image: url(images/warning_obj.gif); background-position: right; background-repeat: no-repeat;}
input:focus, select:focus {border: 1px solid red; background-color:#EFEFEF;}

/* Part Select Styles layout: */

#parts {
	border: 1px solid silver;
	padding: 5px;
	background-color: #efefef;
}
#add-element {
	cursor: pointer;
	margin: 0,5px,5px, 0;
	text-decoration: none;
	color: #286ea0;
      }
#content {}
#submenulist{
	list-style-type: disc;
	list-style-position: outside;
	margin: 0px 8px 2px 45px;

}