/* basic styles */
body {
	margin: 0;
	padding: 0;
}

body, p, th, td, li, dt, dd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

h1 {
	color: #308FBF;
	font-size: 18px;
	font-weight: bold;
	margin-top: 0;
}

form { /* remove spacing from form tags */
	display: inline;
}

hr {
	margin-bottom: 1em;
}

.nameplate {
	color: #FFF;
	font-size: 11pt;
	font-weight: normal;
	margin: 0;
	text-align: center;
	padding: .3em;
}

.fine_print {
	font-size: 8pt;
}

.label {
	font-size: 8.5pt;
	font-weight: bold;
}
.label_required {
	color: #F00;
	font-size: 8.5pt;
	font-weight: bold;
}

.paginator {
	border-bottom: 1px dotted #A5D7ED;
	border-top: 1px dotted #A5D7ED;
	margin: 0;
	padding: .5em 0;
	text-align: center;
}

.rank {
	background-color: #CCC;
	border: 1px solid white;
	color: black;
	font-size: 8pt;
	font-weight: bold;
	left: -8px;
	line-height: 1.5em;
	position: absolute;
	text-align: center;
	top: -8px;
	width: 18px;
	z-index: 999;
}

.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.black {
	color: black;
}
.white {
	color: white;
}
.red {
	color: red;
}


/* layout helpers */
.float_right {
	float: right;
}

.height_94 {
	height: 94px;
}
.height_102 {
	height: 102px;
}

.padding_1em {
	padding: 1em;
}
.padding_top_10 {
	padding-top: 10px;
}
.padding_top_45 {
	padding-top: 45px;
}

.saved_by_zero {
	margin: 0;
	padding: 0;
}

.width_180 {
	width: 180px;
}
.width_194 {
	width: 194px;
}
.width_254 {
	width: 254px;
}
.width_388 {
	width: 388px;
}
.width_596 {
	width: 596px;
}
.width_790 {
	width: 790px;
}
.width_984 {
	width: 984px;
}


/* epc specific */
#document_wrapper {
	background-color: #FFF;
	border: none;
	margin: 0 auto;
	padding: 0;
	width: 1012px;
}

#header {
	padding-bottom: 4px;
}
#header .logo {
	padding: 15px 0 0 14px;
}
#header .divider {
	margin: 0 .5em;
}
#header .info_bar {
	color: white;
	font-size: 9pt;
	height: 31px;
	line-height: 1.1em;
}

#utility_nav {
	height: 78px;
	position: relative;
}

#search_field {
	padding: 0 .5em;
}
#search_field input {
	width: 150px;
}

#line_1 {
	position: absolute;
	right: 14px;
	text-align: right;
	top: 15px;
}
#line_1 td {
	color: #FFF;
	font-size: 9pt;
}
#line_1 a {
	color: #FFF;
	text-decoration: none;
}
#line_1 a:hover {
	color: #467E00;
	text-decoration: underline;
}

#line_2 {
	color: #FFF;
	font-size: 9pt;
	position: absolute;
	right: 14px;
	text-align: right;
	top: 53px;
}
#line_2 a {
	color: #FFF;
	text-decoration: none;
}
#line_2 a:hover {
	color: #D9F290;
	text-decoration: underline;
}

#cat_nav {
	height: 35px;
}
#cat_nav td {
	padding: 0 0 0 20px;
}
#cat_nav td.left {
	padding: 0 0 0 14px;
}

#mini_cart {
	margin: 8px 14px 0 0;
}
#mini_cart td {
	text-align: right;
}
#mini_cart a {
	color: #467E00;
	font-size: 7.5pt;
	line-height: 1.2em;
	text-decoration: none;
}
#mini_cart a:hover {
	color: #64B400;
}
#mini_cart .arrow {
	padding-left: .3em;
}
#mini_cart .total_txt {
	color: red;
	font-size: 9pt;
	padding: 0 1em;
	text-align: center;
}

