/*
CSS Document - steiff-pegasus.ch
by daniel.seinsche@arrabiata.de
2008-08-16
*/

#container {
	width: 1020px;
	height: auto;
	margin: 10px auto;
	font-family: verdana, sans-serif;
	font-size: 12px;
}

#headerContainer {
	width: 915px;
	height: 117px;
	margin-bottom: 8px;
}

#headerLogo {
	width: 176px;
	height: 117px;
	float: left;
	margin-right: 8px;
}

#headerBanner {
	width: 731px;
	height: 117px;
	float: right;
}

#contentPart {
	width: 1020px;
	height: auto;
}

#leftColumn {
	width: 176px;
	float: left;
	margin-right: 8px;
}

#centerColumn {
	width: 652px;
	float: left;
	background-image: url(img/centerColumn_background.jpg);
	background-attachment: scroll;
	background-repeat: repeat-y;
}

#centerColumnBottom {
	width: 652px;
	height: 3px;
	background-image: url(img/centerColumn_bottom.jpg);
	background-attachment: scroll;
	background-repeat: repeat-y;
}

#rightColumn {
	width: 176px;
	float: right;
}

#verticalSpacer {
	width: 176px;
	background-image: url(img/verticalSpacer_background.jpg);
	background-attachment: scroll;
	background-repeat: repeat-y;
}

/* searchbox styles */
#searchboxContainer {
	width: 176px;
	height: 43px;
	background-image: url(img/search_background.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	margin-bottom: 15px;
}

#searchKeywords {
	width: 120px;
	height: 18px;
	margin: 9px 0px 5px 10px;
	padding: 1px 0px 1px 3px;
	float: left;
	border-style: inset;
	color: #999999;
}

#searchButton {
	width: 20px;
	height: 23px;
	border: 0px;
	margin: 9px 10px 5px 0px;
	float: right;
}

/* category list styles */
#categoryListContainer {
	width: 176px;
}

#categoryListHeadline {
	padding: 10px 0px 0px 10px;
	font-weight: bold;
}	

#categoryListHeader {
	width: 176px;
	height: 36px;
	background-image: url(img/catList_header.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
}

#catListElementContainer {
	margin-left: 10px;
}

a.catListElement:link, a.catListElement:visited {
	width: 176px;
	height: 34px;
	line-height: 34px;
	display: block;
	background-image: url(img/catList_element.jpg);
	background-repeat: no-repeat;
	text-decoration: none !important;
	padding-left: 0px;
	margin: 0px;
	color: #000000;
}

a.catListElement:hover {
	background-position: 0px -34px;
}

a.catListElementHot:link, a.catListElementHot:visited, a.catListElementHot:hover {
	width: 176px;
	height: 34px;
	line-height: 34px;
	display: block;
	background-image: url(img/catList_element.jpg);
	background-repeat: no-repeat;
	background-position: 0px -34px;
	text-decoration: none !important;
	padding-left: 0px;
	margin: 0px;
	color: #000000;
}

#categoryListLine {
	width: 176px;
	height: 1px;
	background-image: url(img/catList_line.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
}

#categoryListBottom {
	width: 176px;
	height: 7px;
	background-image: url(img/catList_bottom.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
}

/* topmenu styles */
#topmenuContainer {
	width: 652px;
	height: 39px;
	background-image: url(img/topmenu_background.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
}

a.topmenuElementHome:link, a.topmenuElementHome:visited {
	width: 97px;
	height: 39px;
	line-height: 39px;
	display: block;
	background-image: url(img/topmenu_element_home.jpg);
	background-repeat: no-repeat;
	text-decoration: none !important;
	color: #000000;
	float: left;
	text-align: center;
}

a.topmenuElement:link, a.topmenuElement:visited {
	width: 95px;
	height: 39px;
	line-height: 39px;
	display: block;
	background-image: url(img/topmenu_element.jpg);
	background-repeat: no-repeat;
	text-decoration: none !important;
	color: #000000;
	float: left;
	text-align: center;
}

