html {
	margin: 0;
	padding: 0;
	overflow-y: scroll;
}

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 15px;
	background-color: #FFFFFF;
	background-image: url(../images/background.png);
	background-position: left 93px;
	background-repeat: repeat-x;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: underline;
	outline: 0;
}

a:hover {
	text-decoration: none;
}

form {
	margin: 0;
	padding: 0;
}

img {
	vertical-align: bottom;
	border: 0;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

h1 {
	height: 32px;
	line-height: 32px;
	background-image: url(../images/h1.gif);
	background-position: left top;
	background-repeat: no-repeat;
	font-weight: bold;
	font-size: 14px;
	padding: 0 10px;
	margin: 15px 0;
}

h1 span {
	float: right;
	font-weight: normal;
	font-size: 11px;
}

h2 {
	height: 25px;
	line-height: 25px;
	background-image: url(../images/h2_left.gif);
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #e9811a;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
	margin: 20px 0 15px 0;
}

h2 span {
	display: block;
	background-image: url(../images/h2_right.gif);
	background-position: right top;
	background-repeat: no-repeat;
	padding: 0 10px;
}

h3 {
	height: 25px;
	line-height: 25px;
	background-image: url(../images/h3.gif);
	background-position: left top;
	background-repeat: no-repeat;
	font-weight: bold;
	font-size: 12px;
	padding: 0 10px;
	margin: 0;
}

h4 {
	height: 32px;
	line-height: 32px;
	background-image: url(../images/title_noshadow.gif);
	background-position: left top;
	background-repeat: no-repeat;
	font-weight: bold;
	font-size: 14px;
	padding: 0 10px;
	margin: 15px 0;
}

.clear {
	clear: both;
}

.msg {
	margin: 10px 0 -10px 0;
	padding: 7px 10px 7px 35px;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: 10px center;
}

.success {
	background-color: #ccffcc;
	border: 2px solid #4dba4d;
	background-image: url(../images/msg_success.png);
}

.warn {
	background-color: #ffff99;
	border: 2px solid #d4d20e;
	background-image: url(../images/msg_warn.png);
}

#wrapper {
	width: 970px;
	margin: 0 auto;
	position: relative;
}

#first_visit {
	position: absolute;
	top: 35px;
	right: 350px;
	background-image: url(../images/tooltip.gif);
	background-position: center top;
	background-repeat: no-repeat;
	padding: 24px 0 0 0;
	z-index: 999999;
}

#first_visit div {
	background-color: #faffa2;
	border: 1px solid #4c4c4c;
	border-top: 0;
	padding: 10px;
	width: 170px;
}

#header {
	height: 93px;
	position: relative;
}

#header #logo {
	position: absolute;
	top: 33px;
	left: 16px;
}

#header #logo a {
	outline: none;
}

#header #navigation {
	position: absolute;
	right: 0;
	top: 57px;
}

#header #navigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#header #navigation ul li {
	float: left;
	margin: 0;
	padding: 0;
}

#header #navigation ul li a {
	display: block;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	line-height: 21px;
	padding: 0 0 0 18px;
	background-image: url(../images/bullet.gif);
	background-position: 7px center;
	background-repeat: no-repeat;
	outline: none;
}

#header #navigation ul li a:hover {
	color: #e9811a;
}

#header #navigation ul li a.active {
	color: #e9811a;
}

#header #navigation ul li.nobullet a {
	background-image: none;
}

#header #navigation ul li.home a {
	background-image: url(../images/home.gif);
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: middle;
	width: 11px;
	padding: 0;
	margin: 0;
}

#header #navigation ul li.home a:hover {
	background-image: url(../images/home_on.gif);
}

#header #navigation ul li.home a.active {
	background-image: url(../images/home_on.gif);
}

#header #navigation ul li input#search_text {
	border: 1px solid #e9811a;
	border-right: 0;
	padding: 3px;
	width: 128px;
	margin: 0 0 0 18px;
	color: #999999;
	font-size: 11px;
	height: 13px;
	vertical-align: top;
	white-space: nowrap;
}

#header #navigation ul li input#search_button {
	background-image: url(../images/go.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: transparent;
	border: 0;
	width: 24px;
	height: 21px;
	padding: 0;
	margin: 0;
}