#content_wrapper {
	margin-left: 14px;
	margin-right: 14px;
	width: 984px;
}

#right_content {
	float: right;
	width: 180px;
}

#left_content {
	width: 790px;
}

#main_wrapper {
	padding-bottom: 1em;
	width: 790px;
}

#main {
	width: 790px;
}

#sidebar {
	float: left;
	margin-left: -14px;
	margin-right: -3px; /* 3px jog bug IE(win); see #main_with_sidebar */
	position: relative;
	width: 194px;
	zoom: 1;
}
html>body #sidebar {
	margin-right: 0;
}
#sidebar ul {
	list-style-type: none;
	padding: .75em 0;
	margin: 0;
}
#sidebar ul li {
	padding: 0;
	margin: 0;
}
#sidebar ul li a {
	display: block;
	height: 1%;
	padding: .25em 14px;
	margin: 0;
}
#sidebar ul li a:hover {
	background-color: #FFF;
}

#main_with_sidebar {
	margin-left: 191px; /* 3px jog bug IE(win); see #sidebar */
	padding-left: 0;
	position: relative;
	width: 596px;
}
html>body #main_with_sidebar {
	margin-left: 194px;
}
#main_with_sidebar .go_back {
	position: absolute;
	right: 0px;
	text-align: right;
	top: 45px;
}

#featured_wrapper {
	padding-bottom: 1em;
	width: 790px;
}

#featured_pink {
	float: left;
	margin-right: 14px;
}
#featured_pink h4 a {
	color: #FFF;
	text-decoration: none;
}
#featured_pink h4 a:hover {
	text-decoration: underline;
}
#featured_pink img {
	padding: 0 .5em 0 0;
}
#featured_pink .title {
	font-weight: bold;
}
#featured_pink .description {
	margin: .25em 0;
}
#featured_pink .price {
	font-weight: bold;
}

#featured_yellow {
	float: left;
	margin-right: 14px;
}
#featured_yellow h4 a {
	color: #FFF;
	text-decoration: none;
}
#featured_yellow h4 a:hover {
	text-decoration: underline;
}
#featured_yellow img {
	padding: 0 .5em 0 0;
}
#featured_yellow .title {
	font-weight: bold;
}
#featured_yellow .description {
	margin: .25em 0;
}
#featured_yellow .price {
	font-weight: bold;
}

#featured_purple {
	float: left;
}
#featured_purple h4 a {
	color: #FFF;
	text-decoration: none;
}
#featured_purple h4 a:hover {
	text-decoration: underline;
}
#featured_purple img {
	padding: 0 .5em 0 0;
}
#featured_purple .title {
	font-weight: bold;
}
#featured_purple .description {
	margin: .25em 0;
}
#featured_purple .price {
	font-weight: bold;
}

#bonus_buy h4 {
	color: #E9B832;
	font-size: 11pt;
	font-weight: bold;
	margin: 0 0 .25em 0;
	padding: 0;
	text-align: left;
}
#bonus_buy img {
	padding: 0 1em 0 0;
}
#bonus_buy .title {
	font-weight: bold;
}
#bonus_buy .description {
	margin: .25em 0;
}
#bonus_buy .price {
	font-weight: bold;
}

#top_10 {
	padding-bottom: 1em;
}
#top_10 ol {
	margin: 0;
	padding: .5em .5em 0 2.5em;
}
#top_10 li {
	margin: .25em 0;
	padding: 0;
}
#top_10 p {
	margin: 0;
	padding: .5em 0 1em 0;
	text-align: center;
}

#new_patterns {
	padding-bottom: 1em;
}
#new_patterns table {
	text-align: center;
}
#new_patterns p {
	margin: 0;
	padding: .5em 0 1em 0;
	text-align: center;
}
#new_patterns .swatch {
	padding: 1em .5em 0 .5em;
	text-align: center;
	vertical-align: top;
}
#new_patterns .title, #new_patterns .add_to_cart {
	font-size: 8pt;
}
#new_patterns .price {
	font-size: 8pt;
	font-weight: bold;
}