a.topmenuElement:hover, a.topmenuElementHome:hover {
	background-position: 0px -39px;
}

#topmenuLine {
	width: 1px;
	height: 39px;
	background-image: url(img/topmenu_line.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	float: left;
}

/* content frame styles */
#contentContainer {
	width: 632px;
	height: 100%;
	padding: 20px 10px;
}

/* login styles */
#loginContainer {
	width: 176px;
	height: 190px;
	background-image: url(img/login_background.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
}

#loginHeadline {
	padding: 12px 0px 20px 10px;
	font-weight: bold;
}	

#loginForm {
	padding: 0px 0px 0px 10px;
}

label.loginLabel {
	font-size: 10px;
}

input.loginTextfield {
	width: 140px;
	padding: 1px 0px 1px 3px;
	border-style: inset;
}

a.passwordReminder:link, a.passwordReminder:visited {
	font-size: 9px;
	color: #999999;
	text-decoration: underline;
}

a.passwordReminder:hover {
	text-decoration: none;
}

/* logout styles */
#logoutContainer {
	width: 176px;
	height: 157px;
	background-image: url(img/logout_background.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
}

#logoutHeadline {
	padding: 12px 0px 25px 10px;
	font-weight: bold;
}	

#memberInformation {
	height: 50px;
	padding: 0px 0px 0px 10px;
	margin-bottom: 20px;
	line-height: 20px;
}

#memberLinks {
	height: 40px;
	padding: 0px 0px 0px 10px;
	line-height: 15px;
}

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

.memberName {
	font-weight: bold;
}

a.memberLink:link, a.memberLink:visited {
	font-size: 9px;
	color: #999999;
	text-decoration: underline;
}

a.memberLink:hover {
	text-decoration: none;
}


/* register styles */
#registerContainer {
	width: 176px;
	height: 32px;
}

a.registerLink {
	width: 176px;
	height: 32px;
	line-height: 32px;
	display: block;
	background-image: url(img/register_background.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	color: #000000;
	text-align: center;
}

.registerLinkWhite {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}

/* cart list styles */
#cartListContainer {
	width: 176px;
	background-image: url(img/cartList_background.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	padding-top: 15px;
}

#cartListBottom {
	width: 176px;
	height: 9px;
	background-image: url(img/cartList_bottom.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
}

#buttonCartBig {
	margin: 15px 0px 10px 4px;
}

#cartList {
	margin-top: 10px;
	padding: 0px 0px 0px 10px;
}

#cartListCount {
	font-weight: bold;
}

#cartListLine {
	width: 156px;
	height: 1px;
	background-image: url(img/line_dotted.gif);
	background-attachment: scroll;
	background-repeat: repeat-x;
	margin: 5px 0px;
}

#cartListElement {
	font-size: 10px;
	margin-top: 4px;
}

a.cartListElementLink:link, a.cartListElementLink:visited {
	font-size: 10px;
	text-decoration: none;
	color: #999999;
}

a.cartListElementLink:hover {
	font-size: 10px;
	text-decoration: underline;
}

.smallGray {
	font-size: 10px;
	color: #999999;
}

#cartListSum {
	font-weight: bold;
	margin-bottom: 10px;
}

#buttonCheckout {
	margin-top: 5px;
}

/* information box styles */
#informationContainer {
	width: 176px;
	height: auto;
}

#informationElement {
	margin-top: 6px;
	padding: 0px;
}

a.informationElementLink:link, a.informationElementLink:visited {
	text-decoration: none;
	color: #999999;
}

a.informationElementLink:hover {
	text-decoration: underline;
}

/* article list styles */

#artListElementContainer {
	width: 626px;
	height: 135px;
	background-image: url(img/artList_background.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
}

#artListImage {
	width: 144px;
	height: 135px;
	float: left;
	text-align: center;
}

img.artList {
	border: 0px;
	margin-top: 7px;
}

#artListProductInfo {
	width: 331px;
	height: 135px;
	float: left;
}

#artListProductInfoTop {
	width: 331px;
	height: 57px;
	margin-top: 10px;
}

