/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol,ul { list-style : none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }

/*
    No-Table Layout
*/
body, html {
    background-color: #fff;
    font-size: 11px;
    font-family: Verdana, Arial, Tahoma, Sans-Serif;
    color:#000;
    padding:0;
    margin:0;
}
a {
    color: #117cb4;
    text-decoration:none;
    font-weight: bold;
}
a:hover {
    color: #117cb4;
    text-decoration:underline;
    font-weight: bold;
}

#container {
    width: 980px;
    margin:0 auto;
    background-color: #9fc9e1;
}
#content {
    background-color: #fff;
    padding: 0;
    float:left;
    width: 614px;
    border-left: 3px solid #fff;
    border-right: 3px solid #fff;
}
div#content {
    min-height:500px;
    height:expression(this.scrollHeight > 500 ? "auto":"500px"); 
}

div#content p {
    padding-bottom: 10px;
}

div.error_box {
    border:3px solid red;
    color:#000;
    font-weight: bold;
    padding:5px;
    width: 90%;
}

#ticker {
    background-color: #e63c29;
    color:#fff;
    text-align: center;
    padding: 0;
    margin: 0;
    line-height:24px;
    border-bottom: 3px solid #fff;
}

#header {
    background-color: #117cb4;
    height: 85px;
    text-align: left;
    padding: 0;
    margin: 0;
    border-bottom: 3px solid #fff;
}

div.shop_logo {
    float: left;
    width: 285px;
    height:85px;
    margin-right:4px;
}

div.gfx_navi ul {
    list-style-type: none;
    display:inline;
}
div.gfx_navi ul li {
    margin-right: 5px;
    float:left;
}

ul.categories {
    width: 180px;
    margin:10px 0 0 0;
    padding:0;
}
ul.categories li {
    width:170px;
    background-color: #117cb4;
    color: #fff;
    margin: 0 0 2px 0;
    padding: 0 0 0 10px;
}
ul.categories li.level_1 {
    width:160px;
    padding: 0 0 0 20px;
}
ul.categories li.level_2 {
    width:150px;
    padding: 0 0 0 30px;
}
ul.categories li.level_3 {
    width:140px;
    padding: 0 0 0 40px;
}
ul.categories li.level_4 {
    width:130px;
    padding: 0 0 0 50px;
}
ul.categories li a.not_selected {
    color: #fff;
    text-decoration: none;
    font-weight:bold;
    line-height:20px;
}
ul.categories li a.selected, ul.categories li a.selected:hover, ul.categories li a.not_selected:hover {
    color: #9fc9e1;
    text-decoration: none;
    font-weight:bold;
    line-height:20px;
}

ul.categories_listing li {
	padding-bottom: 10px;
}

#left {
    clear:both;
    float: left;
    width: 180px;
    margin: 0px;
    padding: 0px;
}

#right {
	float: left;
	width: 180px;
	margin: 0;
	padding: 0;
}

h1.col_heading {
    margin:10px 0 0 0;
    width:170px;
    padding: 0 0 0 10px;
    line-height:30px;
    background-color: #117cb4;
    color: #fff;
}
h2.default_subHeadline {
    font-weight: bold;
    font-size:12px;
    font-family: Tahoma, Verdana, Arial, Sans-Serif;
    color:#117cb4;
    padding:0;
    margin: 20px 0 20px 0;
}
div.default_innerContent {
    font-size: 11px;
    line-height:13px;
    font-weight:normal;
}
div.col_content {
    margin:2px 0 0 0;
    width:170px;
    padding: 5px;
    background-color: #5ca5cc;
    color: #fff;
    text-align:left;
}
span.advertising_price {
    color: #117cb4;
    font-size: 18px;
    font-weight: bold;
}
div.col_content a {
    font-weight: bold;
    color:white;
    text-decoration: none;
}
div.col_content a:hover {
    font-weight: bold;
    color:white;
}
div.col_content input.textinput, div.col_content input.searchtextinput {
    border-style: none;
    width:170px;
    height:18px;
    font-size:12px;
    color:black;
    margin: 4px 0 4px 0;
}
div.col_content input.searchtextinput {
    background-image: url(img/lupe_bg.gif);
    background-repeat: no-repeat;
    background-position: right center;
}

h1.content_headline {
    background-color: #d5e7f1;
    font-family: Tahoma, Verdana, Arial, Sans-Serif;
    line-height:60px;
    font-size:14px;
    width:594px;
    padding:0 0 0 20px;
    color:#fe0e00;
}