#header #lang {
	position: absolute;
	left: 247px;
	top: 10px;
	color: #4d4948;
}

#header #lang a {
	text-decoration: none;
	color: #4d4948;
}

#header #lang span.separator {
	padding: 0 3px;
}

#header #user {
	position: absolute;
	right: 2px;
	top: 11px;
	color: #666666;
}

#header #user a {
	color: #666666;
}

#header #user span.separator {
	padding: 0 7px;
}

#subheader {
	position: relative;
	height: 155px;
}

#subheader #picture {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

#subheader #shadow {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 230px;
}

#subheader #slogan {
	position: absolute;
	right: 760px;
	top: 100px;
	z-index: 300px;
	color: #FFFFFF;
	font-style: italic;
	font-size: 14px;
	font-family: "Bitstream Vera Sans", "DejaVu Sans", "Lucida Grande", Verdana, Arial, sans-serif;
	text-align: right;
}

#subheader #slogan span {
	display: block;
	color: #9a9897;
	font-size: 12px;
}

#footer {
	background-image: url(../images/dot.gif);
	background-repeat: repeat-x;
	background-position: left top;
	line-height: 32px;
	height: 32px;
	text-align: center;
	color: #333333;
	font-size: 12px;
	margin: 0 0 40px 0;
}

#footer a {
	color: #333333;
	font-size: 12px;
	text-decoration: none;
}

#footer span.separator {
	padding: 0 7px;
}

#main {
	margin: 20px 0 35px 0;
}

#main #left {
	float: left;
	width: 230px;
	margin: 0 20px 0 0;
	padding: 0;
}

#main #right {
	float: left;
	width: 720px;
	margin: 0;
	padding: 0;
}

/* EOL */

#leftmenu {
	margin: 0;
	padding: 0 0 5px 0;
	list-style-type: none;
	background-image: url(../images/menubottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#leftmenu #title {
	display: block;
	line-height: 42px;
	height: 42px;
	vertical-align: bottom;
	background-image: url(../images/menutitle.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border: 0;
}

#leftmenu #title span {
	display: block;
	padding: 0 17px;
	font-family: "Bitstream Vera Sans", "DejaVu Sans", "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 13px;
}

#leftmenu li {
	border: 1px solid #bcbcbc;
	border-top: 0;
	background-color: #f6f6f6;
}

#leftmenu li.last {
	border-bottom: 0;
}

#leftmenu li a {
	display: block;
	line-height: 30px;
	height: 30px;
	padding: 0 0 0 18px;
	text-decoration: none;
	color: #000000;
	outline: none;
}

#leftmenu li a:hover {
	font-weight: bold;
	background-image: url(../images/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: 210px center;
}

#leftmenu li a.active {
	font-weight: bold;
	background-image: url(../images/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: 210px center;
}

#left #card {
	background-image: url(../images/menushadow.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 1px 0;
	padding: 25px 18px 0 18px;
}

#left #card #map {
	float: right;
}

#breadcrumbs {
	background-image: url(../images/dot.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin: 0 0 10px 0;
	padding: 0 1px 5px 1px;
	line-height: 12px;
}

#breadcrumbs ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#breadcrumbs ul li {
	float: left;
	color: #666666;
	font-size: 11px;
	padding: 0 11px 0 0;
	background-image: url(../images/breadcrumbs.gif);
	background-repeat: no-repeat;
	background-position: right center;
	border-right: 11px solid #ffffff;
}

#breadcrumbs ul li a {
	color: #666666;
	font-size: 11px;
	text-decoration: none;
}

#cart_steps {
	background-image: url(../images/cartline.gif);
	background-repeat: no-repeat;
	background-position: left 27px;
	height: 50px;
	margin: 20px 0;
}

#cart_steps .step {
	float: left;
	width: 180px;
	text-align: center;
	color: #747474;
	background-image: url(../images/step_off.gif);
	background-repeat: no-repeat;
	background-position: center center;
	font-weight: normal;
	padding: 0 0 50px 0;
	font-family: "Bitstream Vera Sans", "DejaVu Sans", "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 11px;
}

#cart_steps .active {
	color: #e9811a;
	font-size: 12px;
	background-image: url(../images/step_on.gif);
	padding: 0 0 54px 0;
	font-weight: bold;
}