#artListProductInfoHeadline {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}

a.artListProductInfoHeadlineLink:link, a.artListProductInfoHeadlineLink:visited {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
	text-decoration: none;
	color: #000000;
}

a.artListProductInfoHeadlineLink:hover {
	text-decoration: underline;
	color: #000000;
}

#artListProductInfoDescription {
	width: 325px;
}
	
#artListProductInfoLine {
	width: 331px;
	height: 1px;
	margin-top: 7px;
	background-image: url(img/line_dotted.gif);
	background-attachment: scroll;
	background-repeat: repeat-x;
}

#artListProductInfoBottom {
	width: 331px;
	height: 57px;
	margin-top: 7px;
}

#artListProductInfoStatus {
	margin-bottom:3px;
}

#artListProductInfoTax {
	font-size: 10px;
	color: #999999;
}

#artListOrderButton {
	width: 151px;
	height: 135px;
	float: right;
}

a.artListButton:link, a.artListButton:visited {
	width: 151px;
	height: 33px;
	line-height: 33px;
	display: block;
	background-image: url(img/artList_cartButton.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
}

a.artListButton:hover {
	background-position: 0px -33px;
}

#artListElementBottomBorder {
	background-image: url(img/artList_bottom.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	clear: both;
	width: 626px;
	height: 4px;
	margin-bottom: 10px;
}

/* article details styles */

#artInfoContainer {
	width: 626px;
	height: 175px;
	background-image: url(img/artList_background.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
}

#artImage {
	width: 626px;
	text-align: center;
	margin-bottom: 10px;
}

img.artImage {
	border: 0px;
}

#artInfoProductInfo {
	width: 455px;
	height: 175px;
	float: left;
	margin-left: 10px;
}

#artInfoProductInfoTop {
	width: 455px;
	height: 125px;
	margin-top: 10px;
}

#artInfoProductInfoHeadline {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}

#artInfoProductInfoDescription {
	width: 440px;
}
	
#artInfoProductInfoLine {
	width: 440px;
	height: 1px;
	margin-top: 7px;
	background-image: url(img/line_dotted.gif);
	background-attachment: scroll;
	background-repeat: repeat-x;
}

#artInfoProductInfoStatus {
	margin-bottom:3px;
}

#artInfoProductInfoBottom {
	width: 455px;
	height: 30px;
	margin-top: 7px;
}

#artInfoOrderButton {
	width: 151px;
	height: 135px;
	float: right;
}

a.artInfoButton:link, a.artListButton:visited {
	width: 151px;
	height: 33px;
	line-height: 33px;
	display: block;
	background-image: url(img/artList_cartButton.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
}

a.artInfoButton:hover {
	background-position: 0px -33px;
}

#artInfoOrderQuatity {
	width: 140px;
	text-align: right;
}

#artInfoProductInfoPrice {
	width: 140px;
	text-align: right;
}

#artInfoProductInfoTax {
	width: 140px;
	font-size: 10px;
	color: #999999;
	text-align: right;
}

#artInfoElementBottomBorder {
	background-image: url(img/artList_bottom.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	clear: both;
	width: 626px;
	height: 4px;
	margin-bottom: 10px;
}

#backToListButton {
	margin-top: 20px;
	width: 616px;
	clear: both;
	margin-left: 10px;
	text-align: right;
}


/* cart styles */
#cartElementContainer {
	width: 626px;
	height: 80px;
	background-image: url(img/artList_background.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
}

#cartProductInfo {
	width: 325px;
	height: 70px;
	float: left;
	margin-top: 7px;
	margin-left: 10px;
}

#cartProductHeadline {
	font-size: 13px;
}

#cartProductSinglePrice {
	font-size: 10px;
	margin-bottom: 5px;
}

#cartProductAttributes {
	font-size: 10px;
	margin-bottom: 10px;
}

#cartProductDelete {
	font-size: 13px;
	font-weight: bold;
}	

#cartProductQuantity {
	width: 100px;
	height: 70px;
	float: left;
	margin-top: 7px;
}
	
