/*
Template Info
Name : wkBlue
Description: wkCommerce E-Commerce System default template
Author: Web Kreatif
Author URI: http://webkreatif.net
Version: 1.0
*/

@charset "utf-8";
@import url(global.css);
@import url(products.css);
@import url(sidebar.css);
@import url(pages.css);
@import url(categories.css);

/* Margins & Paddings */
.mar_right { margin-right:5px; }
.mar_left { margin-left:5px; }
.mar_top { margin-top:5px; }
.mar_bottom { margin-bottom:5px; }
.pad_left { padding-left:5px; }
.pad_right { padding-right:5px; }


/* Tables & Grids */
.grid_1 { width:600px; }
.grid_2 { width:795px; }
	.grid_2_1 { width:190px; }

/* Float & Clears */
.fright { float:right; }
.fleft { float:left; }
.fnone { float:none; }
.clear_right { clear:right; }
.clear_left { float:left; }
.clear { clear:both; }

/* Corners */
.rounded3 { -moz-border-radius: 3px; -webkit-border-radius: 3px; -khtml-border-radius: 3px; border-radius: 3px; }
.rounded5 { -moz-border-radius: 5px; -webkit-border-radius: 5px; -khtml-border-radius: 5px; border-radius: 5px; }
.rounded8 { -moz-border-radius: 8px; -webkit-border-radius: 8px; -khtml-border-radius: 8px; border-radius: 8px; }
.rounded15 { -moz-border-radius: 15px; -webkit-border-radius: 15px; -khtml-border-radius: 15px; border-radius: 15px; }
.rounded8-tops { -webkit-border-top-right-radius: 8px; -webkit-border-top-left-radius: 8px; -khtml-border-radius-topright: 8px; -khtml-border-radius-topleft: 8px; -moz-border-radius-topright: 8px; -moz-border-radius-topleft: 8px; border-top-right-radius: 8px; border-top-left-radius: 8px; }

/* Links */
a { text-decoration:none; }

.widget img { max-width:188px; }

.error { padding:10px; background:#fff; color:#CC0000; border:1px solid #e0e0e0; font-size:0.8em; font-family:Arial, sans-serif; }
.success { padding:10px; background:#fff; color:#006600; border:1px solid #e0e0e0; font-size:0.8em; font-family:Arial, sans-serif; }

.ajax-loader { width:100%; text-align:center; display:none; }
