﻿/*	Master CSS for OPD

	Created 14 Sept 2007
	By Ben Daley at Spitfire Creative
	www.spitfirecreative.net
*/




@import 'reset.css';
@import 'typography.css';
@import 'position.css';
@import 'forms.css';
@import 'widgets.css';




.container
{
	position: relative;
}


.hide
{
	position: absolute;
	top: -9999px;
	left: -9999px;
	visibility: hidden;
}

.clear
{
	height: 1px;
	visibility: hidden;
	font-size: .1em;
	line-height: 1px;
	clear: both;
	float: none;
	display: block;
}

#text .clear { clear: left; }

.column-clear
{
	float: none;
	clear: left;
	height: 1px;
	overflow:hidden;
}





.button
{
	background: #F36523 url(../images/chrome/btn_bg_x.gif) left top repeat-x;
	border: #F36523 1px solid;
	color: #fff;
	padding: 2px 7px;
	font-size: 1.2em;
}


.tip
{
	color: #ff0000;
}


.inline
{
	display: inline;
}


.icon
{
	margin-right: 5px;
	cursor: help;


}



/*	Home page promotional */
#homePromo
{
	border-top: solid 1px #fff;
	background: #F36523 url(../images/chrome/home_bg_y_tile.gif) right top repeat-y;
	padding: 7px 0 7px 40px;
}

.text-replace h1
{
	position: absolute;
	width: 179px;
	height: 147px;
	padding-top: 157px;
	overflow: hidden;
	clip: rect(0, auto, 147px, auto);
	background: url(../images/win-canon-dc210-camcorder.gif) left top no-repeat;
}


input.num
{
text-align: right;
display: inline
}

input.prdnum
{
	font-size: 0.75em;
	text-align: right;
	background-color : #FFDFC3;
	display: inline
}

input.txt
{
text-align: left;
display: inline
}

input.plevenplrnum
{
	text-align: right;
	background-color : transparent;
	border: 0;
}

input.plevenplnum
{
	text-align: right;
}

input.ploddplnum
{
	text-align: right;
}

input.ploddplrnum
{
	text-align: right;
	background-color : white;
	border: 0;
}

input.plevenplr
{
	background-color : white;
	border: 0;
}

input.ploddplr
{
	background-color : #F60;
	border: 0;
}

input.ordertotal
{
	border-collapse: collapse;
	border: 0;
	background-color : #FFC383;
	text-align: right;
	font-weight: bold;
}

#required
{
	color: red;
}

.thumbnail {
  max-width: 126px;
  max-height: 126px;
  width: expression(this.width > 126 ? "126px" : true);
  height: expression(this.height > 126 ? "126px" : true);
}