#cart tr.header {
	background-image: url(../images/cart_title_middle.gif);
	background-position: left top;
	background-repeat: repeat-x;
	position: relative;
}

#cart tr.top_border_cart td {
	border-top: 1px solid #dbdbdb;
}

#cart tr.header td {
	line-height: 32px;
	padding: 0 0 25px 0;
	color: #333333;
	font-weight: bold;
	background-image: none;
}

#cart tr.header td.head_left {
	background-image: url(../images/cart_title_left.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

#cart tr.header td.head_right {
	background-image: url(../images/cart_title_right.gif);
	background-position: right top;
	background-repeat: no-repeat;
}

#cart tr.header td.right_separator {
	background-image: url(../images/cart_header_separator.gif);
	background-position: right 6px;
	background-repeat: no-repeat;
}

#cart tr.header td span#photo_icon {
	background-image: url(../images/icon_photo.gif);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 0 20px;
}

#cart tr td {
	border-bottom: 1px solid #dbdbdb;
}

#cart tr td.right_border {
	border-right: 1px solid #dbdbdb;
}

#cart tr td input.quantity {
	border: 1px solid #999999;
	font-size: 11px;
	padding: 1px;
	width: 30px;
	text-align: center;
}

#cart tr td.znesek {
	color: #333333;
	font-weight: bold;
	font-size: 14px;
}

#cart tr td a.cart_picture img {
	background-position: center center;
	background-repeat: no-repeat;
}

#cart tr td span.naziv {
	color: #1a1a1a;
	font-size: 13px;
	font-weight: bold;
	display: block;
	padding: 0 0 5px 0;
}

#cart tr td span.sifra {
	color: #666666;
	font-size: 11px;
	font-weight: normal;
}

#cart_totals {
	border: 1px solid #bbbbbb;
	margin: 15px 0;
	padding: 6px;
}

#cart_totals div {
	text-align: right;
	line-height: 20px;
}

#cart_totals div span {
	float: right;
	width: 85px;
	padding: 0 71px 0 0;
	text-align: right;
}

#delivery_warn {
	float: left;
	font-size: 11px;
	color: #999999;
	margin: -5px 0 0 0;
	padding: 0 0 0 20px;
	line-height: 13px;
	background-image: url(../images/warn_icon.gif);
	background-position: left center;
	background-repeat: no-repeat;
}

#cart_final_price {
	float: right;
	text-align: right;
	line-height: 20px;
	color: #333333;
	font-weight: bold;
	font-size: 16px;
}

#cart_final_price span {
	float: right;
	width: 84px;
	padding: 0 77px 0 0;
	text-align: right;
}

#cart_walk {
	background-image: url(../images/h1.gif);
	background-position: left top;
	background-repeat: no-repeat;
	margin: 40px 0 0 0;
	height: 32px;
}

#cart_walk a.forward {
	float: right;
	line-height: 22px;
	padding: 0 24px 0 0;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	width: 131px;
	text-align: center;
	margin: 5px;
	background-image: url(../images/add_to_cart.gif);
	background-position: right top;
	background-repeat: no-repeat;
}

#cart_walk a.back {
	float: left;
	line-height: 22px;
	padding: 0 0 0 24px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	width: 131px;
	text-align: center;
	margin: 5px;
	background-image: url(../images/add_to_cart_flipped.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

.cart_preview {
	float: left;
	margin: 0 0 0 10px;
	width: 345px;
}

.cart_preview .title {
	display: block;
	background-image: url(../images/dot.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	padding: 5px 0;
	margin: 0 0 5px 0;
	font-weight: bold;
	font-size: 11px;
}

.left_one {
	padding: 5px 10px;
	width: 325px;
	border: 1px solid #dbdbdb;
}

#map_wrapper {
	width: 720px;
	height: 500px;
	overflow: hidden;
}

.dotted_item {
	background-image: url(../images/dot.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding: 5px 2px;
}

.dotted_item span.key {
	float: left;
	width: 290px;
}

.dotted_item span.value {
	float: left;
}

.list_item {
	width: 137px;
	height: 243px;
	float: left;
	margin: 0 8px 0 0;
	position: relative;
	background-image: none;
	background-position: 1px 1px;
	background-repeat: no-repeat;
}

.list_item a {
	display: block;
	position: absolute;
	outline: 0;
	left: 0;
	top: 0;
}

.list_item div.desc {
	position: absolute;
	top: 178px;
	left: 2px;
	width: 130px;
	padding: 7px 0 0 0;
	text-align: center;
}

.list_item div.activate_shadow {
	background-image: url(../images/frame_shadow.gif);
	background-position: left top;
	background-repeat: repeat-x;
	color: #e9811a;
}

.list_item div.flag_new {
	position: absolute;
	right: 12px;
	top: 0;
	padding: 1px 5px 1px 5px;
	z-index: 999999;
	background-color: #FF3300;
	font-size: 9px;
	text-transform: uppercase;
	color: #FFFFFF;
}

#filter {
	background-image: url(../images/filter.png);
	background-position: left top;
	background-repeat: no-repeat;
	width: 720px;
	height: 93px;
}

#filter .inner {
	padding: 10px 15px;
}

