html, * {
	margin: 0;
	padding: 0;
}

html,body {
	background-color: #fff;
	font-family: "Trebuchet MS", verdana, sans-serif;
	font-size: 12px;
	line-height: 17px;
}

#headerLogo {
}

#headerBasket {
	background: transparent url(/images/designtest/header_basket.png) no-repeat 0px 0px;
	position: absolute;
	top: 30px;
	left: 50%;
	margin-left: -80px;
	width: 110px;
	height: 30px;
	cursor: hand;
	cursor: pointer;
}

#headerBasket:hover {
	background: transparent url(/images/designtest/header_basket.png) no-repeat 0px -30px;
}

#headerPhone {
	background: transparent url(/images/designtest/header_phone.png) no-repeat 0px 0px;
	position: absolute;
	top: 30px;
	left: 50%;
	margin-left: 50px;
	width: 110px;
	height: 30px;
	cursor: pointer; 
}

#headerPhone:hover {
	background: transparent url(/images/designtest/header_phone.png) no-repeat 0px -30px;
}

#headerEmail {
	background: transparent url(/images/designtest/header_email.png) no-repeat 0px 0px;
	position: absolute;
	top: 30px;
	left: 50%;
	margin-left: 180px;
	width: 180px;
	height: 30px;
	cursor: hand;
	cursor: pointer;
}

#headerEmail:hover {
	background: transparent url(/images/designtest/header_email.png) no-repeat 0px -30px;
}

#headerFlags {
	background: transparent url(/images/designtest/header_flags.png) no-repeat;
	width: 113px;
	height: 30px;
	position: absolute;
	top: 30px;
	left: 50%;
	margin-left: 377px; /* 980/2 - flags.width = marginLeft */
}

/**
 * the invisible box that the user clicks when
 * clicking on one of the flags in the header
 */
.flagLink {
	background: transparent;
	width: 23px;
	height: 30px;
	float: left;
	cursor: hand;
	cursor: pointer;
}

#menu {
	background: transparent url(/images/designtest/menu.png) no-repeat;
	width: 980px;
	height: 35px;
}

#menu a {
	color: #383838;
	text-decoration: none;
	font-weight: bold;
}

#menu a:hover {
	color: #900;
}

#menu td {
	background-color: transparent;
	height: 35px;
	padding-left: 25px;
	padding-top: 3px;
	vertical-align: middle;
}

/**
 * The "business" menu item
 * This has special positioning in order to
 * avoid FireFox word-wrap in tables, and in order
 * to beat the "#menu a" styling dominance
 */
#b2bLink {
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	position: absolute;
	top: 92px;
	left: 50%;
	margin-left: 360px;
	font-size: 14px;
	font-weight: bold;
}

#b2bLink:hover {
	text-decoration: underline;
}

#announcementbox {
	margin-top: 15px;
	padding: 5px;
	background-color: #fcffac;
	border: 3px solid #bf2e32;
}


/**
 * Contains all dynamic content
 */
#mainContainer
{
	margin: 0 auto;
	width: 980px;
}

#footer {
	background: transparent url(/images/designtest/footer.png) no-repeat;
	color: #383838;
	font-size: 10px;
	margin-top: 15px;
	padding-top: 5px;
	width: 870px;
	height: 25px;
	position: relative;
	padding-left: 110px;
	z-index: 0;
}

	#footer a {
		text-decoration: none;
	}

	#footer p {
		padding: 0px;
		width: 200px;
		position: absolute;
		right: 0px;
		text-align: center;
	}

.transparentInput {
	background-color: transparent;
	border: none;
	height: 19px;
}

div.infoColumnEntry {
	background: transparent url() no-repeat;
	height: 51px;
	padding-top: 29px;
	position: relative;
	font-size: 12px;
	margin-bottom: 20px;
	line-height: 14px; 
}

div.infoColumnEntryB2B {
	background: transparent url() no-repeat;
	height: 151px;
	padding-top: 29px;
	position: relative;
	margin-bottom: 20px;
	color: #fff;
}

div.infoColumnEntryB2B a {
	color: #fff;
	text-decoration: none;
}

div.infoColumnEntryB2B a:hover {
	text-decoration: underline;
}


/**
 * Make sure there are no borders around
 * images.. even when they are wrapped with
 * an anchor
 */
img {
	border: none;
}

/**
 * Apply this to all boxes that should not contain
 * text but certain dimensions.
 */
.killText {
	font-size: 1px;
	line-height: 1px;
}

