@charset "utf-8";

/*

 * global.css for London Silver Gifts web site

 * Author: Martin Bean

 * Created: 04 March 2008

 */



* {

	/* Defaults all elements margin and padding to 0 */

	margin: 0;

	padding: 0;

}



body {

	font-family: Arial, Helvetica, sans-serif;

	color: #304f58;

	background: url(../images/background.jpg) repeat-x top;

	text-align: center;

}



.gogateway{margin-top:10px;}



a:link,

a:visited,

a:active {

	color: #304f58;

	text-decoration: none;

}

a:hover {

	color: #304f58;

	text-decoration: underline;

}

.homey{font-weight:bold;}



ul,ol {

	margin: 0 0 10px 20px;

}



li li {

	/* fixes nested list items */



}

ul li {

	list-style: square;

}

table {

	width: 550px;

}



img {

	display: block;

	border: none;

}



#container {

	text-align: left;

	margin: 0 auto;

	width: 980px;

}

#siteTitle {

	background: url(../images/masthead.jpg) no-repeat left top;

	text-indent: -9999px;

	display: block;

	margin: 0;

	height: 158px;

	width: 980px;

}

#siteTitle a { display: block; height: 100%; width: 100%; } 

#topHeader {

	background: url(../images/reflection.jpg) no-repeat left top;

	display: block;

	padding: 12px 0 0 12px;

	height: 73px;

}

#shoppingCart p {

	margin: 0;

}

#categories,

#checkoutLeft {

	float: left;

	padding: 0 0 0 15px;

	width: 195px;

}

#categories ul,

#checkoutLeft ul {

	margin: 0;

	padding: 0;

}

#categories li,

#checkoutLeft li {

	margin: 0;

	padding: 0 0 3px 3px;

	list-style: none;

}

#content,

#checkoutMain {

	float: right;

	width: 690px;

}



.clearBoth {

	clear: both;

	height: 0;

}

.floatRight {

	float: right;

}



.txtCopyright {

	display: none;

}

.txtOldPrice {

	text-decoration: line-through;

}

.sale,

.txtSale {

	color: #FF0000;

}

.productsList th {

	font-size: 1.1em;

	font-weight: bold;

	text-align: center;

	padding: 5px;

}

table * {

	font-size: 11px;

}

table td,

table th {

	padding: 5px;

}

a.txtUpdate,

a.txtCheckout {

	font-size: 1.1em;

	font-weight: bold;

	color: #FFFFFF;

	background-color: #304f58;

	text-align: center;

	display: block;

	margin: 5px 0;

	padding: 5px;

	width: 100px;

	text-decoration: none;

}

.latestProduct {

	text-align: center;

	float: left;

	margin: 0 5px;

	width: 200px;

	border-left: none;

}

.latestProduct img {

	margin: 5px auto;

}

.latestProduct p {

	margin: 0;

}



.boxContent *{font-size:12px;line-height:1.8em;}

.txtbutton{color:white;}



.cardlogos{margin-top:3px; margin-bottom:4px;}