#filter .inner .per_page, #filter_mini .inner .per_page {
	float: right;
	color: #FFFFFF;
	font-size: 11px;
	line-height: 22px;
}

#filter .inner .per_page a, #filter_mini .inner .per_page a {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	padding: 0 1px;
}

#filter .inner .per_page a.active, #filter_mini .inner .per_page a.active {
	text-decoration: underline;
}

#filter .inner .title {
	display: block;
	height: 20px;
	line-height: 20px;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}

#filter .inner .desc {
	display: block;
	padding: 5px 0 10px 0;
}

#filter .inner .selects select {
	width: 197px;
	padding: 1px;
	margin: 0 45px 0 0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

#filter_mini {
	background-image: url(../images/filter_mini.png);
	background-position: left top;
	background-repeat: no-repeat;
	width: 720px;
	height: 41px;
}

#filter_mini .inner {
	padding: 10px 15px;
}

#filter_mini .inner .title {
	display: block;
	height: 20px;
	line-height: 20px;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}

#filter_mini .inner .desc {
	display: none;
}

#filter_mini .inner .selects {
	display: none;
}

.paging {
	height: 24px;
	line-height: 24px;
	text-align: center;
	background-image: url(../images/page_border.gif);
	background-position: left top;
	background-repeat: repeat-x;
	margin: 22px 0 15px 0;
}

.paging a.next {
	float: right;
}

.paging a.prev {
	float: left;
}

.paging a.page {
	display: inline-block;
	width: 24px;
	height: 24px;
	background-image: url(../images/page_page.gif);
	background-position: left top;
	background-repeat: no-repeat;
	text-decoration: none;
	padding: 0;
	margin: 0;
	text-align: center;
	color: #000000;
}

.paging a.page:hover, .paging a.active {
	background-image: url(../images/page_active.gif);
}

#sitemap {
	margin: 0 0 0 20px;
}

#sitemap a {
	color: #666666;
	text-decoration: none;
}

#sitemap div.item {
	background-image: url(../images/bullet_orange.gif);
	background-position: 6px 8px;
	background-repeat: no-repeat;
	padding: 2px 0 2px 18px;
}

#noresults {
	width: 208px;
	height: 118px;
	padding: 50px 13px 0 110px;
	margin: 60px auto 0 auto;
	text-align: center;
	background-image: url(../images/no_results.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#finalized {
	width: 208px;
	height: 118px;
	padding: 20px 13px 0 110px;
	margin: 30px auto -30px auto;
	text-align: center;
	background-image: url(../images/super_alt.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#product .left {
	float: left;
	width: 187px;
	background-repeat: no-repeat;
	background-position: 3px 3px;
}

#product .left .subpics a {
	float: left;
	background-position: 3px 3px;
	margin: 9px 0 0 0;
}

#product .left .zoom_advice {
	color: #999999;
	font-size: 11px;
	background-image: url(../images/plus.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding: 0 0 0 14px;
	margin: 9px 0 0 0;
	line-height: 13px;
}

#product .right {
	float: left;
	width: 533px;
}

#product .right .description {
	color: #000000;
	padding: 10px;
	margin: 0;
	height: 173px;
}