/**
 * Apply this to all elements that should have a hand
 * as a cursor
 */
.handCursor {
	cursor: hand;
	cursor: pointer;
}

.uppercase {
	text-transform: uppercase;
}

a {
	color: #900;
	font-weight: 400;
	text-decoration: underline;
}

a:hover {
	color: #900;
	text-decoration: none;
}

td {
	vertical-align: top;
}

h1 {
	color: #616161;
	font-size: 19px;
	font-weight: 400;
	margin-bottom: 10px;
}

h2 {
	color: #900;
	font-size: 17px;
	font-weight: 400;
	margin: 5px 0;
}

h3 {
	color: #900;
	font-size: 14px;
	font-weight: 700;
	margin: 5px 0;
}

.likeH3 {
	color: #900;
	font-size: 14px;
	font-weight: 700;
	margin: 0px;
	padding: 0px;
}

th {
	text-align: left;
}




/**
 * Used by iSharp.Web.SearchHelper
 */
#searchHelper {
	background: transparent url(/images/designtest/searchhelper_bg.png) no-repeat;
	width: 760px;
	height: 180px;
	position: relative;
	margin-bottom: 20px;
}

#searchHelper h1 {
	color: #616161;
	font-size: 19px;
	text-transform: uppercase;
}
 
#searchHelperCategories td {
	background-repeat: no-repeat;
	background-position: center 14px;
	background-color: transparent;
	background-image: url(/images/designtest/searchhelper_cat_business.png);
	width: 80px;
	text-align: center;
	height: 94px;
}

#searchHelperCategories td:hover {
	background-position: center -80px;
}

#searchHelperCategories td.space {
	background-repeat: no-repeat;
	background-position: center 14px;
	background-color: transparent;
	background-image: url(-);
	width: 13px;
	text-align: center;
	height: 94px;
}

/**
 * Base class for the structural elements in searchHelper
 */
.searchHelperElm {
	position: absolute;
	overflow: hidden;
}


/**
 * Used by iSharp.Web.ProgressBar
 */
#progressBar {
	background: transparent url(/images/designtest/progressbar_bg.png) no-repeat 0px 0px;
	width: 750px;
	height: 30px;
	border: none;
	margin-bottom: 15px;
	padding-left: 5px;
	padding-right: 5px;
}

#progressBar table {
	height: 30px;
}

#progressBar td {
	vertical-align: middle;
	color: #333;
	text-align: center;
}

#progressBar .done {
	color: #707070;
	text-decoration: line-through;
}

#progressBar .active {
	color: #900;
	font-weight: bold;
}

#progressBar img {
	border: none;
	vertical-align: text-bottom;
}



/**
 * overview.aspx
 */

.overviewTable {
	width: 760px;
	border: none;
}

.overviewTable td {
	background: transparent url(/images/boxElements/box_250x122.gif) no-repeat;
	width: 250px;
	height: 122px;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
}

.overviewTable td:hover {
	background: transparent url(/images/boxElements/box_250x122_over.gif) no-repeat;
}

.overviewTable td.fixSize {
	background: transparent;
	width: 250px;
	height: 1px;
	cursor: default;
}

.overviewTable td.hSpace {
	cursor: default;
	background: transparent;
	font-size: 0px;
	line-height: 0px;
	width: 5px;
}

.overviewTable td.vSpace {
	cursor: default;
	background: transparent;
	font-size: 0px;
	line-height: 0px;
	height: 5px;
}


li {
	list-style-position: outside;
	list-style-type: square;
	list-style-image: url(/images/designtest/bullet.png);
	margin-left: 20px;
}

ul.nada li {
	list-style-type: none;
	list-style-image: none;
}

.lists {
	margin-left: 25px;
}


/**
 * fixed width textboxes
 */
.box760x380 {
	background: transparent url(/images/designtest/boxes/box_760x380.png) no-repeat 0px 0px;
	width: 740px;
	height: 360px;
	padding: 10px;
	position: relative;
}

.box760x430 {
	background: transparent url(/images/designtest/boxes/box_760x430.png) no-repeat 0px 0px;
	width: 740px;
	height: 410px;
	padding: 10px;
	position: relative;
}

.box485x180 {
	background: transparent url(/images/designtest/boxes/box_485x180.png) no-repeat 0px 0px;
	width: 465px;
	height: 160px;
	padding: 10px;
	position: relative;
}

.box255x180 {
	background: transparent url(/images/designtest/boxes/box_255x180.png) no-repeat 0px 0px;
	width: 235px;
	height: 160px;
	padding: 10px;
	position: relative;
}

