@import url("tabs.css");
@import url("detail-bar.css");
@import url("msgs.css");
@import url("product-imgs.css");
@import url("paging.css");
@import url("ads.css");
@import url("components.css");
@import url("product-info.css");
@import url("form.css");

body {
	margin-top: 0px;
	font-family: Myriad, Helvetica, Tahoma, Arial, clean, sans-serif;/*Arial, Helvetica, sans-serif;*/
	font-size: 12px;
	color: #545454;
	background-color: #EEE;
}

div#body-wrapper {
    width: 980px;
    margin-left: auto;
    margin-right: auto;
}

a img {
	border: 0px;
}

/* Headings */

h1 {
	font-size: 1.8em;
	font-weight: normal;
	line-height: 1em;
	margin-bottom: 1em;
	margin-top: 1em;
}
h2 {
	font-size: 16px;
}

h3, h4, h5, h6 {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.5em;
	margin-bottom: 0;
	margin-top: 0.5em;
}


/* Horizontal rule */

#content hr {
	width: 620px;
	margin: 6px 0px 6px 0px;
	background-color: #EEEEEE;
	border: 0px;
	height: 2px;
}

hr {
    width: 950px;
    margin: 6px 0px 6px 0px;
    background-color: #EEEEEE;
    border: 0px;
    height: 2px;
}


/* Text */

.small-text {
	font-size: smaller;
}

li.license {
	margin-top: 10px;
}

p.text-description {
	margin: 5px 0px 15px 0px;
	width: 600px;
	font-style: italic;
}

/* Images */

.help-icon {
	border: 0px;
	width: 32px;
	height: 32px;
	vertical-align: middle;
	margin-right: 8px;
}