#cartProductLine {
	width: 1px;
	height: 80px;
	background-image: url(img/line_dotted_horiz.gif);
	background-attachment: scroll;
	background-repeat: repeat-y;
	float: left;
}

#cartProductPrice {
	font-size: 14px;
	font-weight: bold;
	width: 160px;
	height: 20px;
	text-align: right;
	margin-top: 50px;
	margin-right: 10px;
	float: right;
}

#cartSumContainer {
	width: 626px;
	height: 40px;
	background-image: url(img/artList_background.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
}

#cartSumInfo {
	width: 425px;
	height: 33px;
	float: left;
	margin-top: 7px;
	margin-left: 10px;
}

#cartSumHeadline {
	font-size: 14px;
}

#cartSumTax {
	color: #999999;
	font-size: 10px;
	margin-bottom: 10px;
}

#cartSumLine {
	width: 1px;
	height: 40px;
	background-image: url(img/line_dotted_horiz.gif);
	background-attachment: scroll;
	background-repeat: repeat-y;
	float: left;
}

#cartSumPrice {
	font-size: 14px;
	font-weight: bold;
	width: 160px;
	height: 33px;
	text-align: right;
	margin-top: 7px;
	margin-right: 10px;
	float: right;
}

#cartElementBottomBorder {
	background-image: url(img/artList_bottom.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	clear: both;
	width: 626px;
	height: 4px;
	margin-bottom: 10px;
}


/* checkout process bar styles */

#checkoutProcessContainer {
	width: 561px;
	height: 50px;
	text-align: center;
	margin-bottom: 20px;
}

#processElement01_cold {
	width: 109px;
	height: 50px;
	font-size: 11px;
	color: #999999;
	padding-top: 35px;
	text-align: center;
	background-image: url(img/checkoutProgressLeft_cold.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	float: left;
}

#processElement01_hot {
	width: 109px;
	height: 50px;
	font-size: 12px;
	font-weight: bold;
	padding-top: 35px;
	text-align: center;
	background-image: url(img/checkoutProgressLeft_hot.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	float: left;
}

#processElement02_cold {
	width: 116px;
	height: 50px;
	font-size: 11px;
	color: #999999;
	padding-top: 35px;
	text-align: center;
	background-image: url(img/checkoutProgressCenter_cold.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	float: left;
}

#processElement02_hot {
	width: 116px;
	height: 50px;
	font-size: 12px;
	font-weight: bold;
	padding-top: 35px;
	text-align: center;
	background-image: url(img/checkoutProgressCenter_hot.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	float: left;
}

#processElement03_cold {
	width: 116px;
	height: 50px;
	font-size: 11px;
	color: #999999;
	padding-top: 35px;
	text-align: center;
	background-image: url(img/checkoutProgressCenter_cold.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	float: left;
}

#processElement03_hot {
	width: 116px;
	height: 50px;
	font-size: 12px;
	font-weight: bold;
	padding-top: 35px;
	text-align: center;
	background-image: url(img/checkoutProgressCenter_hot.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	float: left;
}

#processElement04_cold {
	width: 116px;
	height: 50px;
	font-size: 11px;
	color: #999999;
	padding-top: 35px;
	text-align: center;
	background-image: url(img/checkoutProgressCenter_cold.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	float: left;
}

#processElement04_hot {
	width: 116px;
	height: 50px;
	font-size: 12px;
	font-weight: bold;
	padding-top: 35px;
	text-align: center;
	background-image: url(img/checkoutProgressCenter_hot.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	float: left;
}

#processElement05_cold {
	width: 104px;
	height: 50px;
	font-size: 11px;
	color: #999999;
	padding-top: 35px;
	text-align: center;
	background-image: url(img/checkoutProgressRight_cold.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	float: right;
}

#processElement05_hot {
	width: 104px;
	height: 50px;
	font-size: 12px;
	font-weight: bold;
	padding-top: 35px;
	text-align: center;
	background-image: url(img/checkoutProgressRight_hot.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	float: right;
}