.box370x180 {
	background: transparent url(/images/designtest/boxes/box_370x180.png) no-repeat 0px 0px;
	width: 350px;
	height: 160px;
	padding: 10px;
	position: relative;
}

.box250x250 {
	background: transparent url(/images/designtest/boxes/box_250x250.png) no-repeat 0px 0px;
	width: 230px;
	height: 230px;
	padding: 10px;
	position: relative;
}

.box760x80 {
	background: transparent url(/images/designtest/boxes/box_760x80.png) no-repeat 0px 0px;
	width: 740px;
	height: 60px;
	padding: 10px;
	position: relative;
}

.box760x180 {
	background: transparent url(/images/designtest/boxes/box_760x180.png) no-repeat 0px 0px;
	width: 740px;
	height: 160px;
	padding: 10px;
	position: relative;
}

/**
 * special margin and line-height for <li> contained
 * in one of the above boxes 
 */
.box760x380 li, .box760x430 li, .box485x180 li, .box255x180 li, .box370x180 li, .box250x250 li, .box760x80 li, .box760x180 li {
	line-height: 24px;
	margin-left: 20px;
}


/**
 * overview_multi
 */
#productList .productContainer {
	height: 75px;
	width: 680px;
	float: right;
	margin-bottom: 5px;
}

#productList .bg1 {
	background: transparent url(/images/designtest/overviewmulti_item_bg1.png) no-repeat 0px 0px;
}
#productList .bg2 {
	background: transparent url(/images/designtest/overviewmulti_item_bg2.png) no-repeat 0px 0px;
}

#productList .productLogo {
	width: 80px;
	float: left;
}

#productList .productDescription {
	padding: 10px;
	width: 350px;
	float: left;
}

.divDescription {
	padding: 5px;
	visibility: hidden;
	background-color: #fff;
	position: absolute;
	width: 300px;
	border: 1px solid #900;
	z-index: 20;
}

#productList li {
	list-style-image: none;
	list-style-type: none;
	float: left;
	list-style-position: inside;
	margin-left: 0px;
}


/**
 * info.aspx
 */
#gkContainer {
	background-color: transparent;
	float: left;
	height: 250px;
	overflow: hidden;
	width: 760px;
}

#gkHeader {
	background-color: transparent;
	font-size: 270%;
	font-weight: 700;
	line-height: 1em;
	position: relative;
}

#gkContent {
	background-color: transparent;
	line-height: 1em;
	overflow: hidden;
	position: relative;
}

/**
 * accountlogo.aspx
 */
#aclogoExample {
	background: transparent url(/images/designtest/sgk_example.png) no-repeat 0px 0px;
	/* background: transparent url(/images/sgk_example.gif) no-repeat 0px 0px; */
	width: 422px;
	height: 304px;
	position: relative;
}

#aclogoNoImg {
	border: 1px dotted #000;
	width: 352px;
	height: 43px;
	position: absolute;
	left: 35px;
	bottom: 8px;
	font-size: 20px;
	padding-top: 14px;
	text-align: center;
	color: #616161;
}

#aclogoImg {
	width: 352px;
	height: 57px;
	position: absolute;
	left: 35px;
	bottom: 10px;
	text-align: center;
}

/**
 * basket.aspx
 */
#basketTable {
}

#basketTable td {
	vertical-align: middle;
	padding-top: 5px;
	padding-bottom: 5px;
}

#basketTable th {
	border-bottom: 1px solid #000;
	text-align: left;
}

.dottedLine
{
	border: none;
	border-top: 1px dotted #999;
	font-size: 0px;
	line-height: 0px;
	padding: 0px;
}

.inputCheckout {
	width: 98%;
}

.inputCheckoutCity {
	width: 101px;
}

.inputCheckoutZip {
	width: 40px;
}

.checkout h1 {
	font-size: 18px;
}

/**
 * CuteSoft admin thingies
 */
#ADMIN_editInPlaceContainer {
	position: absolute;
	top: 0px;
	left: 0px;
}

.ADMIN_xmlEdit {
	display: inline;
	cursor: pointer;
	background-color: yellow;
}

.ADMIN_imageEdit {
	display: inline;
	cursor: pointer;
	background-color: Aqua;
}

/**
 * IE6 campaign stuff
 */
#ie6 {
	background-color: #fcffac;
	border: 3px solid #bf2e32;
	width: 740px;
	padding: 10px;
	margin-bottom: 15px;
}

.ie6out {
	margin-right: 20px;
}

é
