/*
// shopglobal.css
// Ron Lau 2009-2010
// Copyright Netcast Platform 2009-2010
//
// Created on  : 2009/12/23
*/

a:link
{
	text-decoration: none;
	color: #ff6633;
}

a:visited
{
	text-decoration: none;
	color: #ff6633;
}

a:hover
{
	text-decoration: underline;
	color: #ff6633;
}

.imglnk
{
	cursor: pointer;
}

img
{
	border: none;
}

body
{
    font-family: Arial;
    font-size: 0.75em;
	color: #666666;
	margin: 0 5px;
	min-width: 1008px;
}

h1
{
	color: #ff6633;
	font-size: 1.1em;
}

.widget
{
	padding-top: 1em;
	clear: both;
	width: 100%;
}

.autoshrink
{
	overflow: hidden;
}

.floatleft
{
	float: left;
}

.centele
{
	text-align: center;
}

.prodcode
{
	color: #cccccc;
}

.take-price
{
	color: #3366cc;
	font-weight: bold;
}

.sell-price
{
	font-weight: bold;
	color: #3366cc;
}

.item
{
	float: left;
	text-align: left;
	width: 150px;
	/* height: 225px; */
}

.item-tm-coat
{
	width: 150px;
	background-color: #ffffff;
	text-align: center;
}

.item_coat
{
	padding-right: 10px;
}

img.itmimg
{
	border: none;
}

div.sep-line
{
	background-image: url(/images/shop/temp/grshop_orange_line.png);
	background-repeat: repeat-x;
}

.infobox
{
	background-image: url(/images/shop/temp/leftbox_bg.png);
	background-repeat: repeat-y;
	width:195px;
	padding: 0 25px;
}

.box_info
{
	position: relative;
	left: 30px;
}

.box_info > a:link
{
	color: #666666;
}

.box_info > a:visited
{
	color: #666666;
}

