/* paymentscreencustom.css */

/* 
	body
	the main body of the page
*/
body
{
	background-color: #ffffff;

}

/* 
	maintable
	the main table of the page
*/
.maintable
{
	background-color: #ffffff;
	border: 1px solid #000000;
}

/* 
	informationtable
	the table holding all the product and order information
*/
.informationtable
{
	border: 1px solid #579EC1;
}

/*
	seperationbar
	this class is applied to the bars between the different blocks on the payment screen
*/
.seperationbar
{
	background-color: #579EC1;

	color: #ffffff;
	font-family: Trebuchet MS, Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;

	text-transform: uppercase;
}


/* 
	productimagecell
	this is the cell holding the product image, default it has a background image with a nice shadow
*/
.productimagecell
{
	background-image: url("http://www.sharewire.net/buy/pics/shadow.jpg");
	background-repeat: no-repeat;
	background-position: top right;
}

/*
	productimage
	the image of the product, images should be uploaded as 100x100 pixels
*/
.productimage
{
	border: 1px solid #000000;
}


/* 
	productdescription
	holding the product description and requirements/notes text
*/
.productdescription
{
	color: #000000;
	font-family: Arial, Verdana, Trebuchet MS, Arial;
	font-size: 10px;
	font-weight: bold;
}


/* 
	productinfoseperator
	the seperator line between the product description and productextrainfo
*/
.productinfoseperator
{
	border-bottom: 1px solid #a3a3a3;
}

/* 
	productextrainfo
	file format, file size, link to screenshots
*/
.productextrainfo
{
	color: #a3a3a3;
	font-family: Trebuchet MS, Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}


/* 
	countrytable
	the table holding the country selection box
*/
.countrytable
{
	font-family: Trebuchet MS, Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
}

/* 
	countryimage
	the country image
*/
.countryimage
{
	border: 1px solid #000000;
}

.countrybox {
	color: #000000;
}
/* 
	phonemodeltable
	the table holding the phonemodel selection box
*/
.phonemodeltable
{
	font-family: Trebuchet MS, Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
}







/*
 inputborder
 Used for all input fields, i.e. enter phone number field
*/
.inputborder
{
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	border: 1px solid #000000;
}



/* 
	supportbar
	the support bar at the very bottom of the page
*/
.supportbar
{
	background-color: #579EC1;

	font-family: Trebuchet MS, Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;

	color: #ffffff;
}

/* 
	supportbar a
	link in the support bar
*/
.supportbar a
{
	color: #ffffff;
}

/* 
	supportbar a:hover
	link in the support bar when hovered with mouse
*/
.supportbar a:hover
{
	color: #eec023;
}



/* 
	selectfirst
	the text the customer gets when he must select a country and/or phonemodel first
*/
.selectfirst
{
	color: #ff0000;
	font-family: Arial, Verdana, Trebuchet MS, Arial;
	font-size: 12px;
	font-weight: bold;
}

/* 
	smstable
	the table holding the sms text
*/
.smstable
{
	font-family: Trebuchet MS, Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}




/* 
	smstext_code
	the text in the sms table containing the SMS code and shortcode
*/
.smstext_code
{
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;

	color: #ff0000;
}

/* 
	cctable
	the table holding the paypal and creditcard text
*/
.cctable
{
	font-family: Trebuchet MS, Arial, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}




/* 
	buybutton
	the buybutton image
*/
.buybutton
{
	background-image: url("http://www.sharewire.net/buy/pics/btn_go.gif");
	background-repeat: no-repeat; 
}

/* 
	helpbutton
	the helpbutton image
*/
.helpbutton
{
	background-image: url("http://www.sharewire.net/buy/pics/btn_help.gif");
	background-repeat: no-repeat;
}


/* 
	helptexttable
	the table holding the help text
*/
.helptexttable
{
	background-color: #ffffcc;
	border: 2px solid #eec023;
}

/* 
	helptexthead
	header of the help text table
*/
.helptexthead
{
	font-family: Trebuchet MS, Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;

	background-color: #eec023;
	text-align: center;
}


/* 
	helptext
	the helptext itself
*/
.helptext
{
	font-family: Trebuchet MS, Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;

	text-align: left;
	vertical-align: middle;
}
