/* Common CSS for all designs */

a img {
	border: 0;
}
td.main, td {
	font-size: 11px;
}
.downloads {
	margin: 1ex;
}
.downloads h2 {
	font-size: 100%;
	margin: 0;
}
.downloads dd {
	color: #999;
}
.downloads a {
	color: black;
	text-decoration: underline;
}
.downloads img {
	margin-right: 1ex;
}
.downloads dl {
	font-size: 11px;
	margin: 1ex 0 2ex 0;
}
.downloads dd, .downloads dt {
	margin: 1ex 0;
}
.downloads .note {
	margin: 2ex 0;
}
.downloads .expired dd {
	text-decoration: line-through;
}
.video {
	margin: 2ex 0;
}

.warning {
	margin: 1ex auto;
	background: #f6f7c9;
	padding: 1ex;
	-moz-border-radius: 6px;
	border: 1px solid;
	border-color: #f7f8d1 #dadbb2 #dadbb2 #f7f8d1;
}

#categories .tree {
	width: 100%;
	border-collapse: collapse;
}
#categories .tree td {
	padding: 5px;
}
#categories .tree .toplevel td {
	background-image: url(../images/design/line_fc.gif);
	background-repeat:repeat-x;
	background-position: bottom left;
}
#categories .tree .current a {
	font-weight: bold;
}
#categories .tree small {
	font-size: 100%;
	font-weight: normal;
}
.CartProductRowOdd, .CartProductRowEven {
	height: 100%;
}

a.visibleLink  {
	color: blue;
	text-decoration: underline;
}

.info a {
	color: #000;
	text-decoration: underline;
}
.info {
	color: #000;
	margin: 1ex;
	font-size: 11px;
}
table.img {
	float: left;
	margin: 0 4px 4px 0;
	border-collapse: collapse;
}
table.img td {
	padding: 0;
	vertical-align: middle !important;
	text-align: center !important;
}
.nophoto {
	text-align: center;
	color: #CCC;
	padding: 0;
	vertical-align: middle;
	margin: auto;
}
td.nophoto a {
	color: #CCC;
}
#header {
	border-collapse: collapse;
}
#header td {
	padding: 10px;
}
#header td.customsize {
	padding: 0;
}
.productboxTopCenterTable td {
	font-size: 16px;
}
.error {
	color: red;
}
div.error {
	padding-top: 1ex;
}
.js_templates {
	display: none;
}

#headline {
	margin: 1ex auto;
	position: relative;
}
#headline .inner {
	padding: 1ex;
}
#headline h1 {
	margin: 0ex;
	font-size: 170%;
	font-weight: normal;
}
#headline h1 a {
	color: black;
}
#headline .description td,
#headline .subcategories td {
	padding: 1ex;
	font-size: 14px;
}
#headline .description,
#headline .subcategories {
	margin: 1ex auto;
}
#filter {
	position: relative;
	float: left;
	width: 100%;
}
#filter_switch {
	position: absolute;
	bottom: 1ex;
	left: 2ex;
	padding-left: 10px;
	background: url(../images/design/filter_off.gif) left center no-repeat;
}
#filter_switch.opened {
	background: url(../images/design/filter_on.gif) left center no-repeat;
}

/* (begin) Headline round corners --------------------------------------- */
.bottom_round_corners,
.bottom_round_corners div,
.top_round_corners,
.top_round_corners div {
	position: absolute;
	width: 5px;
	height: 6px;
	font-size: 0;
	background-image: url(../images/round_corners.gif);
	background-repeat: no-repeat;
}
.bottom_round_corners,
.top_round_corners {
	width: 100%;
}
.top_round_corners {
	background-position: left top;
	left: 0;
	top: 0;
}
.top_round_corners div {
	background-position: right top;
	right: 0;
	top: 0;
}
.bottom_round_corners {
	background-position: left bottom;
	left: 0;
	bottom: 0;
}
.bottom_round_corners div {
	background-position: right bottom;
	right: 0;
	bottom: 0;
}
/* (end) Headline round corners --------------------------------------- */