#product .right .ddv_warn a {
	float: right;
	font-size: 11px;
	color: #999999;
	margin: 9px 0 0 0;
	padding: 0 0 0 20px;
	line-height: 13px;
	background-image: url(../images/warn_icon.gif);
	background-position: left center;
	background-repeat: no-repeat;
}

#product .right .tools {
	width: 533px;
	height: 102px;
	background-image: url(../images/tools.gif);
	background-position: left top;
	background-repeat: no-repeat;
	margin: 9px 0 0 0;
	position: relative;
}

#product .right .tools .price {
	position: absolute;
	top: 15px;
	right: 25px;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	text-align: right;
}

#product .right .tools .price span {
	display: block;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	padding: 0 0 3px 0;
}

#product .right .tools .price em {
	color: #666666;
	font-style: normal;
	background-image: url(../images/linethrough.gif);
	background-position: left 7px;
	background-repeat: repeat-x;
	font-size: 15px;
	padding: 0 4px;
}

#product .right .tools .add {
	position: absolute;
	right: 20px;
	top: 63px;
}

#product .right .tools .add a {
	display: block;
	background-image: url(../images/add_to_cart.gif);
	background-position: left;
	background-repeat: no-repeat;
	text-align: center;
	width: 131px;
	padding: 0 24px 0 0;
	height: 22px;
	line-height: 22px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

#product .right .tools .add a:hover {
	color: #000000;
}

#product .right .tools .delivery {
	position: absolute;
	left: 198px;
	top: 53px;
	line-height: 16px;
	width: 139px;
	text-align: center;
}

#product .right .tools .select {
	position: absolute;
	top: 10px;
	left: 15px;
	width: 165px;
}

#product .right .tools .select .formbox {
	display: block;
	width: 165px;
	padding: 1px;
	margin: 2px 0 3px 0;
	border: 1px solid #a7a7a7;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

#product a#back_to_results {
	display: block;
	background-image: url(../images/arrow_left.gif);
	background-position: left center;
	background-repeat: no-repeat;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
	padding: 0 0 0 15px;
	margin: 20px 0 0 0;
}

#hot_products {
}

#hot_products .item {
	float: left;
	width: 355px;
	height: 178px;
	background-position: 1px 1px;
	background-repeat: no-repeat;
}

#hot_products .item .item_inner {
	background-image: url(../images/frame_hot.gif);
	background-position: left top;
	background-repeat: no-repeat;
	width: 355px;
	height: 178px;
	position: relative;
}

#hot_products .item .item_inner .info {
	position: absolute;
	top: 10px;
	left: 143px;
	width: 202px;
}

#hot_products .item .item_inner .info span.top {
	display: block;
	background-image: url(../images/dot_lite.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	font-weight: bold;
	font-size: 12px;
	color: #e9811a;
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
}

#hot_products .item .item_inner .info span.name {
	font-weight: bold;
	font-size: 14px;
	color: #666666;
	display: block;
	padding: 0 0 15px 0;
}

#hot_products .item .item_inner .prices {
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 202px;
}

#hot_products .item .item_inner .prices .old_price {
	display: block;
	text-align: right;
	color: #4d4948;
	font-size: 12px;
	padding: 0 0 5px 0;
}

#hot_products .item .item_inner .prices .new_price {
	display: block;
	text-align: right;
	color: #4d4948;
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	background-image: url(../images/dot_lite.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
}

#hot_products .item .item_inner .prices .more a {
	display: block;
	background-image: url(../images/add_to_cart.gif);
	background-position: right top;
	background-repeat: no-repeat;
	line-height: 22px;
	text-decoration: none;
	text-align: center;
	padding: 0 24px 0 0;
	margin: 0 0 0 58px;
	width: 120px;
	color: #FFFFFF;
	font-weight: bold;
	vertical-align: bottom;
}

