/* @override http://www.theg2gallery.com/css/support.css */

@charset "UTF-8";
/* CSS Document */

*html #support .thumb{
	float:left;
	margin:20px 5px 0 5px;	
}

*+html #support .thumb{
	float:left;
	margin:20px 5px 0 10px;
}

.thumb {
	float: left;
}


#support p{
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	width: inherit;
}

#support a{
	color:#5a6e48;
	font-size:14px;
	font-weight:bold;
	text-decoration: none;
}

#support a:hover{
	color:#5a6e48;
	font-size:14px;
	font-weight:bold;
	text-decoration: underline;
}

#support a.thumb02{
	text-decoration:none;
	
}

#support a.thumb02:hover{
	border-bottom:none;
	text-decoration:none;
	
}

.wesupportimg {
	height: 300px;
	background-color: #d4d4d4;
	float: left;
	width: 300px;
	margin-left: 20px;
	padding-top: 20px;
}

.wesupportimg .thumb{
	float:left;
	margin-bottom: 10px;
}

.wesupporttxt {
	height: 300px;
	background-color: #d4d4d4;
	float: left;
	width: 300px;
	margin-left: 20px;
	padding-top: 20px;
}

.supporttxt {
	padding-left: 20px;
	margin-top: 10px;
	color: #5a6e48;
	width: 600px;
	font-weight: bold;
	font-style: italic;
}

.supportimg {
	height: 200px;
	margin-top: 4px;
	float: left;
	background-color: #fff;
	border: 1px solid #d4d4d4;
	margin-left: 4px;
	padding: 0;
	width: 200px;
}

.supportimg_pad {
	height: auto;
	margin-top: 4px;
	width: auto;
	float: left;
	background-color: #fff;
	border: 1px solid #d4d4d4;
	margin-left: 20px;
}

.supportimg:hover {
border: 1px solid #97ab84;
}

.supportimg_pad:hover {
border: 1px solid #97ab84;
}

.floatL {
	float: left;
}

#support {
	margin: 40px 0 0 20px;
	color:#4d4d4d;
	float: left;
}