/* checkout SHIPPING page styles */
#addressContainer {
	width: 626px;
	height: 140px;
	background-image: url(img/artList_background.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
}

#addressLeft {
	width: 290px;
	height: 110px;
	float: left;
	margin-left: 10px;
	margin-top: 7px;
}

#addressHeadline {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 10px;
}

#addressLabel {
	font-size: 11px;
}
	
#addressLine {
	width: 1px;
	height: 139px;
	background-image: url(img/line_dotted_horiz.gif);
	background-attachment: scroll;
	background-repeat: repeat-y;
	float: left;
}

#addressRight {
	font-size: 11px;
	color: #999999;
	width: 290px;
	height: 110px;
	margin-top: 7px;
	margin-right: 10px;
	margin-left: 10px;
	float: right;
}

#addressBook {
	font-size: 11px;
}


#addressBottomBorder {
	background-image: url(img/artList_bottom.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	clear: both;
	width: 626px;
	height: 4px;
	margin-bottom: 10px;
}

#shippingContainer {
	width: 626px;
	height: 110px;
	background-image: url(img/artList_background.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	padding-top: 7px;
	padding-left: 10px;
}

#shippingHeadline {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 10px;
}

#shippingText {
	font-size: 11px;
	color: #999999;
	margin-bottom: 10px;
}
	
#shippingBlock {
	font-size: 12px;
}

#shippingBottomBorder {
	background-image: url(img/artList_bottom.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	clear: both;
	width: 626px;
	height: 4px;
	margin-bottom: 10px;
}


/* checkout PAYMENT page styles */

#paymentContainer {
	width: 626px;
	height: 110px;
	background-image: url(img/artList_background.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	padding-top: 7px;
	padding-left: 10px;
	padding-right: 10px;
}

#paymentHeadline {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 10px;
}

#paymentText {
	font-size: 11px;
	color: #999999;
	margin-bottom: 10px;
}
	
#paymentBlock {
	font-size: 12px;
}

#paymentBottomBorder {
	background-image: url(img/artList_bottom.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	clear: both;
	width: 626px;
	height: 4px;
	margin-bottom: 10px;
}

#commentsContainer {
	width: 626px;
	height: 140px;
	background-image: url(img/artList_background.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	padding-top: 7px;
	padding-left: 10px;
}

#commentsHeadline {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 10px;
}
	
#commentsBlock {
	font-size: 12px;
}

#commentsBottomBorder {
	background-image: url(img/artList_bottom.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	clear: both;
	width: 626px;
	height: 4px;
	margin-bottom: 10px;
}

#agbContainer {
	width: 626px;
	height: 60px;
	background-image: url(img/artList_background.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	padding-top: 7px;
	padding-left: 10px;
}

#agbHeadline {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 10px;
}
	
#agbBlock {
	font-size: 12px;
}

#agbBottomBorder {
	background-image: url(img/artList_bottom.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	clear: both;
	width: 626px;
	height: 4px;
	margin-bottom: 10px;
}

/* checkout CHECK page styles */
#addressCheckContainer {
	width: 626px;
	height: 130px;
	background-image: url(img/artList_background.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
}

#addressCheckLeft {
	width: 290px;
	height: 110px;
	float: left;
	margin-left: 10px;
	margin-top: 7px;
}

#addressCheckHeadline {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 10px;
}

#addressCheckLabel {
	font-size: 11px;
}
	
#addressCheckLine {
	width: 1px;
	height: 130px;
	background-image: url(img/line_dotted_horiz.gif);
	background-attachment: scroll;
	background-repeat: repeat-y;
	float: left;
}

#addressCheckRight {
	font-size: 11px;
	width: 300px;
	height: 110px;
	margin-top: 7px;
	margin-right: 10px;
	float: right;
}

#addressCheckBottomBorder {
	background-image: url(img/artList_bottom.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	clear: both;
	width: 626px;
	height: 4px;
	margin-bottom: 10px;
}

