/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
	font-size: small;
}

#wrapper {
	margin: 0 auto;
	width: 722px;

}
#header {
	color: #333;
	width: 700px;
	float: left;
	padding: 10px;
	border: 1px solid #ccc;
	height: 110px;
	margin: 10px 0px 5px;
}
#wrapper #header h1 {
	font-size: small;
	font-weight: normal;
}

#leftcolumn {
	color: #333;
	border: 1px solid #ccc;
	background: #E7DBD5;
	margin: 0px 5px 5px 0px;
	padding: 10px;
	width: 195px;
	float: left;
}
#rightcolumn {
	float: right;
	color: #333;
	border: 1px solid #ccc;
	margin: 0px 0px 5px;
	padding: 10px;
	height: 100%;
	width: 478px;
	display: inline;
}
#qrcode {
	text-align: center;
}

#footer {
	width: 700px;
	clear: both;
	color: #333;
	border: 1px solid #ccc;
	background: #FFFFFF;
	margin: 0px 0px 10px;
	padding: 10px;
	text-align: center;
}
#wrapper #leftcolumn ul li {
	text-decoration: none;
	list-style: none;
	border: 1px solid #FFFFFF;
	padding: 1px;
	font-size: small;
	margin-top: 1px;
	width: 190px;
}
#wrapper #leftcolumn a:hover {
	background: #FFFFFF;
	width: 190px;
	display: block;
	text-decoration: none;
}
#wrapper #leftcolumn a {
	display: block;
	text-decoration: none;
}
#skype {
	text-align: center;
}

#wrapper #rightcolumn .shopdata
{
	width: 500px;
}

#wrapper #rightcolumn .shopdata .data1
{
	border-right: 2px solid #E7DBD5;
	width: 100px;
	float: left;
}

#wrapper #rightcolumn .shopdata .data2
{
	margin-left: 1em;
}

.red_font
{
	color: #FF0000;
}

#wrapper #leftcolumn div table tr td b
{
	font-size: medium;
}


#wrapper #leftcolumn #iphone
{
	background: #FFF;
	width: 200px;
	height: 32px;
	border: 1px solid #999;
}

#wrapper #leftcolumn #iphone img
{
	float: left;
}