div.content_content {
    line-height:14px;
    font-size:12px;
    width:594px;
    padding:10px;
    color:#000;
}
 div.content_content_bg {
    line-height:14px;
    font-size:12px;
    width:594px;
    padding:10px;
    color:#000;  
    background-image: url(img/ci/content_bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
}

div.content_content ul {
    list-style:square;
    margin: 0 0 0 20px;
}
div.content_content ul li {
    line-height: 18px;
}


div.productbox_left, div.productbox_right, div.productbox_center {
    width: 176px;
    margin: 5px;
    padding: 5px;
    text-align:center;
    min-height:140px;
    height:expression(this.scrollHeight > 140 ? "auto":"140px");
    border: 1px solid #efefef;
}
div.productbox_left:hover, div.productbox_right:hover, div.productbox_center:hover {
	background-color:#eaf7ff;
}
div.productbox_left a, div.productbox_right a, div.productbox_center a {
    color:black;
    font-weight: normal;
}
div.productbox_left a:hover, div.productbox_right a:hover, div.productbox_center a:hover {
    color:black;
    font-weight: normal;
}
div.productbox_left img, div.productbox_right img, div.productbox_center img {
    margin: 5px;
}
div.productbox_left span, div.productbox_right span, div.productbox_center span {
    padding: 5px 0 0 0;
    font-weight:bold;
    color: #5ca5cc;
    display: block;
}

div.productbox_left {
    float: left;
}

div.productbox_right {
    float: left;
}

div.productbox_center {
    float: left;
}

div.productbox_newline {
    clear: both;
    margin: 0;
    padding: 0;
    font-size:1px;
    height:1%;
    display:hidden;
}

#footer {
    clear: both;
    margin: 0px;
    padding: 0px;
    border-top: 3px solid #fff;
    height:30px;
    background-color:#fff;
    text-align:center;
}

.smallHeading {
	font-size: 11px;
	font-weight: bold;
	color: #000;
	line-height:24px;
}
/*
    DESIGN_MOD END
*/


/* 
Intelli Search suggest list layout
Change this lines as you like to asign other colours,
fonts, borders etc. to the Intelli Search suggest List
*/
div#intelliSearchResult {
	position:absolute;
	width:468px;
	z-index:1;
	background-color:#FFF;
	padding:0px;
	margin:22px 0 0 0;
	border-style:solid;
	border-color:#FFF;
	border-width:0px 1px 0px 1px;
	display:none;
	visibility:hidden;
}

div#intelliSearchResult a {
	display:block;
	padding:4px;
	width:460px;
	color:#117CB4;
	border-style:solid;
	border-color:#117CB4;
	border-width:0px 0px 1px 0px;
	font-size:11px;
}

div#intelliSearchResult a:hover {
	display:block;
	background-color:#117CB4;
	color:#FFF;
	text-decoration:none;
}


.boxText { 
	font-size: 10px;
}

.boxTextBG {
	font-size: 10px;
	background-color: #f1f1f1;
}
.boxTextBGII {
	font-size: 10px;
	background-color: #FFCC99;
}
.boxTextPrice {
	font-size: 10px;
	color: #FF0000;
}

.errorBox {
	font-family : Verdana, Arial, sans-serif;
	font-size : 10px;
	font-weight: bold;
	background-color: #ffb3b5;
}
.gvBox {
	font-family : Verdana, Arial, sans-serif;
	font-size : 14px;
	font-weight: bold;
	border-color: #FFFFFF;
	border: 1px solid;
	background-color: #ffb3b5;
}
.stockWarning { 
	font-family : Verdana, Arial, sans-serif;
	font-size : 10px;
	color: #cc0033;
}

.productsNotifications {
	background-color: #f2fff7;
}

.orderEdit { 
	font-family : Verdana, Arial, sans-serif;
	font-size : 10px;
	color: #70d250;
	text-decoration: underline;
}

img{
	border:0;
}

FORM {
	display: inline;		   
}


TR.header {
	background-color: #ffffff;
}

TR.headerNavigation {
  background: #F6F6F6;
}

TD.headerNavigation {
	font-size: 10px;
	color: #000000;
	font-weight : bold;
	border-bottom: 1px solid;
	border-color: #b6b7cb;
	background-color: #F6F6F6;
}

A.headerNavigation { 
  color: #000000; 
}

A.headerNavigation:hover {
  color: #000000;
}

TD.conditions {
  background-color: #FFCCCC;
}

A.confirmationEdit {
	color: #009933;
	font-style: italic;
}
A.confirmationEdit:hover {
	color: #009933;
	font-style: italic;
	text-decoration: underline;
}
TR.headerError {
  background-color: #ff0000;
}

TR.headerMessage {
	background-color: #00CC33;
}

