
.productTopBar {
	width: 100%;
}

.productTopImage {
    position:relative;
    float:left;
    margin:5;
    padding:5;
    white-space: normal;
    overflow:visible;

    width: 100px;
    
    text-align: left;
    vertical-align: top;
}

.productTopDescription {
	position:relative;
	
	font-family: Helvetica, Arial; 
	font-size: 12px;
	color: #99c; 
	
    margin:5;
    padding:5;
    
    width: 100%;
    
    white-space: normal;
    overflow:visible;
    
    text-align: left;
    vertical-align: top;
}

.productTopRef {
	font-family: Helvetica, Arial; 
	font-size: 12px;
	color: #99c; 
	
	text-decoration: none;
}

.productTopRef:hover {
	font-family: Helvetica, Arial; 
	font-size: 12px;
	color: #88b; 
	
	text-decoration: underline;
}

.productTopInfo {
	font-family: Helvetica, Arial; 
	font-size: 10px;
	color: #99c;
	text-decoration: underline;
}

a.productTopInfo:hover {
	font-family: Helvetica, Arial; 
	font-size: 10px;
	color: #88b;
	text-decoration: underline;
}

a.addToBasket {
	font-family: Helvetica, Arial; 
	font-size: 12px;
	color: #333366;  
	padding: 4px;
	background-color: #dddddd;
	text-decoration: none;
}

a.addToBasket:hover {
	font-family: Helvetica, Arial; 
	font-size: 12px;
	color: #333366; 
	padding: 4px; 
	background-color: #dddddd;
	text-decoration: underline;
}


.productTopPrice {
}
.productTopSpacer {
	position: relative;
	height: 6px;
	padding: 0;
	margin: 0;
	font-family: Helvetica, Arial; 
	font-size: 4px;
	background: transparent;
}

img.productMidImg {
	width: 110px;
	padding: 0;
	border: 0; 
}

.productMidImgPlaceholder {
	width: 120px; 
	text-align: center; 
	vertical-align: middle;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 8px;
	padding-bottom: 5px;
	border: 1px solid rgb(153, 153, 204); 
}

.productMidNamingPlaceholder {
	width: 100%;
	height: 120px; 
	text-align: left; 
	vertical-align: top;
	padding: 5px;
}

.productMidControlsPlaceholder {
	width: 80px; 
	height: 120px; 
	text-align: right; 
	vertical-align: top;
	padding: 5px;
}

.productMidInfo {
	font-family: Helvetica, Arial; 
	font-size: 11px;
	color: #99c; 
	padding: 5px;
	
	text-decoration: none;
}

.productMidDescription {
	font-family: Helvetica, Arial; 
	font-size: 12px;
	font-weight: normal;
	color: #999999;
	overflow: hidden;
	white-space: normal; 
	
}

.productMidPrice {
	font-family: Helvetica, Arial; 
	font-size: 12px;
	font-weight: bold;
	color: #333366; 
}



.productLargePrice {
	font-family: Helvetica, Arial; 
	font-size: 16px;
	font-weight: bold;
	color: #333366;
	border: 0;
	background: transparent; 
}


.productLargeAtSelector {
	width: 200px;
	height: 22px;
	background: #efefff;
	border: 1px solid #9999cc;
	font-family: Helvetica, Arial; 
	font-size: 14px;
	font-weight: normal;
	color: #9999cc;
	text-align: left;
}

.productLargeTableFRow {
	height: 24px;
	padding-top: 10px;
}

.productLargeLabel {
	font-family: Helvetica, Arial; 
	font-size: 14px;
	font-weight: normal;
	color: #9999cc;
	white-space: normal;
}



img.productLargeImg {
	height: 310px; 
	text-align: center; 
	vertical-align: middle;
	padding: 5px;
	border: 1px solid rgb(153, 153, 204); 
}

.intCounterFrame {
	width: 80px; 
	height: 30px; 
	margin: 0; 
	padding: 0;
	vertical-align: middle;
}

.intCounterInputFrame {
	position: relative; 
	float: left;
	top: 2px;
	width: 50px; 
	height: 24px; 
	margin: 0; 
	padding: 0;
	vertical-align: middle;
}

.intCounterInput {
	position: relative; 
	float: left;
	margin: 0; 
	padding-top: 3px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	width: 48px;
	height: 16px;
	background: #efefff;
	border: 1px solid #9999cc;
	font-family: Helvetica, Arial; 
	font-size: 14px;
	font-weight: normal;
	color: #9999cc;
	text-align: center;
}

.intCounterButtonsFrame {
	position: relative; 
	float: right;
	width: 30px; 
	height: 30px; 
	margin: 0; 
	padding: 0;
	text-align: left;
	vertical-align: top;
}

.intCounterIncButtonFrame {
	position: relative;
	top: 0px;
	left: 0px;
	width: 28px; 
	height: 12px; 
	text-align: center; 
	vertical-align: top;
	
	font-family: Helvetica, Arial; 
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	
	background-color: #dddddd;
	border: 1px solid #9999cc;
}

.intCounterDecButtonFrame {
	position: relative;
	bootom: 0px;
	left: 0px;
	width: 28px; 
	height: 12px; 
	text-align: center; 
	vertical-align: bootom;
	
	font-family: Helvetica, Arial; 
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	
	background-color: #dddddd;
	border: 1px solid #9999cc;
}

.intCounterIncButtonFrame:hover {
	position: relative;
	top: 0px;
	left: 0px;
	width: 28px; 
	height: 12px; 
	text-align: center; 
	vertical-align: top;
	
	font-family: Helvetica, Arial; 
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	
	background-color: #ccccdd;
	border: 1px solid #9999cc;
}

.intCounterDecButtonFrame:hover {
	position: relative;
	bootom: 0px;
	left: 0px;
	width: 28px; 
	height: 12px; 
	text-align: center; 
	vertical-align: bootom;
	
	font-family: Helvetica, Arial; 
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	
	background-color: #ccccdd;
	border: 1px solid #9999cc;
}