#shippingCheckContainer {
	width: 626px;
	height: 60px;
	background-image: url(img/artList_background.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	padding-top: 7px;
	padding-left: 10px;
}

#shippingCheckHeadline {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 10px;
}
	
#shippingCheckText {
	font-size: 12px;
}

#shippingCheckBottomBorder {
	background-image: url(img/artList_bottom.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	clear: both;
	width: 626px;
	height: 4px;
	margin-bottom: 10px;
}

#paymentCheckContainer {
	width: 626px;
	height: 60px;
	background-image: url(img/artList_background.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	padding-top: 7px;
	padding-left: 10px;
}

#paymentCheckHeadline {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 10px;
}
	
#paymentCheckText {
	font-size: 12px;
}

#paymentCheckBottomBorder {
	background-image: url(img/artList_bottom.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	clear: both;
	width: 626px;
	height: 4px;
	margin-bottom: 10px;
}

#commentsCheckContainer {
	width: 626px;
	height: 100px;
	background-image: url(img/artList_background.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	padding-top: 7px;
	padding-left: 10px;
}

#commentsCheckHeadline {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 10px;
}
	
#commentsCheckText {
	font-size: 12px;
}

#commentsCheckBottomBorder {
	background-image: url(img/artList_bottom.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	clear: both;
	width: 626px;
	height: 4px;
	margin-bottom: 10px;
}

#productsCheckHeadline {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 10px;
	padding-left: 10px;
	float: left;
	width: 300px;
}

#productsCheckEdit {
	margin-bottom: 10px;
	float: right;
	width: 100px;
	text-align: right;
	padding-right: 16px;
}

#productsCheckContainer {
	width: 606px;
	padding-top: 7px;
	padding-left: 10px;
	padding-right: 10px;
}

#productsTotalCheckContainer {
	width: 606px;
	border-top: 1px solid #CCCCCC;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: right;
}

a.edit:link, a.edit:visited {
	font-size: 11px;
	font-weight: normal;
	color: #FFCC00;
	text-decoration: none;
}

a.edit:hover {
	text-decoration: underline;
}


/* checkout SUCCESS page styles */
#printContainer {
	width: 626px;
	height: 100px;
	background-image: url(img/artList_background.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	padding-top: 7px;
	padding-left: 10px;
}

#printHeadline {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 10px;
}
	
#printText {
	font-size: 12px;
}

#printBottomBorder {
	background-image: url(img/artList_bottom.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	clear: both;
	width: 626px;
	height: 4px;
	margin-bottom: 10px;
}


/* login page styles */
#loginContainerMain {
	width: 626px;
	height: 200px;
	background-image: url(img/artList_background.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
}

#loginMainLeft {
	width: 280px;
	height: 150px;
	float: left;
	margin-left: 10px;
	margin-top: 7px;
	margin-right: 10px;
}

#loginHeadlineMainLeft {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 10px;
}

#loginTextMainLeft {
	font-size: 12px;
}
	
#loginMainLine {
	width: 1px;
	height: 200px;
	background-image: url(img/line_dotted_horiz.gif);
	background-attachment: scroll;
	background-repeat: repeat-y;
	float: left;
}

#loginMainRight {
	font-size: 11px;
	width: 290px;
	height: 150px;
	margin-top: 7px;
	margin-right: 10px;
	margin-left: 10px;
	float: right;
}

#loginHeadlineMainRight {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 10px;
}

#loginTextMainRight {
	font-size: 12px;
}

#loginMainBottomBorder {
	background-image: url(img/artList_bottom.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	clear: both;
	width: 626px;
	height: 4px;
	margin-bottom: 10px;
}


/* generic styles */
.contentsTopics, .moduleHeading {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 10px;
}

img {
	border: 0px;
}

#copyright {
	font-family: verdana, sans-serif;
	font-size: 10px;
	text-align: center;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
}

.headerError {
	font-family: verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 7px 10px;
	color: #CC0000;
}

.mandatoryMessage {
	font-family: verdana, sans-serif;
	font-size: 10px;
	color: #CC0000;
}