#verisign_logo {
	text-align: center;
	padding-bottom: 1em;
}

.xsell_subhead {
	border-bottom: 1px dotted #A5D7ED;
	border-top: 1px dotted #A5D7ED;
	font-size: 10pt;
	font-weight: bold;
	margin: 0;
	padding: .5em 0;
}

#swatch_container {}
#swatch_container .swatch {
	padding: 1.25em 1em;
	text-align: center;
	vertical-align: top;
}
#swatch_container .thumbnail {
	margin: 0 auto;
	position: relative;
	width: 72px;
	z-index: 1;
}
#swatch_container .title {
	font-size: 10pt;
	font-weight: bold;
}
#swatch_container .code {
	font-size: 10pt;
}
#swatch_container .price {
	font-size: 10pt;
	font-weight: bold;
}
#swatch_container .add_to_cart, #swatch_container .download {
	font-size: 8pt;
}

#detail_container {}
#detail_container img {
	float: left;
	padding: 0 14px 2em 0;
}
#detail_container .info {
	margin-left: 178px;
}

#cart, #order_summary {
	clear: left;
	padding-bottom: 1em;
}
#cart table, #order_summary table {
	background-color: #7DC000;
}
#cart th, #order_summary th {
	background-color: #D9F290;
	font: bold 9pt Arial, sans-serif;
	padding: .5em 6px;
}
#cart td, #order_summary td {
	background-color: #FFF;
	font: 9pt Arial, sans-serif;
	height: 2em;
	padding: 6px;
}
#cart .thumbnail, #order_summary .thumbnail {
	padding-right: 6px;
}
#cart .title, #order_summary .title {
	font-weight: bold;
}
#cart .description, #order_summary .description {
	margin: .25em 0;
}

#cart_notes {
	padding-bottom: 1em;
}
#cart_notes input {
	margin-top: .5em;
}

#new_customers {
	float: left;
}

#returning_customers {
	float: right;
}

#new_customers .main, #returning_customers .main {
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	height: 250px;
	padding: 20px 20px 0 20px;
}

#instructions {
	float: left;
}

#demo_login {
	float: right;
}

#demo_login .main {
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	height: 250px;
	padding: 20px 20px 0 20px;
}

#billing_address {
	float: left;
	padding-bottom: 1em;
}

#payment_method {
	float: right;
	padding-bottom: 1em;
}

#billing_address .main, #payment_method .main {
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	height: 100px;
	padding: 20px 20px 0 20px;
}
#billing_address h4, #payment_method h4 {
	color: #000;
	font-size: 10pt;
	font-weight: bold;
	margin: 0;
	text-align: center;
	padding: .4em;
}

#account, #profile, #address, #payment {
	margin: 0 auto;
	padding-bottom: 1em;
	width: 596px;
}
#account .main, #profile .main, #address .main, #payment .main, #promo .main {
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	padding: 0 20px;
}

#profile h3 {
	color: #308FBF;
	font-size: 10pt;
	font-weight: bold;
	margin-top: 0;
}

#flash {
	background-color: #FFC;
	border: 1px solid #F00;
	margin-bottom: 1em;
}

#footer {
	padding-bottom: 1em;
	width: 790px;
}
#footer p {
	margin: 0;
	text-align: center;
	padding: .5em 0;
}

#copyright {
	font-size: 8pt;
}


/* tabs */
.tab_dk_blue {
	height: 31px;
	position: relative;
}
.tab_dk_blue img {
	left: 0px;
	position: absolute;
	top: 0px;
}
.tab_dk_blue h3 {
	color: #FFF;
	left: 0px;
	position: absolute;
	font-size: 13pt;
	font-weight: bold;
	margin: 6px 0 0 14px;
	padding: 0;
	top: 0px;
}
.tab_dk_blue h3 a {
	color: #FFF;
	text-decoration: none;
}
.tab_dk_blue h3 a:hover {
	text-decoration: underline;
}