#filter .parameters {
   	margin: 1ex;
}
#filter .morefilters {
	display: none;
}
#filter .morefilters.opened {
	display: block;
}
#filter .parameters td {
	padding: 4px;
}
#filter .parameters input.text {
	font-size: 10px;
	border: 1px solid;
	border-color: #CCC #EEE #EEE #CCC;
}
input.number {
	text-align: right;
}
#filter .sort table {
	border-collapse: collapse;
}
#filter .sort table td {
	padding: 0;
}
#filter .sort {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
}

#filter .sort ul {
	float: left;
	margin: 0 2ex 0 1ex;
	padding: 0;
}

#filter .sort li {
	float: left;
	list-style: none;
}
#filter .sort .active span,
#filter .sort li a {
	display: block;
	padding: 3px 1ex;
}
#filter .sort .active {
	background: url(../images/design/sort_selected.gif) left bottom no-repeat;
	padding: 0;
}
#filter .sort .active span {
	padding: 3px 1ex 3px 0;
	margin-left: 1ex;
	background: url(../images/design/sort_selected.gif) right bottom no-repeat;
}

/* for 1col layout */
#filter.filter-1col {margin-top: 1ex;}
#filter.filter-1col .sort .active, #filter.filter-1col .sort .active span  { background-image: none !important; }



#paging .buttons td {
	font-size: 110%;
}
#paging .buttons,
#paging .buttons table,
#paging .buttons td {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}

#paging .buttons a {
	display: block;
	padding: 2ex 40px 3ex;
}
#paging a.next_page:hover {
	background: url(../images/design/next_page.jpg) bottom right no-repeat;
}
#paging a.prev_page:hover {
	background: url(../images/design/prev_page.jpg) bottom left no-repeat;
}

#paging .pages {
	font-size: 80%;
	line-height: 80%;
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 2ex;
}
#paging .pages ul {
	margin: 0 45px 1ex;
	padding: 0;
	float: right;
}
#paging .pages ul li {
	float: left;
	list-style: none;
	padding: 1ex 1ex;
	font-size: 140%;
}
#paging .pages ul li.active {
	background: url(../images/active_page_bg.gif) top center no-repeat;
}
#paging .subpaging {
	font-size: 100%;
	text-align: right;
	margin-bottom: 1em;
}
.price {
	font-size: 120%;
}

#w3counter {
	text-align: center;
}

.clearer {
	clear: both;
	overflow: hidden;
	font-size: 0;
}
.ie7 .clearer{height: 0;}

.discount-notice {
    font-size: 80%;
    margin: 4px;
    margin-top: 7px;
    margin-bottom: 7px;
    background: #cec;
    padding:7px;
    border: 1px solid #710000;
}
.call_for_price {
	margin: 1ex;
	color: #000;
	width: 100px;
	text-align: center;
}
.call_for_price span{
	font-weight: bold;
}
.call_for_price a {
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}
table.product-attributes {
    margin: 4pt;
    border-top: 2px solid #bbb;
    border-bottom: 1px solid #bbb;
    border-collapse: collapse;
    width: 80%;
}

table.product-attributes td{
    border-top: 1px dotted #bbb;
    border-bottom: 1px dotted #bbb;
    font-weight: bold;
    width: 60%;
}

table.product-attributes td.label{
    font-weight: normal;
    width: 40%;
}

.checkoutbarfrom, .checkoutbarto {
	color:#8C8C8C;
	font:10px Verdana, Arial, sans-serif;
}
td.subbar,.checkoutbarcurrent {
	color: #000;
	font:10px Verdana, Arial, sans-serif;
}
#checkoutbar td {
	text-align: center;
	background:url(../images/checkout_bar.gif) center -60px no-repeat;
}
#checkoutbar td div {
	padding: 10px 2ex 0 2ex;
}
#checkoutbar td.first {
	background:url(../images/checkout_bar.gif) center top no-repeat;
}
#checkoutbar td.last {
	background:url(../images/checkout_bar.gif) center -30px no-repeat;
}
.checkoutbarcurrent div {
	background:  url(../images/checkout_bullet.gif) center top no-repeat;
}