.field_wrapper {
	margin: 0 10px;
	padding: 10px;
	background-image: url(../images/dot_lite.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
}

.field_wrapper label {
	float: left;
	width: 200px;
	text-align: right;
	line-height: 21px;
	padding: 0 10px 0 0;
}

.field_wrapper .field {
	border: 1px solid #dbdbdb;
	background-color: #fafafa;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px;
	width: 260px;
	overflow: auto;
	height: 16px;
}

.field_wrapper .select {
	border: 1px solid #dbdbdb;
	background-color: #fafafa;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px;
	width: 266px;
	height: 22px;
}

.field_wrapper .req {
	background-image: url(../images/required.gif);
	background-position: right center;
	background-repeat: no-repeat;
}

.field_wrapper .active {
	border: 1px solid #e6600b;
}

.field_wrapper .req.active {
	background-image: url(../images/required_on.gif);
}

.checkbox_wrapper {
	height: 20px;
	padding: 10px 0;
	margin: 0 10px;
}

.checkbox_wrapper label {
	width: auto;
}

.field_wrapper input.chkbox {
	margin: 5px 7px 0 220px;
	padding: 0;
	height: 12px;
	float: left;
}

#captcha {
	border: 1px solid #dbdbdb;
	display: block;
	margin: 5px 0 0 210px;
}

.submit_wrapper {
	background-image: none;
}

.submit_wrapper #submit_button {
	border: 0;
	margin: 0;
	width: auto;
	overflow: visible;
	width: 1;
	padding: 0 20px;
	height: 22px;
	line-height: 22px;
	vertical-align: middle;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background-color: transparent;
	background-image: url(../images/button.gif);
	background-position: right top;
	background-repeat: no-repeat;
}

#form_instructions {
	padding: 0 10px 15px 10px;
}

#static_text_wrapper {
	padding: 0 10px;
	text-align: justify;
	line-height: 18px;
}

#static_text_wrapper h1 {
	margin: 0 0 10px 0;
	padding: 0 0 0 20px;
	background-image: url(../images/document.gif);
	background-position: left center;
	background-repeat: no-repeat;
	border-bottom: 1px solid #dbdbdb;
	font-size: 14px;
	font-weight: bold;
	line-height: 25px;
	height: auto;
}

#static_text_wrapper h2 {
	margin: 0 0 10px 0;
	padding: 0 0 0 10px;
	background-image: url(../images/breadcrumbs.gif);
	background-position: left center;
	background-repeat: no-repeat;
	border-bottom: 1px solid #dbdbdb;
	background-color: #FFFFFF;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	line-height: 25px;
	height: auto;
}

#static_text_wrapper  ol {
	padding: 10px 25px;
	margin: 0;
}

#static_text_wrapper ul {
	padding: 10px 10px;
	margin: 0;
	list-style-type: none;
}

#static_text_wrapper ul li {
	padding: 0 0 0 10px;
	margin: 0;
	background-image: url(../images/bullet.gif);
	background-position: left 8px;
	background-repeat: no-repeat;
}

#faq {
	padding: 0 10px;
}

#faq a {
	display: block;
	padding: 10px 5px;
	margin: 0;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	border-bottom: 1px solid #dbdbdb;
}

#faq a:hover {
	color: #e6600b;
}

.padding_10_15 {
	padding: 10px 15px;
	display: inline-block;
}

#news_article {
	padding: 0 10px;
}

#news_picture {
	float: left;
	margin: 0 10px 10px 0;
}

#news_picture img {
	padding: 1px;
	border: 1px solid #dbdbdb;
}

#news_archive {
	margin: 0 10px;
	padding: 0;
	list-style-type: none;
	background-image: url(../images/dot_lite.gif);
	background-position: left top;
	background-repeat: repeat-x;
}

#news_archive li {
	line-height: 24px;
	background-image: url(../images/dot_lite.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
}

#news_archive li a span {
	float: right;
	font-size: 11px;
	color: #666666;
}

#news_archive li a {
	display: block;
	background-image: url(../images/read_off.gif);
	background-position: 5px center;
	background-repeat: no-repeat;
	padding: 0 5px 0 20px;
	text-decoration: none;
}

#news_archive li a.active {
	background-image: url(../images/read_on.gif);
	color: #e9811a;
}

.quantity_select {
	border: 1px solid #dbdbdb;
	background-color: #fafafa;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px;
	width: 55px;
	height: 22px;
}

#PBS_warning {
	display: block;
	margin: 10px 0 0 210px;
	padding: 3px 5px 3px 25px;
	font-size: 11px;
	background-color: #ffca08;
	border: 1px solid #787878;
	background-image: url(../images/pbs_logo.gif);
	background-position: 2px 2px;
	background-repeat: no-repeat;
	width: 234px;
}