.moduleHeading {
	font-size: small;
	font-weight: bold;
	padding-bottom: 10px;
}

TD.headerError {
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  font-size: 10px;
    background: #F6F6F6;
  color: #000000;
  font-weight : bold;
  border-bottom: 1px solid;
  border-color: #b6b7cb;
}

.infoBox {
}

.infoBoxContents {
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-size: 10px;
  font-weight: bold;
  background: #666666;
  height:17px;
  color: #ffffff;
}

TD.infoBoxHeading_right {
  font-size: 10px;
  font-weight: bold;
  background: #C4C4C4;
  height:17px;
  color: #000000;
}

TD.infoBox, SPAN.infoBox {
  font-size: 10px;
  border-right: 4px solid;
  background: #E6E6E6; 
  border-color: #C4C4C4;
}

TD.infoBox_right, SPAN.infoBox_right {
  font-size: 10px;
  background: #E6E6E6; 

}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #f8f8f9;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #f8f8f9;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

.productListing-heading {
  font-size: 10px;
  background: #b6b7cb;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  font-size: 10px;
}

TD.pageHeading, DIV.pageHeading {
  font-size: 16px;
  font-weight: bold;
  color: #000000;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-size: 11px;
  line-height: 1.5;
}
td.main {
	padding:3px;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-size: 10px;
}

TD.accountCategory {
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-size: 12px;
}

TD.tableHeading {
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
	font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-size: 11px;
}

SPAN.greetUser {
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

SPAN.underline {
	text-decoration: underline;
}

TABLE.formArea {
  background: #f1f1f1;
  border-color: #cccccc;
  border-style: solid;
  border-width: 1px;
}
TABLE.formArea td {
	padding:2px;
}

TD.formAreaTitle {
  font-size: 12px;
  font-weight: bold;
}

.copyright {
  font-size: 11px;
  line-height: 1.5;
  text-align:center;
}
.parseTime {
  font-size: 11px;
  line-height: 1.5;
  text-align:center;
}
A.copyright {
  color: #000000;
}
A.copyright:hover {
  color: #0000ff;
  text-decoration: underline;
}


SPAN.markProductOutOfStock {
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  color: #ff0000;
}
SPAN.productOldPrice {
	color: #ff0000;
	text-decoration: line-through;
}
SPAN.errorText {
  color: #ff0000;
}

SPAN.productDiscountPrice {
  color: #ff0000;
  font-weight: bold;
}

.moduleRow {
 font-size: 11px;
 line-height: 1.5;
 background-color: #E6E6E6;
 border: 1px solid;
 border-color: #E6E6E6;

}
.moduleRowOver { 
	background-color: #D7E9F7; 
	border: 1px solid;
	border-color: #ffffff;
    font-size: 11px;
    line-height: 1.5; 
	
	}
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-size: 10px; color: #000000; }

/* sitewide font classes */
/* Note: heading<Number> equals <font size="Number"> */
.heading1 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 7pt; }
.heading2 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; }
.heading3 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; }
.heading4 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; }
.heading5 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16pt; }

/* Sitemap Tables */
.sitemap_heading {
    color: #FFFFFF; 
	background-color: #9f2125; 
	padding-top: 2px;
	padding-bottom: 2px;
	text-align:center;
}
.sitemap_heading a {color:#FFFFFF;text-decoration:none;}
.sitemap_heading a:hover {color:#FFFFFF; text-decoration:underline;}

.sitemap_sub {color: #000000; background-color: #efefef; padding: 2px 2px;}
.sitemap_sub a {color:#9f2125; text-decoration:none;}
.sitemap_sub a:hover {color:#9f2125; text-decoration:underline;}


/* message box */

.messageBox { font-size: 10px; }
.messageStackError, .messageStackWarning { font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-size: 10px; color: #ff0000; }

.tableShop {
background-color: #ffffff;
border-left: 1px solid;
border-right: 1px solid;
border-color: #b6b7cb;
}

.navLeft {
	border-right: 1px solid;
	border-color: #b6b7cb;
	background-image: url(img/bg_left_column.jpg);
	width: 185px;
}
.navRight {
	border-color: #666666;
	border-top-width: 4px;
	border-top-style: solid;
	border-left-width: 4px;
	border-left-style: solid;
	background-color: #E6E6E6;
	width: 185px;
}

.contentsTopics {
	font-size: 14px;
	font-weight: bold;
}

.tableListingI {
	background-color: #eeeeee;
}

.tableListingII {
	background-color: #d0d0d0;
}

.tableBody {
padding: 5px;
}

.poweredby {
  font-size: 10px;
  color: #000000;
  font-weight: bold;
}
.onepxwidth {
	width: 1px;
}