2011-07-05 17:16:47 +00:00
|
|
|
@import url(colorbox.css);
|
2011-06-29 20:18:52 +00:00
|
|
|
|
2011-07-13 16:58:09 +00:00
|
|
|
.wrap_inline_mp3j {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
2011-07-07 15:02:31 +00:00
|
|
|
.margin {
|
|
|
|
|
padding: 40px;
|
|
|
|
|
}
|
|
|
|
|
|
2011-07-12 18:11:38 +00:00
|
|
|
.tcp_product_container,
|
|
|
|
|
.post_container {
|
2011-07-05 17:16:47 +00:00
|
|
|
float: left;
|
2011-07-14 09:40:33 +00:00
|
|
|
width: 100%;
|
2011-07-05 17:16:47 +00:00
|
|
|
}
|
2011-07-14 09:40:33 +00:00
|
|
|
.tcp_product_container { height: 427px; }
|
|
|
|
|
.post_container { height: 392px; }
|
2011-06-29 20:18:52 +00:00
|
|
|
|
2011-07-12 18:11:38 +00:00
|
|
|
.tcp_products_thumbs,
|
|
|
|
|
.posts {
|
2011-07-05 17:16:47 +00:00
|
|
|
float: left;
|
|
|
|
|
width: 100%;
|
2011-07-07 15:02:31 +00:00
|
|
|
heigth: 100%;
|
2011-07-12 17:29:37 +00:00
|
|
|
border: 0 !important;
|
|
|
|
|
margin: 0 !important;
|
2011-07-05 17:16:47 +00:00
|
|
|
}
|
|
|
|
|
|
2011-07-12 18:11:38 +00:00
|
|
|
.tcp_products_thumbs div, .posts div {
|
2011-07-12 17:29:37 +00:00
|
|
|
float: left;
|
|
|
|
|
}
|
|
|
|
|
|
2011-07-12 18:11:38 +00:00
|
|
|
.tcp_products_thumbs a, .posts a {
|
2011-07-12 17:29:37 +00:00
|
|
|
display: table-cell;
|
|
|
|
|
text-align: center;
|
|
|
|
|
vertical-align: middle;
|
|
|
|
|
}
|
|
|
|
|
|
2011-07-12 18:11:38 +00:00
|
|
|
.tcp_products_thumbs img, .posts img {
|
2011-07-12 17:29:37 +00:00
|
|
|
vertical-align: middle;
|
|
|
|
|
}
|
|
|
|
|
/*\*//*/
|
2011-07-12 18:11:38 +00:00
|
|
|
* html .tcp_products_thumbs a,
|
|
|
|
|
* html .posts a {
|
2011-07-12 17:29:37 +00:00
|
|
|
display: block;
|
|
|
|
|
}
|
|
|
|
|
* html .tcp_products_thumbs span {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
vertical-align: middle;
|
|
|
|
|
height: 100%;
|
|
|
|
|
width: 1px;
|
|
|
|
|
}
|
|
|
|
|
* html .tcp_products_thumbs a {
|
|
|
|
|
font-size: 1px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* */
|
|
|
|
|
.tcp_products_thumbs div {
|
|
|
|
|
border-collapse: collapse;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.tcp_products_thumbs a:hover {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2011-07-12 18:11:38 +00:00
|
|
|
.tcp_product_thumb, .post {
|
2011-07-05 17:16:47 +00:00
|
|
|
float: left;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
display: table-cell;
|
2011-07-11 18:02:48 +00:00
|
|
|
background: #272524;
|
2011-07-06 19:20:53 +00:00
|
|
|
height: 196px;
|
2011-07-11 18:02:48 +00:00
|
|
|
width: 192px;
|
2011-07-05 17:16:47 +00:00
|
|
|
}
|
|
|
|
|
|
2011-07-12 18:11:38 +00:00
|
|
|
.tcp_product_thumb a, .post a {
|
2011-07-05 17:16:47 +00:00
|
|
|
height: 196px;
|
2011-07-11 18:02:48 +00:00
|
|
|
width: 192px;
|
2011-07-05 17:16:47 +00:00
|
|
|
vertical-align: middle;
|
|
|
|
|
text-align: center;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
|
|
|
|
|
2011-07-12 18:11:38 +00:00
|
|
|
.tcp_product_thumb a img, .post a img {
|
2011-07-05 17:16:47 +00:00
|
|
|
padding: 0;
|
|
|
|
|
vertical-align: middle;
|
|
|
|
|
margin: 0 auto ! important;
|
|
|
|
|
-ms-interpolation-mode: bicubic;
|
|
|
|
|
-webkit-box-shadow:none;
|
|
|
|
|
box-shadow:none;
|
2011-07-12 17:29:37 +00:00
|
|
|
display: hidden;
|
2011-07-11 18:02:48 +00:00
|
|
|
opacity: 0.5;
|
2011-07-13 18:57:06 +00:00
|
|
|
filter: alpha(opacity=50);
|
|
|
|
|
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
|
2011-07-05 17:16:47 +00:00
|
|
|
}
|
2011-06-29 20:18:52 +00:00
|
|
|
|
2011-07-12 18:11:38 +00:00
|
|
|
.tcp_product_thumb a:hover, .post a:hover {
|
2011-07-12 17:29:37 +00:00
|
|
|
background: #fff;
|
|
|
|
|
}
|
|
|
|
|
|
2011-07-12 18:11:38 +00:00
|
|
|
.tcp_product_thumb a:hover img, .post a:hover img {
|
2011-07-11 18:02:48 +00:00
|
|
|
opacity: 1;
|
2011-07-13 18:57:06 +00:00
|
|
|
filter: alpha(opacity=100);
|
|
|
|
|
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
|
2011-07-11 18:02:48 +00:00
|
|
|
}
|
2011-07-06 19:20:53 +00:00
|
|
|
|
|
|
|
|
|
2011-07-12 17:29:37 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2011-07-06 19:20:53 +00:00
|
|
|
.wp-pagenavi {
|
|
|
|
|
background: #7F7875;
|
|
|
|
|
height: 30px;
|
|
|
|
|
padding: 4px 15px 0px 15px;
|
2011-07-07 15:02:31 +00:00
|
|
|
/*font-size: 20px; */
|
2011-07-06 19:20:53 +00:00
|
|
|
letter-spacing: 1px;
|
|
|
|
|
text-align:center;
|
|
|
|
|
clear: both;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:visited, .wp-pagenavi span {
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
color: #AFA8A5 !important;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
margin: 0 5px;
|
|
|
|
|
padding: 0 !important;
|
|
|
|
|
background-color: #7F7875 !important;
|
|
|
|
|
border: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.wp-pagenavi a:hover, .wp-pagenavi span.current,
|
|
|
|
|
.wp-pagenavi .current, .wp-pagenavi .on {
|
|
|
|
|
background-color: #7F7875 !important;
|
|
|
|
|
color: #fff !important;
|
|
|
|
|
padding-top: 0 !important;
|
|
|
|
|
padding-bottom: 0 !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.wp-pagenavi span.extend, .wp-pagenavi span.pages {
|
|
|
|
|
background:none !important;
|
|
|
|
|
border:none !important;
|
|
|
|
|
color: #AFA8A5 !important;
|
|
|
|
|
}
|
2011-07-11 18:02:48 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#mapa {
|
|
|
|
|
float: right;
|
|
|
|
|
position: absolute;
|
|
|
|
|
right: 10px;
|
|
|
|
|
top: 65px;
|
|
|
|
|
width: 500px !important;
|
|
|
|
|
height: 380px !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#mapa img {
|
|
|
|
|
-moz-box-shadow: none;
|
|
|
|
|
-webkit-box-shadow: none;
|
|
|
|
|
box-shadow: none;
|
2011-07-12 17:29:37 +00:00
|
|
|
}
|